public class IdTokenReader extends OidcClaimsValidator
| Constructor and Description |
|---|
IdTokenReader() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.rs.security.jose.jwt.JwtToken |
getIdJwtToken(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at,
org.apache.cxf.rs.security.oauth2.client.Consumer client) |
org.apache.cxf.rs.security.jose.jwt.JwtToken |
getIdJwtToken(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at,
String code,
org.apache.cxf.rs.security.oauth2.client.Consumer client) |
org.apache.cxf.rs.security.jose.jwt.JwtToken |
getIdJwtToken(String idJwtToken,
org.apache.cxf.rs.security.oauth2.client.Consumer client) |
IdToken |
getIdToken(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at,
org.apache.cxf.rs.security.oauth2.client.Consumer client) |
IdToken |
getIdToken(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at,
String code,
org.apache.cxf.rs.security.oauth2.client.Consumer client) |
IdToken |
getIdToken(String idJwtToken,
org.apache.cxf.rs.security.oauth2.client.Consumer client) |
void |
setRequireAccessTokenHash(boolean require) |
void |
setRequireCodeHash(boolean require) |
getInitializedSignatureVerifier, setIssuerId, setJwkSetClient, setStrictTimeValidation, setSupportSelfIssuedProvider, validateJwtClaimsgetInitializedDecryptionProvider, getInitializedSignatureVerifier, getJwtToken, isDecryptWithClientSecret, isVerifyWithClientSecret, setDecryptWithClientSecret, setVerifyWithClientSecretgetClockOffset, getJwtToken, getJwtToken, getTtl, setClockOffset, setTtl, validateTokencheckProcessRequirements, getInitializedDecryptionProvider, getInitializedSignatureVerifier, getJweDecryptor, getJwsVerifier, isJweRequired, isJwsRequired, setJweDecryptor, setJweRequired, setJwsRequired, setJwsVerifierpublic IdToken getIdToken(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at, String code, org.apache.cxf.rs.security.oauth2.client.Consumer client)
public IdToken getIdToken(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at, org.apache.cxf.rs.security.oauth2.client.Consumer client)
public IdToken getIdToken(String idJwtToken, org.apache.cxf.rs.security.oauth2.client.Consumer client)
public org.apache.cxf.rs.security.jose.jwt.JwtToken getIdJwtToken(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at,
String code,
org.apache.cxf.rs.security.oauth2.client.Consumer client)
public org.apache.cxf.rs.security.jose.jwt.JwtToken getIdJwtToken(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at,
org.apache.cxf.rs.security.oauth2.client.Consumer client)
public org.apache.cxf.rs.security.jose.jwt.JwtToken getIdJwtToken(String idJwtToken, org.apache.cxf.rs.security.oauth2.client.Consumer client)
public void setRequireAccessTokenHash(boolean require)
public void setRequireCodeHash(boolean require)
Apache CXF