Package io.jmix.core.security.impl
Class SystemAuthenticatorSupport
java.lang.Object
io.jmix.core.security.impl.SystemAuthenticatorSupport
- Direct Known Subclasses:
SystemAuthenticatorImpl
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final org.springframework.security.core.Authentication
protected ThreadLocal<Deque<org.springframework.security.core.Authentication>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.security.core.Authentication
protected void
pushAuthentication
(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()
-