Package | Description |
---|---|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
org.forgerock.oauth2.restlet | |
org.forgerock.openam.oauth2 | |
org.forgerock.openam.oauth2.guice | |
org.forgerock.openam.oauth2.rest | |
org.forgerock.openam.oauth2.saml2.core | |
org.forgerock.openam.uma | |
org.forgerock.openam.uma.audit | |
org.forgerock.openidconnect |
Constructor and Description |
---|
DeviceCodeResource(TokenStore tokenStore,
OAuth2RequestFactory requestFactory,
ClientRegistrationStore clientRegistrationStore,
OAuth2ProviderSettingsFactory providerSettingsFactory,
BaseURLProviderFactory baseURLProviderFactory,
ExceptionHandler exceptionHandler,
JacksonRepresentationFactory jacksonRepresentationFactory,
OAuth2Utils oAuth2Utils) |
DeviceCodeVerificationResource(XUIState xuiState,
org.restlet.routing.Router router,
BaseURLProviderFactory baseURLProviderFactory,
OAuth2Representation representation,
TokenStore tokenStore,
OAuth2RequestFactory requestFactory,
AuthorizationService authorizationService,
OAuth2ProviderSettingsFactory providerSettingsFactory,
ExceptionHandler exceptionHandler,
ResourceOwnerSessionValidator resourceOwnerSessionValidator,
ClientRegistrationStore clientRegistrationStore,
OAuth2Utils oAuth2Utils,
CsrfProtection csrfProtection)
Constructs user code verification resource for OAuth2 Device Flow
|
RestletFormBodyAccessTokenVerifier(TokenStore tokenStore) |
RestletHeaderAccessTokenVerifier(TokenStore tokenStore) |
RestletQueryParameterAccessTokenVerifier(TokenStore tokenStore) |
Modifier and Type | Class and Description |
---|---|
class |
OpenAMTokenStore
Implementation of the OpenId Connect Token Store which the OpenId Connect Provider will implement.
|
class |
StatefulTokenStore
Implementation of the OpenId Connect Token Store which the OpenId Connect Provider will implement.
|
class |
StatelessTokenStore
Stateless implementation of the OAuth2 Token Store.
|
Constructor and Description |
---|
AccessTokenProtectionFilter(String requiredScope,
TokenStore tokenStore,
OAuth2RequestFactory requestFactory,
org.restlet.Restlet next) |
Modifier and Type | Class and Description |
---|---|
static class |
OAuth2GuiceModule.RealmAgnosticStatefulTokenStore |
static class |
OAuth2GuiceModule.RealmAgnosticStatelessTokenStore |
Modifier and Type | Method and Description |
---|---|
org.restlet.Restlet |
OAuth2GuiceModule.createResourceSetRegistrationEndpoint(TokenStore store,
OAuth2RequestFactory reqFactory,
JacksonRepresentationFactory jacksonRepresentationFactory) |
Constructor and Description |
---|
OAuth2UserApplications(TokenStore tokenStore,
OAuth2ProviderSettingsFactory oAuth2ProviderSettingsFactory,
ClientRegistrationStore clientRegistrationStore,
ContextHelper contextHelper,
Debug debug) |
TokenRevocationResource(OAuth2RequestFactory requestFactory,
ClientAuthenticator clientAuthenticator,
TokenStore tokenStore,
ExceptionHandler exceptionHandler,
OAuth2RealmResolver realmResolver)
Constructs a new TokenRevocationResource.
|
Constructor and Description |
---|
Saml2GrantTypeHandler(ClientRegistrationStore clientRegistrationStore,
TokenStore tokenStore,
OAuth2UrisFactory urisFactory,
OAuth2ProviderSettingsFactory providerSettingsFactory,
ClientAuthenticator clientAuthenticator) |
Modifier and Type | Method and Description |
---|---|
org.restlet.Restlet |
UmaGuiceModule.createAuthorizationRequestEndpoint(TokenStore store,
OAuth2RequestFactory requestFactory) |
org.restlet.Restlet |
UmaGuiceModule.createPermissionRequestEndpoint(TokenStore store,
OAuth2RequestFactory requestFactory) |
Constructor and Description |
---|
AuthorizationRequestEndpoint(UmaProviderSettingsFactory umaProviderSettingsFactory,
TokenStore oauth2TokenStore,
OAuth2RequestFactory requestFactory,
OAuth2ProviderSettingsFactory oauth2ProviderSettingsFactory,
OAuth2UrisFactory oAuth2UrisFactory,
UmaAuditLogger auditLogger,
PendingRequestsService pendingRequestsService,
Map<String,ClaimGatherer> claimGatherers,
ExtensionFilterManager extensionFilterManager,
UmaExceptionHandler exceptionHandler,
JacksonRepresentationFactory jacksonRepresentationFactory)
Constructs a new AuthorizationRequestEndpoint
|
Constructor and Description |
---|
UmaAuditLogger(TokenDataStore delegate,
TokenStore oauth2TokenStore,
OAuth2RequestFactory requestFactory,
OAuth2ProviderSettingsFactory oauth2ProviderSettingsFactory) |
Modifier and Type | Interface and Description |
---|---|
interface |
OpenIdConnectTokenStore
Interface for a OpenId Connect Token Store which the OpenId Connect Provider will implement.
|
Constructor and Description |
---|
UserInfoService(TokenStore tokenStore,
OAuth2ProviderSettingsFactory providerSettingsFactory,
AccessTokenVerifier headerTokenVerifier,
AccessTokenVerifier formTokenVerifier,
ClientRegistrationStore clientRegistrationStore)
Constructs a new UserInfoServiceImpl.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.