Class SystemAuthenticatorSupport

java.lang.Object
io.jmix.core.security.impl.SystemAuthenticatorSupport
Direct Known Subclasses:
SystemAuthenticatorImpl

public abstract class SystemAuthenticatorSupport extends Object
  • Field Details

    • NULL_AUTHENTICATION

      protected static final org.springframework.security.core.Authentication NULL_AUTHENTICATION
    • threadLocalStack

      protected ThreadLocal<Deque<org.springframework.security.core.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()