Package | Description |
---|---|
org.forgerock.openig.openam |
Integration classes specifically for ForgeRock Access Management.
|
org.forgerock.openig.tools.am |
Access Management Server.
|
Modifier and Type | Field and Description |
---|---|
protected AmService |
AbstractConditionAdviceFilter.amService
AmService instance supporting policy advice verification. |
Constructor and Description |
---|
CrossDomainSingleSignOnFilter(AmService amService,
String clientId,
String redirectEndpoint,
CookieBuilder cookieBuilder,
Supplier<String> idSupplier,
Clock clock,
Handler failureHandler)
Creates a new CrossDomainSingleSignOnFilter.
|
DeprecatedUserProfileFilter(AmService amService,
Expression<String> ssoTokenExpression,
Set<String> profileAttributes)
Deprecated.
Creates a new Access Management profile attributes filter.
|
SingleSignOnFilter(AmService amService,
Realm realm,
Expression<Boolean> logoutExpression,
String defaultLogoutLandingPage,
Expression<String> loginEndpoint)
Creates a new SingleSignOnFilter.
|
Modifier and Type | Method and Description |
---|---|
AmService |
AmService.Builder.build()
Returns a new
AmService instance. |
Modifier and Type | Method and Description |
---|---|
static AmService.Builder |
AmService.builder(AmService amService)
Returns a new
AmService.Builder for creating a new AmService instance from a given one. |
Copyright 2011-2017 ForgeRock AS.