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.chf |
HTTP-based authentication service.
|
Constructor and Description |
---|
HeadlessAuthenticationFilter(String headerName,
AuthenticationService authenticationService,
String username,
String password)
Creates a
HeadlessAuthenticationFilter which will provide an AM SSO Token in the given header name
for downstream components. |
Modifier and Type | Method and Description |
---|---|
AuthenticationService |
AmService.getAuthenticationService()
Returns the service used to authenticate subjects to AM.
|
Modifier and Type | Method and Description |
---|---|
AmService.Builder |
AmService.Builder.authenticationService(AuthenticationService authenticationService)
Bind a
AuthenticationService instance to this builder. |
Modifier and Type | Class and Description |
---|---|
class |
AgentAuthenticationService
An
AgentAuthenticationService authenticate agent credentials (not subject credentials), forcing the
login module to Application (restricted to agents). |
class |
DefaultAuthenticationService
Implements an HTTP-based authentication service.
|
Copyright 2011-2017 ForgeRock AS.