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 class
AuthenticatorAuthenticationService
Provides an implementation of theAuthenticationService
using aAuthenticator
plugin.Methods in org.forgerock.openig.tools.authentication that return AuthenticationService Modifier and Type Method Description static AuthenticationService
AuthenticatorAuthenticationService. createAgentAuthenticationService(Handler amHandler, URI authenticateUri, AmVersion version)
Return an instance of anAuthenticationService
for Agent authentication based on theAmVersion
.
-