Uses of Class
org.wildfly.security.auth.server.ServerAuthenticationContext.State
-
Packages that use ServerAuthenticationContext.State Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron. -
-
Uses of ServerAuthenticationContext.State in org.wildfly.security.auth.server
Fields in org.wildfly.security.auth.server declared as ServerAuthenticationContext.State Modifier and Type Field Description private static ServerAuthenticationContext.StateServerAuthenticationContext. FAILEDFields in org.wildfly.security.auth.server with type parameters of type ServerAuthenticationContext.State Modifier and Type Field Description private AtomicReference<ServerAuthenticationContext.State>ServerAuthenticationContext. stateRefMethods in org.wildfly.security.auth.server that return ServerAuthenticationContext.State Modifier and Type Method Description (package private) ServerAuthenticationContext.StateServerAuthenticationContext. assignName(SecurityIdentity capturedIdentity, MechanismConfiguration mechanismConfiguration, MechanismRealmConfiguration mechanismRealmConfiguration, Principal originalPrincipal, Evidence evidence, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, boolean exclusive, Attributes runtimeAttributes)(package private) ServerAuthenticationContext.StateServerAuthenticationContext. assignName(SecurityIdentity capturedIdentity, MechanismConfiguration mechanismConfiguration, MechanismRealmConfiguration mechanismRealmConfiguration, Principal originalPrincipal, Evidence evidence, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, Attributes runtimeAttributes)Methods in org.wildfly.security.auth.server that return types with arguments of type ServerAuthenticationContext.State Modifier and Type Method Description (package private) AtomicReference<ServerAuthenticationContext.State>ServerAuthenticationContext. getStateRef()
-