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.
|
Constructor and Description |
---|
HeadlessAuthenticationFilter(String headerName,
AsyncRefreshableSupplier<SsoToken,AuthenticationException> tokenSupplier)
Creates a
HeadlessAuthenticationFilter which will provide an AM SSO Token in the given header name
for downstream components. |
Modifier and Type | Method and Description |
---|---|
AsyncRefreshableSupplier<SsoToken,AuthenticationException> |
AmService.getTokenProvider()
Returns the
AsyncRefreshableSupplier being used as a SsoToken provider for this server. |
Modifier and Type | Method and Description |
---|---|
Promise<SsoToken,AuthenticationException> |
AuthenticationService.authenticate(Context context,
String username,
char[] 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,
char[] password) |
Copyright 2011-2017 ForgeRock AS.