Uses of Class
org.wildfly.security.auth.server.ServerAuthenticationContext
-
Packages that use ServerAuthenticationContext Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes. -
-
Uses of ServerAuthenticationContext in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return ServerAuthenticationContext Modifier and Type Method Description ServerAuthenticationContext
SecurityDomain. createNewAuthenticationContext()
Create a new authentication context for this security domain which can be used to carry out a single authentication operation.ServerAuthenticationContext
SecurityDomain. createNewAuthenticationContext(MechanismConfigurationSelector mechanismConfigurationSelector)
Create a new authentication context for this security domain which can be used to carry out a single authentication operation.(package private) ServerAuthenticationContext
SecurityDomain. createNewAuthenticationContext(SecurityIdentity capturedIdentity, MechanismConfigurationSelector mechanismConfigurationSelector)
-
Uses of ServerAuthenticationContext in org.wildfly.security.http
Methods in org.wildfly.security.http that return ServerAuthenticationContext Modifier and Type Method Description private ServerAuthenticationContext
HttpAuthenticator. createServerAuthenticationContext()
-