public class IdTokenValidator extends AbstractTokenValidator
| Constructor and Description |
|---|
IdTokenValidator() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.rs.security.jose.jwt.JwtToken |
getIdJwtToken(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at,
String clientId) |
IdToken |
getIdToken(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at,
String clientId) |
IdToken |
getIdTokenFromJwt(org.apache.cxf.rs.security.jose.jwt.JwtToken jwt,
String clientId) |
void |
setRequireAtHash(boolean requireAtHash) |
getInitializedDecryptionProvider, getInitializedSigVerifier, getJwtToken, setIssuedAtRange, setIssuerId, setJweDecryptor, setJweVerifier, setJwkSetClient, validateJwtClaims, validateTokenpublic IdToken getIdToken(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at, String clientId)
public IdToken getIdTokenFromJwt(org.apache.cxf.rs.security.jose.jwt.JwtToken jwt, String clientId)
public org.apache.cxf.rs.security.jose.jwt.JwtToken getIdJwtToken(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at,
String clientId)
public void setRequireAtHash(boolean requireAtHash)
Apache CXF