Uses of Interface
org.forgerock.openig.tools.authentication.AuthenticationService
-
Packages that use AuthenticationService Package Description org.forgerock.openig.tools.am Access Management Server.org.forgerock.openig.tools.authentication.chf HTTP-based authentication service. -
-
Uses of AuthenticationService in org.forgerock.openig.tools.am
Methods in org.forgerock.openig.tools.am that return AuthenticationService Modifier and Type Method Description AuthenticationService
AmService. getAuthenticationService()
Returns the service used to authenticate subjects to AM.Methods in org.forgerock.openig.tools.am with parameters of type AuthenticationService Modifier and Type Method Description AmService.Builder
AmService.Builder. authenticationService(AuthenticationService authenticationService)
Bind aAuthenticationService
instance to this builder. -
Uses of AuthenticationService in org.forgerock.openig.tools.authentication.chf
Classes in org.forgerock.openig.tools.authentication.chf that implement AuthenticationService Modifier and Type Class Description class
AgentAuthenticationService
AnAgentAuthenticationService
authenticate agent credentials (not subject credentials), forcing the login module to Application (restricted to agents).class
DefaultAuthenticationService
Implements an HTTP-based authentication service.
-