Package | Description |
---|---|
com.iplanet.dpro.session.service |
This package contains classes and interfaces that represent
methods to validate/update/destroy/persist/retrieve the internal session data
|
com.sun.identity.authentication.service | |
org.forgerock.openam.authentication.service.activators | |
org.forgerock.openam.core.rest | |
org.forgerock.openam.core.rest.cts | |
org.forgerock.openam.core.rest.session |
Session-resource specific classes.
|
org.forgerock.openam.oauth2 | |
org.forgerock.openam.rest.authz |
This package contains the authorization filters for end points.
|
org.forgerock.openam.selfservice |
Package contains CREST services for handling user self service
functions such as password reset and user registration.
|
org.forgerock.openam.uma | |
org.forgerock.openam.uma.rest |
Modifier and Type | Method and Description |
---|---|
void |
InternalSession.setSessionServiceDependencies(SessionService service,
SessionServiceConfig serviceConfig,
InternalSessionEventBroker internalSessionEventBroker,
SessionUtilsWrapper sessionUtilsWrapper,
SessionConstraint sessionConstraint,
Debug debug)
The SessionService is not restored during deserialisation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultSessionActivator.activateSession(LoginState loginState,
SessionService sessionService,
InternalSession authSession,
Subject subject) |
boolean |
SessionActivator.activateSession(LoginState loginState,
SessionService sessionService,
InternalSession authSession,
Subject subject)
Activates the given session after successful authentication, returning the an indication of whether activation
was successful.
|
protected InternalSession |
DefaultSessionActivator.createSession(SessionService sessionService,
LoginState loginState) |
protected boolean |
DefaultSessionActivator.updateSessions(InternalSession newSession,
LoginState loginState,
InternalSession sessionToActivate,
InternalSession authSession,
SessionService sessionService,
Subject subject)
newSession and sessionToActivate may be the same session -- e.g. in the default case for normal or stateless
tokens.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ForceAuthSessionActivator.activateSession(LoginState loginState,
SessionService sessionService,
InternalSession authSession,
Subject subject) |
Constructor and Description |
---|
SelfServiceUserUiRolePredicate(Config<SessionService> sessionService,
Debug logger) |
Modifier and Type | Method and Description |
---|---|
CoreTokenResourceAuthzModule |
CoreRestCtsGuiceModule.getCoreTokenResourceAuthzModule(Config<SessionService> sessionService,
Debug debug,
CoreTokenConfig coreTokenConfig) |
Constructor and Description |
---|
CoreTokenResourceAuthzModule(Config<SessionService> sessionService,
Debug debug,
CoreTokenConfig coreTokenConfig) |
Constructor and Description |
---|
SessionResourceV2(SSOTokenManager ssoTokenManager,
AuthUtilsWrapper authUtilsWrapper,
SessionResourceUtil sessionResourceUtil,
SessionPropertyWhitelist sessionPropertyWhitelist,
SessionService sessionService,
PartialSessionFactory partialSessionFactory)
Dependency Injection constructor allowing the SessionResource dependency to be provided.
|
Constructor and Description |
---|
OpenAMScopeValidator(IdentityManager identityManager,
OpenIDTokenIssuer openIDTokenIssuer,
OAuth2ProviderSettingsFactory providerSettingsFactory,
OpenAMSettings openAMSettings,
ScriptEvaluator scriptEvaluator,
ScriptingServiceFactory scriptingServiceFactory,
TokenRestrictionResolver agentValidator,
SessionService sessionService)
Constructs a new OpenAMScopeValidator.
|
Constructor and Description |
---|
AdminOnlyAuthzModule(Config<SessionService> sessionService,
Debug debug) |
ResourceOwnerOrSuperUserAuthzModule(Config<SessionService> sessionService,
Debug debug)
Constructs a new ResourceOwnerOrSuperUserAuthzModule instance.
|
SpecialAndAdminUserOnlyAuthzModule(Config<SessionService> sessionService,
SpecialUserIdentity specialUserIdentity,
Debug debug) |
SpecialOrAdminOrAgentAuthzModule(SpecialUserIdentity specialUserIdentity,
AgentIdentity agentIdentity,
Config<SessionService> sessionService,
Debug debug) |
STSPublishServiceAuthzModule(Config<SessionService> sessionService,
AgentIdentity agentIdentity,
Debug debug) |
STSTokenGenerationServiceAuthzModule(Config<SessionService> sessionService,
AgentIdentity agentIdentity,
SpecialUserIdentity specialUserIdentity,
Debug debug) |
Constructor and Description |
---|
ResourceOwnerOrSuperUserAuthzModuleForKBA(Config<SessionService> sessionService,
Debug debug)
Constructs a new ResourceOwnerOrSuperUserAuthzModuleForKBA instance.
|
Constructor and Description |
---|
UmaUserUiRolePredicate(Config<SessionService> sessionService,
Debug logger) |
Constructor and Description |
---|
UmaPolicyResourceAuthzFilter(Config<SessionService> sessionService,
Debug debug) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.