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 | Description |
---|---|---|
Token |
TokenIntrospectionRequest.getToken() |
Returns the token to introspect.
|
Token |
TokenRevocationRequest.getToken() |
Returns the token to revoke.
|
Constructor | Description |
---|---|
TokenIntrospectionRequest(URI uri,
ClientAuthentication clientAuth,
Token token) |
Creates a new token introspection request.
|
TokenIntrospectionRequest(URI uri,
ClientAuthentication clientAuth,
Token token,
Map<String,String> customParams) |
Creates a new token introspection request.
|
TokenIntrospectionRequest(URI uri,
AccessToken clientAuthz,
Token token) |
Creates a new token introspection request.
|
TokenIntrospectionRequest(URI uri,
AccessToken clientAuthz,
Token token,
Map<String,String> customParams) |
Creates a new token introspection request.
|
TokenIntrospectionRequest(URI uri,
Token token) |
Creates a new token introspection request.
|
TokenIntrospectionRequest(URI uri,
Token token,
Map<String,String> customParams) |
Creates a new token introspection request.
|
TokenRevocationRequest(URI uri,
ClientAuthentication clientAuth,
Token token) |
Creates a new token revocation request for a confidential client.
|
TokenRevocationRequest(URI uri,
ClientID clientID,
Token token) |
Creates a new token revocation request for a public client.
|
Modifier and Type | Class | 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 © 2018 Connect2id Ltd.. All rights reserved.