Package | Description |
---|---|
org.forgerock.openig.tools.authentication |
AM authentication service.
|
org.forgerock.openig.tools.authentication.chf |
HTTP-based authentication service.
|
Modifier and Type | Method and Description |
---|---|
Promise<SsoToken,AuthenticationException> |
AuthenticationService.authenticate(Context context,
String username,
String password)
Authenticates a subject (identified with the given
username and password credentials),
returning asynchronously an SSO token (if the authentication succeeded) or an AuthenticationException
on failures (I/O, invalid credentials, ...). |
Modifier and Type | Method and Description |
---|---|
Promise<SsoToken,AuthenticationException> |
DefaultAuthenticationService.authenticate(Context context,
String username,
String password) |
Copyright 2011-2017 ForgeRock AS.