| Package | Description |
|---|---|
| com.nimbusds.openid.connect.sdk.claims |
Claims and claim sets used in OpenID Connect.
|
| com.nimbusds.openid.connect.sdk.validators |
Client-side OpenID Connect ID token, access token and authorisation code
validators.
|
| Modifier and Type | Method and Description |
|---|---|
static StateHash |
StateHash.compute(State state,
com.nimbusds.jose.JWSAlgorithm alg)
Computes the hash for the specified state and reference JSON
Web Signature (JWS) algorithm.
|
StateHash |
IDTokenClaimsSet.getStateHash()
Gets the state hash.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDTokenClaimsSet.setStateHash(StateHash sHash)
Sets the state hash.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
StateValidator.validate(State state,
com.nimbusds.jose.JWSAlgorithm jwsAlgorithm,
StateHash stateHash)
Validates the specified state.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.