Uses of Class
org.forgerock.openig.tools.authentication.AuthenticationException
-
Packages that use AuthenticationException Package Description org.forgerock.openig.tools Common tools used in policy service.org.forgerock.openig.tools.am Access Management Server.org.forgerock.openig.tools.authentication AM authentication service.org.forgerock.openig.tools.authentication.chf HTTP-based authentication service. -
-
Uses of AuthenticationException in org.forgerock.openig.tools
Constructor parameters in org.forgerock.openig.tools with type arguments of type AuthenticationException Constructor Description HeadlessAuthenticationFilter(String headerName, AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenSupplier)
Creates aHeadlessAuthenticationFilter
which will provide an AM SSO Token in the given header name for downstream components. -
Uses of AuthenticationException in org.forgerock.openig.tools.am
Methods in org.forgerock.openig.tools.am that return types with arguments of type AuthenticationException Modifier and Type Method Description AsyncRefreshableSupplier<SsoToken,AuthenticationException>
AmService. getTokenProvider()
Returns theAsyncRefreshableSupplier
being used as aSsoToken
provider for this server. -
Uses of AuthenticationException in org.forgerock.openig.tools.authentication
Methods in org.forgerock.openig.tools.authentication that return types with arguments of type AuthenticationException Modifier and Type Method Description Promise<SsoToken,AuthenticationException>
AuthenticationService. authenticate(Context context, String username, char[] password)
Authenticates a subject (identified with the givenusername
andpassword
credentials), returning asynchronously an SSO token (if the authentication succeeded) or anAuthenticationException
on failures (I/O, invalid credentials, ...). -
Uses of AuthenticationException in org.forgerock.openig.tools.authentication.chf
Methods in org.forgerock.openig.tools.authentication.chf that return types with arguments of type AuthenticationException Modifier and Type Method Description Promise<SsoToken,AuthenticationException>
DefaultAuthenticationService. authenticate(Context context, String username, char[] password)
-