| 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 |
|---|---|
IdentityToken |
OpenIdCredential.getIdentityToken() |
| Modifier and Type | Method and Description |
|---|---|
IdentityToken |
OpenIdContext.getIdentityToken()
Gets the identity token that was received from the OpenId Connect
provider
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
TokenController.validateRefreshedIdToken(IdentityToken previousIdToken,
IdentityTokenImpl newIdToken,
javax.security.enterprise.authentication.mechanism.http.HttpMessageContext httpContext,
OpenIdConfiguration configuration)
Validate Id Token received from Successful Refresh Response.
|
| Constructor and Description |
|---|
RefreshedIdTokenClaimsSetVerifier(IdentityToken previousIdToken,
OpenIdConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityTokenImpl |
| Modifier and Type | Method and Description |
|---|---|
IdentityToken |
OpenIdContextImpl.getIdentityToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenIdContextImpl.setIdentityToken(IdentityToken identityToken) |
Copyright © 2019. All rights reserved.