Class ServletSecurityContextImpl.IdentityContainer
java.lang.Object
org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl.IdentityContainer
- All Implemented Interfaces:
Serializable
- Enclosing class:
ServletSecurityContextImpl
public static class ServletSecurityContextImpl.IdentityContainer
extends Object
implements Serializable
- Author:
- Darran Lofthouse
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityContainer(org.wildfly.security.cache.CachedIdentity securityIdentity, String authType) -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.security.cache.CachedIdentity
-
Constructor Details
-
IdentityContainer
public IdentityContainer(org.wildfly.security.cache.CachedIdentity securityIdentity, String authType)
-
-
Method Details
-
getSecurityIdentity
public org.wildfly.security.cache.CachedIdentity getSecurityIdentity() -
getAuthType
-