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