Uses of Class
org.wildfly.security.auth.server.ServerAuthenticationContext.ActiveState
-
Packages that use ServerAuthenticationContext.ActiveState Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron. -
-
Uses of ServerAuthenticationContext.ActiveState in org.wildfly.security.auth.server
Subclasses of ServerAuthenticationContext.ActiveState in org.wildfly.security.auth.server Modifier and Type Class Description (package private) class
ServerAuthenticationContext.AnonymousAuthorizedState
(package private) class
ServerAuthenticationContext.AuthorizedAuthenticationState
(package private) class
ServerAuthenticationContext.AuthorizedState
(package private) class
ServerAuthenticationContext.InitialState
(package private) class
ServerAuthenticationContext.InvalidNameState
(package private) class
ServerAuthenticationContext.NameAssignedState
(package private) class
ServerAuthenticationContext.RealmAssignedState
(package private) class
ServerAuthenticationContext.UnassignedState
State shared among both the initial state and the realm-assigned state, where no authentication name is yet set.
-