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 AuthenticationServiceAmService. getAuthenticationService()Returns the service used to authenticate subjects to AM.Constructors in org.forgerock.openig.tools.am with parameters of type AuthenticationService Constructor Description Builder(Handler amHandler, Clock clock, String agentId, String cookieName, AmVersion version, UriService uriService, AuthenticationService authenticationService, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenProvider) -
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 classAgentAuthenticationServiceAnAgentAuthenticationServiceauthenticate agent credentials (not subject credentials), forcing the login module to Application (restricted to agents).classDefaultAuthenticationServiceImplements an HTTP-based authentication service.
-