Package | Description |
---|---|
org.forgerock.oauth2.restlet | |
org.forgerock.openam.oauth2.rest | |
org.forgerock.openam.oauth2.saml2.restlet | |
org.forgerock.openidconnect.restlet |
Modifier and Type | Method and Description |
---|---|
org.restlet.representation.Representation |
AuthorizeResource.authorize()
Handles GET requests to the OAuth2 authorize endpoint.
|
org.restlet.representation.Representation |
AuthorizeResource.authorize(org.restlet.representation.Representation entity)
Handles POST requests to the OAuth2 authorize endpoint.
|
org.restlet.representation.Representation |
TokenIntrospectionResource.introspect(org.restlet.representation.Representation body)
Wraps the introspection service in a Restlet API.
|
org.restlet.representation.Representation |
DeviceCodeResource.issueCode(org.restlet.representation.Representation body) |
org.restlet.representation.Representation |
RefreshTokenResource.token(org.restlet.representation.Representation entity)
Handles POST requests to the OAuth2 token endpoint for the refresh token grant type.
|
org.restlet.representation.Representation |
TokenEndpointResource.token(org.restlet.representation.Representation entity)
Handles POST requests to the OAuth2 token endpoint for the access token grant types (i.e. authorization_code,
client credentials, password).
|
org.restlet.representation.Representation |
DeviceCodeVerificationResource.userCodeForm()
Handles GET requests to the OAuth2 device/user endpoint, returning a form to allow the user to submit their
user code
|
org.restlet.representation.Representation |
ValidationServerResource.validate()
Handles GET requests to the OAuth2 tokeninfo endpoint for retrieving information about the provided token.
|
org.restlet.representation.Representation |
DeviceCodeVerificationResource.verify(org.restlet.representation.Representation body)
Handles POST requests to the OAuth2 device/user endpoint.
|
Modifier and Type | Method and Description |
---|---|
org.restlet.representation.Representation |
TokenRevocationResource.revoke(org.restlet.representation.Representation entity)
Handles POST requests to the OAuth2 token revocation endpoint.
|
Modifier and Type | Method and Description |
---|---|
org.restlet.representation.Representation |
Saml2BearerServerResource.token(org.restlet.representation.Representation entity) |
Modifier and Type | Method and Description |
---|---|
org.restlet.representation.Representation |
OpenIDConnectCheckSessionEndpoint.checkSession()
Handles GET requests to the OpenId Connect checkSession endpoint to retrieve the status of OpenId Connect user sessions.
|
org.restlet.representation.Representation |
OpenIDConnectCheckSessionEndpoint.checkSession(org.restlet.representation.Representation entity)
Handles POST requests to the OpenId Connect checkSession endpoint.
|
org.restlet.representation.Representation |
ConnectClientRegistration.createClient(org.restlet.representation.Representation entity)
Handles POST requests to the OpenId Connect client registration endpoint for creating OpenId Connect client
registrations.
|
org.restlet.representation.Representation |
OpenIDConnectDiscovery.discovery()
Handles GET requests to the OpenId Connect discovery endpoint.
|
org.restlet.representation.Representation |
EndSession.endSession()
Handles GET requests to the OpenId Connect end session endpoint for ending OpenId Connect user sessions.
|
org.restlet.representation.Representation |
ConnectClientRegistration.getClient()
Handles GET requests to the OpenId Connect client registration endpoint for retrieving OpenId Connect client
registrations.
|
org.restlet.representation.Representation |
OpenIDConnectConfiguration.getConfiguration()
Handles GET requests to the OpenId Connect .well-known endpoint for retrieving the OpenId Connect provider
configuration.
|
org.restlet.representation.Representation |
OpenIDConnectJWKEndpoint.getJWKSet()
Gets the JWK Set of signing and encryption keys.
|
org.restlet.representation.Representation |
UserInfo.getUserInfo(org.restlet.representation.Representation body)
Handles GET and POST requests to the OpenId Connect userinfo endpoint for retrieving information about the
user who granted the authorization for the token.
|
org.restlet.representation.Representation |
IdTokenInfo.validateIdToken(org.restlet.representation.Representation body)
Validates the OpenID Connect id_token passed in the body of the request and returns the claims specified in
the claims query parameter.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.