Uses of Interface
org.forgerock.openig.tools.authentication.AuthenticationService
-
Packages that use AuthenticationService Package Description org.forgerock.openig.tools.authentication AM authentication service. -
-
Uses of AuthenticationService in org.forgerock.openig.tools.authentication
Classes in org.forgerock.openig.tools.authentication that implement AuthenticationService Modifier and Type Class Description classAuthenticatorAuthenticationServiceProvides an implementation of theAuthenticationServiceusing aAuthenticatorplugin.Methods in org.forgerock.openig.tools.authentication that return AuthenticationService Modifier and Type Method Description static AuthenticationServiceAuthenticatorAuthenticationService. createAgentAuthenticationService(Handler amHandler, URI authenticateUri, AmVersion version)Return an instance of anAuthenticationServicefor Agent authentication based on theAmVersion.
-