public class IdTokenResponseFilter
extends org.apache.cxf.rs.security.oauth2.provider.OAuthServerJoseJwtProducer
implements org.apache.cxf.rs.security.oauth2.provider.AccessTokenResponseFilter
| Constructor and Description |
|---|
IdTokenResponseFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken ct,
org.apache.cxf.rs.security.oauth2.common.ServerAccessToken st) |
String |
processJwt(org.apache.cxf.rs.security.jose.jwt.JwtToken jwt,
org.apache.cxf.rs.security.oauth2.common.Client client) |
void |
setIdTokenProvider(IdTokenProvider idTokenProvider) |
void |
setKeyServiceClient(org.apache.cxf.jaxrs.client.WebClient keyServiceClient) |
getInitializedEncryptionProvider, getInitializedSignatureProvider, setEncryptWithClientCertificatesgetInitializedEncryptionProvider, getInitializedSignatureProvider, isEncryptWithClientSecret, isSignWithClientSecret, processJwt, setEncryptWithClientSecret, setSignWithClientSecretprocessJwt, processJwtpublic void process(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken ct,
org.apache.cxf.rs.security.oauth2.common.ServerAccessToken st)
process in interface org.apache.cxf.rs.security.oauth2.provider.AccessTokenResponseFilterpublic void setIdTokenProvider(IdTokenProvider idTokenProvider)
public String processJwt(org.apache.cxf.rs.security.jose.jwt.JwtToken jwt, org.apache.cxf.rs.security.oauth2.common.Client client)
processJwt in class org.apache.cxf.rs.security.oauth2.provider.OAuthServerJoseJwtProducerpublic void setKeyServiceClient(org.apache.cxf.jaxrs.client.WebClient keyServiceClient)
Apache CXF