Package | Description |
---|---|
com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and authorisation server responses.
|
com.nimbusds.oauth2.sdk.token |
OAuth 2.0 access and refresh token implementations.
|
Modifier and Type | Method and Description |
---|---|
Token |
TokenRevocationRequest.getToken()
Returns the token to revoke.
|
Token |
TokenIntrospectionRequest.getToken()
Returns the token to introspect.
|
Constructor and Description |
---|
TokenIntrospectionRequest(java.net.URI uri,
AccessToken clientAuthz,
Token token)
Creates a new token introspection request.
|
TokenIntrospectionRequest(java.net.URI uri,
AccessToken clientAuthz,
Token token,
java.util.Map<java.lang.String,java.lang.String> customParams)
Creates a new token introspection request.
|
TokenIntrospectionRequest(java.net.URI uri,
ClientAuthentication clientAuth,
Token token)
Creates a new token introspection request.
|
TokenIntrospectionRequest(java.net.URI uri,
ClientAuthentication clientAuth,
Token token,
java.util.Map<java.lang.String,java.lang.String> customParams)
Creates a new token introspection request.
|
TokenIntrospectionRequest(java.net.URI uri,
Token token)
Creates a new token introspection request.
|
TokenIntrospectionRequest(java.net.URI uri,
Token token,
java.util.Map<java.lang.String,java.lang.String> customParams)
Creates a new token introspection request.
|
TokenRevocationRequest(java.net.URI uri,
ClientAuthentication clientAuth,
Token token)
Creates a new token revocation request for a confidential client.
|
TokenRevocationRequest(java.net.URI uri,
ClientID clientID,
Token token)
Creates a new token revocation request for a public client.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessToken
The base abstract class for access tokens.
|
class |
BearerAccessToken
Bearer access token.
|
class |
RefreshToken
Refresh token.
|
class |
TypelessAccessToken
Typeless access token, cannot be serialised.
|
Copyright © 2016 Connect2id Ltd.. All Rights Reserved.