Package | Description |
---|---|
org.forgerock.openam.oauth2 | |
org.forgerock.openam.oauth2.guice | |
org.forgerock.openidconnect | |
org.forgerock.openidconnect.restlet |
Modifier and Type | Class and Description |
---|---|
class |
OpenAMClientRegistrationStore
The OpenAM OAuth2 and OpenId Connect provider's store for all client registrations.
|
Constructor and Description |
---|
ClientCredentialsReader(OpenIdConnectClientRegistrationStore clientRegistrationStore,
ClientAuthenticationFailureFactory failureFactory) |
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.
|
StatelessTokenStore(StatefulTokenStore statefulTokenStore,
org.forgerock.json.jose.builders.JwtBuilderFactory jwtBuilder,
OAuth2ProviderSettingsFactory providerSettingsFactory,
Debug logger,
OpenIdConnectClientRegistrationStore clientRegistrationStore,
RealmNormaliser realmNormaliser,
OAuth2UrisFactory oAuth2UrisFactory,
Blacklist<Blacklistable> tokenBlacklist,
CTSPersistentStore cts,
TokenAdapter<StatelessTokenMetadata> tokenAdapter,
OAuth2Utils utils)
Constructs a new StatelessTokenStore.
|
Constructor and Description |
---|
SubjectTypeValidator(OAuth2ProviderSettingsFactory providerSettingsFactory,
OpenIdConnectClientRegistrationStore clientRegistrationStore,
ClientAuthenticationFailureFactory failureFactory) |
Constructor and Description |
---|
IdTokenInfo(OpenIdConnectClientRegistrationStore clientRegistrationStore,
OAuth2RequestFactory requestFactory,
ExceptionHandler exceptionHandler,
ClientAuthenticator clientAuthenticator,
OAuth2UrisFactory urisFactory,
OAuth2ProviderSettingsFactory providerSettingsFactory)
Constructs the idtokeninfo endpoint with the given client registration store
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.