Package | Description |
---|---|
com.iplanet.am.sdk.remote | |
com.iplanet.sso |
This package contains classes fro accessing the Single Sign On service and
representing a SSOToken(Single Sign On) which contains the information
related to session.
|
com.sun.identity.idm.server | |
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
com.sun.identity.wss.sts.spi | |
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
org.forgerock.openam.authz |
This package contains the common authorization classes used for HTTP and CREST.
|
org.forgerock.openam.core.rest.session |
Session-resource specific classes.
|
org.forgerock.openam.core.rest.session.action | |
org.forgerock.openam.entitlement.rest |
REST (CREST) endpoint for managing entitlements policies and evaluating policy decisions.
|
org.forgerock.openam.entitlement.rest.model.json |
Data model for the entitlements resource.
|
org.forgerock.openam.http.authz |
This package contains the authorization filters for HTTP end points.
|
org.forgerock.openam.oauth2 | |
org.forgerock.openam.oauth2.guice | |
org.forgerock.openam.rest |
This package contains classes for all the REST framework classes responsible for determining the location of request
REST endpoints.
|
org.forgerock.openam.rest.authz |
This package contains the authorization filters for end points.
|
org.forgerock.openidconnect |
Modifier and Type | Field and Description |
---|---|
protected static SSOTokenManager |
DirectoryManagerImpl.tm |
Modifier and Type | Method and Description |
---|---|
static SSOTokenManager |
SSOTokenManager.getInstance()
Returns the singleton instance of
SSOTokenManager . |
Modifier and Type | Field and Description |
---|---|
protected static SSOTokenManager |
IdRepoJAXRPCObjectImpl.tokenManager |
Modifier and Type | Field and Description |
---|---|
static SSOTokenManager |
SMSEntry.tm |
Modifier and Type | Field and Description |
---|---|
protected static SSOTokenManager |
FAMSTSAttributeProvider.tokenManager |
Constructor and Description |
---|
ResourceOwnerSessionValidator(DNWrapper dnWrapper,
SSOTokenManager ssoTokenManager,
OAuth2ProviderSettingsFactory providerSettingsFactory,
ClientDAO clientDAO,
ClientCredentialsReader clientCredentialsReader) |
Constructor and Description |
---|
PrivilegeAuthzModule(DelegationEvaluator evaluator,
Map<String,PrivilegeDefinition> actionToDefinition,
DelegationPermissionFactory permissionFactory,
CoreWrapper coreWrapper,
SSOTokenManager ssoTokenManager)
Create a new instance of
PrivilegeAuthzModule . |
Modifier and Type | Method and Description |
---|---|
AnyOfAuthzModule |
CoreRestSessionGuiceModule.getSessionResourceAuthzModule(SSOTokenManager ssoTokenManager,
CrestPrivilegeAuthzModule privilegeAuthzModule,
AdminOnlyAuthzModule adminOnlyAuthzModule) |
Constructor and Description |
---|
SessionResource(SSOTokenManager ssoTokenManager,
AuthUtilsWrapper authUtilsWrapper,
SessionPropertyWhitelist sessionPropertyWhitelist,
SessionResourceUtil sessionResourceUtil)
Dependency Injection constructor allowing the SessionResource dependency to be provided.
|
SessionResourceAuthzModule(SSOTokenManager ssoTokenManager) |
SessionResourceUtil(SSOTokenManager ssoTokenManager,
SessionQueryManager sessionQueryManager,
WebtopNamingQuery webtopNamingQuery)
Creates an instance of the SessionResourceUtil
|
SessionResourceV2(SSOTokenManager ssoTokenManager,
AuthUtilsWrapper authUtilsWrapper,
SessionResourceUtil sessionResourceUtil,
SessionPropertyWhitelist sessionPropertyWhitelist,
SessionService sessionService,
PartialSessionFactory partialSessionFactory)
Dependency Injection constructor allowing the SessionResource dependency to be provided.
|
TokenOwnerAuthzModule(String tokenIdParameter,
SSOTokenManager ssoTokenManager,
String... allowedActions)
Creates an authz module that will verify that a tokenId provided by the user (via query params)
is the same user (via universal identifier) as the user requesting the action.
|
Constructor and Description |
---|
IsActiveActionHandler(SSOTokenManager ssoTokenManager,
SessionResourceUtil sessionResourceUtil)
Constructs a IsActiveActionHandler instance
|
LogoutActionHandler(SSOTokenManager ssoTokenManager,
AuthUtilsWrapper authUtilsWrapper)
Constructs a LogoutActionHandler instance
|
RefreshActionHandler(SSOTokenManager SSOTokenManager,
SessionResourceUtil sessionResourceUtil)
Constructs a RefreshActionHandler instance
* @param ssoTokenManager An instance of the SSOTokenManager.
|
ValidateActionHandler(SSOTokenManager ssoTokenManager,
SessionResourceUtil sessionResourceUtil)
Constructs a ValidateActionHandler instance
|
Constructor and Description |
---|
PolicyRequestFactory(SSOTokenManager tokenManager) |
Modifier and Type | Method and Description |
---|---|
static BatchPolicyRequest |
BatchPolicyRequest.getBatchPolicyRequest(org.forgerock.services.context.Context context,
org.forgerock.json.resource.ActionRequest request,
SSOTokenManager tokenManager)
Gets a batch policy request based on the context and action request.
|
static TreePolicyRequest |
TreePolicyRequest.getTreePolicyRequest(org.forgerock.services.context.Context context,
org.forgerock.json.resource.ActionRequest request,
SSOTokenManager tokenManager)
Gets a tree policy request based on the context and action request.
|
Constructor and Description |
---|
HttpPrivilegeAuthzModule(DelegationEvaluator evaluator,
Map<String,PrivilegeDefinition> actionToDefinition,
DelegationPermissionFactory permissionFactory,
CoreWrapper coreWrapper,
SSOTokenManager ssoTokenManager)
Create a new instance of
HttpAuthorizationModule . |
Constructor and Description |
---|
StatefulTokenStore(OAuthTokenStore tokenStore,
OAuth2ProviderSettingsFactory providerSettingsFactory,
OAuth2UrisFactory oauth2UrisFactory,
OpenIdConnectClientRegistrationStore clientRegistrationStore,
RealmNormaliser realmNormaliser,
SSOTokenManager ssoTokenManager,
CookieExtractor cookieExtractor,
OAuth2AuditLogger auditLogger,
Debug logger,
SecureRandom secureRandom,
ClientAuthenticationFailureFactory failureFactory,
RecoveryCodeGenerator recoveryCodeGenerator,
OAuth2Utils utils)
Constructs a new OpenAMTokenStore.
|
Constructor and Description |
---|
RealmAgnosticStatefulTokenStore(OAuthTokenStore tokenStore,
OAuth2ProviderSettingsFactory providerSettingsFactory,
OAuth2UrisFactory oauth2UrisFactory,
OpenIdConnectClientRegistrationStore clientRegistrationStore,
RealmNormaliser realmNormaliser,
SSOTokenManager ssoTokenManager,
CookieExtractor cookieExtractor,
OAuth2AuditLogger auditLogger,
Debug debug,
SecureRandom secureRandom,
ClientAuthenticationFailureFactory failureFactory,
RecoveryCodeGenerator recoveryCodeGenerator,
OAuth2Utils utils) |
Constructor and Description |
---|
SSOTokenFactory(SSOTokenManager manager)
Guice initialised constructor.
|
SSOTokenFactory(SSOTokenManager manager,
Debug debug)
Testing Constructor with dependencies exposed.
|
Constructor and Description |
---|
AnyPrivilegeAuthzModule(DelegationEvaluator evaluator,
Map<String,PrivilegeDefinition> actionToDefinition,
DelegationPermissionFactory permissionFactory,
CoreWrapper coreWrapper,
SSOTokenManager ssoTokenManager) |
CrestPrivilegeAuthzModule(DelegationEvaluator evaluator,
Map<String,PrivilegeDefinition> actionToDefinition,
DelegationPermissionFactory permissionFactory,
CoreWrapper coreWrapper,
SSOTokenManager ssoTokenManager)
Create a new instance of
CrestPrivilegeAuthzModule . |
PrivilegeWriteAndAnyPrivilegeReadOnlyAuthzModule(DelegationEvaluator evaluator,
Map<String,PrivilegeDefinition> actionToDefinition,
DelegationPermissionFactory permissionFactory,
CoreWrapper coreWrapper,
AnyPrivilegeAuthzModule anyPrivilegeAuthzModule,
SSOTokenManager ssoTokenManager) |
Constructor and Description |
---|
OpenIDConnectProvider(SSOTokenManager tokenManager,
IdentityManager identityManager,
CTSPersistentStore cts,
TokenAdapter<org.forgerock.json.JsonValue> tokenAdapter)
Constructs a new OpenAMOpenIDConnectProvider.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.