| Package | Description |
|---|---|
| fish.payara.security.openid | |
| fish.payara.security.openid.api | |
| fish.payara.security.openid.controller | |
| fish.payara.security.openid.domain |
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
OpenIdCredential.getAccessToken() |
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
OpenIdContext.getAccessToken()
Gets the authorization token that was received from the OpenId Connect
provider
|
| Modifier and Type | Method and Description |
|---|---|
javax.json.JsonObject |
UserInfoController.getUserInfo(OpenIdConfiguration configuration,
AccessToken accessToken)
(6) The RP send a request with the Access Token to the UserInfo Endpoint
and requests the claims about the End-User.
|
| Constructor and Description |
|---|
AccessTokenClaimsSetVerifier(AccessToken accessToken,
com.nimbusds.jose.Algorithm idTokenAlgorithm,
Map<String,Object> idTokenClaims,
OpenIdConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessTokenImpl |
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
OpenIdContextImpl.getAccessToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenIdContextImpl.setAccessToken(AccessToken token) |
Copyright © 2019. All rights reserved.