Package io.jmix.core.security.impl
Class SystemAuthenticatorSupport
java.lang.Object
io.jmix.core.security.impl.SystemAuthenticatorSupport
- Direct Known Subclasses:
- SystemAuthenticatorImpl
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final org.springframework.security.core.Authenticationprotected ThreadLocal<Deque<org.springframework.security.core.Authentication>>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.springframework.security.core.Authenticationprotected voidpushAuthentication(org.springframework.security.core.Authentication authentication) 
- 
Field Details- 
NULL_AUTHENTICATIONprotected static final org.springframework.security.core.Authentication NULL_AUTHENTICATION
- 
threadLocalStack
 
- 
- 
Constructor Details- 
SystemAuthenticatorSupportpublic SystemAuthenticatorSupport()
 
- 
- 
Method Details- 
pushAuthenticationprotected void pushAuthentication(@Nullable org.springframework.security.core.Authentication authentication) 
- 
pollAuthentication@Nullable protected org.springframework.security.core.Authentication pollAuthentication()
 
-