Package | Description |
---|---|
org.forgerock.oauth2.restlet | |
org.forgerock.openam.oauth2.resources | |
org.forgerock.openam.oauth2.rest | |
org.forgerock.openidconnect.restlet |
Constructor and Description |
---|
AuthorizeResource(OAuth2RequestFactory requestFactory,
AuthorizationService authorizationService,
ExceptionHandler exceptionHandler,
OAuth2Representation representation,
Set<AuthorizeRequestHook> hooks,
XUIState xuiState,
org.restlet.routing.Router router,
BaseURLProviderFactory baseURLProviderFactory,
RedirectUriResolver redirectUriResolver,
ResourceOwnerSessionValidator resourceOwnerSessionValidator)
Constructs a new AuthorizeResource.
|
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
|
ErrorResource(ExceptionHandler exceptionHandler,
OAuth2Exception e)
Constructs a new ErrorResource.
|
OAuth2FlowFinder(OAuth2RequestFactory requestFactory,
ExceptionHandler exceptionHandler,
Map<String,org.restlet.resource.Finder> endpointClasses)
Constructs a new OAuth2FlowFinder.
|
RefreshTokenResource(OAuth2RequestFactory requestFactory,
AccessTokenService accessTokenService,
ExceptionHandler exceptionHandler,
JacksonRepresentationFactory jacksonRepresentationFactory)
Constructs a new RefreshTokenResource.
|
TokenEndpointResource(OAuth2RequestFactory requestFactory,
AccessTokenService accessTokenService,
ExceptionHandler exceptionHandler,
Set<TokenRequestHook> hooks,
JacksonRepresentationFactory jacksonRepresentationFactory)
Constructs a new instance of the TokenEndpointResource.
|
TokenIntrospectionResource(OAuth2ProviderSettingsFactory providerSettingsFactory,
OAuth2RequestFactory requestFactory,
ExceptionHandler exceptionHandler,
TokenIntrospectionService tokenIntrospectionService) |
ValidationServerResource(OAuth2RequestFactory requestFactory,
TokenInfoService tokenInfoService,
ExceptionHandler exceptionHandler,
JacksonRepresentationFactory jacksonRepresentationFactory)
Constructs a new ValidationServerResource.
|
Constructor and Description |
---|
ResourceSetRegistrationEndpoint(OAuth2ProviderSettingsFactory providerSettingsFactory,
ResourceSetDescriptionValidator validator,
OAuth2RequestFactory requestFactory,
Set<ResourceSetRegistrationHook> hooks,
ResourceSetLabelRegistration labelRegistration,
ExtensionFilterManager extensionFilterManager,
ExceptionHandler exceptionHandler,
UmaLabelsStore umaLabelsStore,
JacksonRepresentationFactory jacksonRepresentationFactory)
Construct a new ResourceSetRegistrationEndpoint instance.
|
Constructor and Description |
---|
TokenRevocationResource(OAuth2RequestFactory requestFactory,
ClientAuthenticator clientAuthenticator,
TokenStore tokenStore,
ExceptionHandler exceptionHandler,
OAuth2RealmResolver realmResolver)
Constructs a new TokenRevocationResource.
|
Constructor and Description |
---|
ConnectClientRegistration(OpenIdConnectClientRegistrationService clientRegistrationService,
OAuth2RequestFactory requestFactory,
ExceptionHandler exceptionHandler,
JacksonRepresentationFactory jacksonRepresentationFactory)
Constructs a new ConnectClientRegistration.
|
EndSession(OAuth2RequestFactory requestFactory,
OpenIDConnectEndSession openIDConnectEndSession,
ExceptionHandler exceptionHandler,
ClientRegistrationStore clientRegistrationStore)
Constructs a new EndSession.
|
IdTokenInfo(OpenIdConnectClientRegistrationStore clientRegistrationStore,
OAuth2RequestFactory requestFactory,
ExceptionHandler exceptionHandler,
ClientAuthenticator clientAuthenticator,
OAuth2UrisFactory urisFactory,
OAuth2ProviderSettingsFactory providerSettingsFactory)
Constructs the idtokeninfo endpoint with the given client registration store
|
OpenIDConnectCheckSessionEndpoint(OAuth2RequestFactory requestFactory,
OAuth2Representation representation,
CheckSession checkSession,
org.restlet.routing.Router router,
ExceptionHandler exceptionHandler,
BaseURLProviderFactory baseURLProviderFactory)
Constructs a new OpenIDConnectCheckSessionEndpoint.
|
OpenIDConnectConfiguration(OAuth2RequestFactory requestFactory,
OpenIDConnectProviderConfiguration providerConfiguration,
ExceptionHandler exceptionHandler)
Constructs a new OpenIDConnectConfiguration.
|
OpenIDConnectDiscovery(OAuth2RequestFactory requestFactory,
OpenIDConnectProviderDiscovery providerDiscovery,
ExceptionHandler exceptionHandler,
BaseURLProviderFactory baseUrlProviderFactory)
Constructs a new OpenIDConnectDiscovery.
|
OpenIDConnectJWKEndpoint(OAuth2RequestFactory requestFactory,
OAuth2ProviderSettingsFactory providerSettingsFactory,
ExceptionHandler exceptionHandler)
Constructs a new OpenIDConnectJWKEndpoint.
|
UserInfo(OAuth2RequestFactory requestFactory,
UserInfoService userInfoService,
ExceptionHandler exceptionHandler)
Constructs a new UserInfo.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.