Package | Description |
---|---|
org.forgerock.openig.filter.oauth2 |
This package contains the OAuth2 Token validation filter that acts as an OAuth 2 Resource Server.
|
Modifier and Type | Method and Description |
---|---|
static Result |
Result.failure(String description)
Returns a
Result representing validation failure. |
static Result |
Result.success()
Returns a
Result representing validation success. |
Modifier and Type | Method and Description |
---|---|
Promise<Result,NeverThrowsException> |
Result.asPromise()
Returns a new completed promise wrapping this result.
|
Promise<Result,NeverThrowsException> |
ConfirmationKeyVerifier.verify(Context context,
AccessTokenInfo tokenInfo,
JsonValue cnfKey)
Verifies the given confirmation key value.
|
Promise<Result,NeverThrowsException> |
CertificateThumbprintConfirmationKeyVerifier.verify(Context context,
AccessTokenInfo tokenInfo,
JsonValue cnfKey) |
Copyright 2011-2017 ForgeRock AS.