Package | Description |
---|---|
com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and server responses.
|
com.nimbusds.openid.connect.sdk |
Classes for representing, serialising and parsing OpenID Connect client
requests and server responses.
|
com.nimbusds.openid.connect.sdk.claims |
Claims and claim sets used in OpenID Connect.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationCode |
AuthorizationCodeGrant.getAuthorizationCode()
Gets the authorisation code.
|
AuthorizationCode |
AuthorizationSuccessResponse.getAuthorizationCode()
Gets the authorisation code.
|
Constructor and Description |
---|
AuthorizationCodeGrant(AuthorizationCode code,
URI redirectURI)
Creates a new authorisation code grant.
|
AuthorizationSuccessResponse(URI redirectURI,
AuthorizationCode code,
AccessToken accessToken,
State state)
Creates a new authorisation success response.
|
AuthorizationSuccessResponse(URI redirectURI,
AuthorizationCode code,
State state)
Creates a new authorisation success response in the code flow
(authorisation code grant).
|
Constructor and Description |
---|
AuthenticationSuccessResponse(URI redirectURI,
AuthorizationCode code,
com.nimbusds.jwt.JWT idToken,
AccessToken accessToken,
State state)
Creates a new OpenID Connect authentication success response.
|
AuthenticationSuccessResponse(URI redirectURI,
AuthorizationCode code,
com.nimbusds.jwt.JWT idToken,
AccessToken accessToken,
State state,
State sessionState)
Creates a new OpenID Connect authentication success response.
|
Modifier and Type | Method and Description |
---|---|
static CodeHash |
CodeHash.compute(AuthorizationCode code,
com.nimbusds.jose.JWSAlgorithm alg)
Computes the hash for the specified authorisation code and reference
JSON Web Signature (JWS) algorithm.
|
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.