Package io.jmix.core.security.impl
Class SystemAuthenticatorSupport.NullAuthentication
java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken
io.jmix.core.security.SystemAuthenticationToken
io.jmix.core.security.impl.SystemAuthenticatorSupport.NullAuthentication
- All Implemented Interfaces:
- Serializable,- Principal,- org.springframework.security.core.Authentication,- org.springframework.security.core.CredentialsContainer
- Enclosing class:
- SystemAuthenticatorSupport
protected static class SystemAuthenticatorSupport.NullAuthentication
extends SystemAuthenticationToken
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.core.security.SystemAuthenticationTokengetCredentials, getPrincipal, setAuthenticated, setCredentialsMethods inherited from class org.springframework.security.authentication.AbstractAuthenticationTokenequals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setDetails, toString
- 
Constructor Details- 
NullAuthenticationpublic NullAuthentication()
 
-