Class OidcInvoker
java.lang.Object
org.apache.cxf.service.invoker.AbstractInvoker
org.apache.cxf.jaxrs.JAXRSInvoker
org.apache.cxf.rs.security.oauth2.client.OAuthInvoker
org.apache.cxf.rs.security.oidc.rp.OidcInvoker
- All Implemented Interfaces:
Invoker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetIdTokenReader(IdTokenReader idTokenReader) protected voidvalidateRefreshedToken(ClientTokenContext tokenContext, ClientAccessToken refreshedToken) Methods inherited from class org.apache.cxf.rs.security.oauth2.client.OAuthInvoker
getConsumer, performInvocation, setAccessTokenServiceClient, setClientTokenContextManager, setConsumerMethods inherited from class org.apache.cxf.jaxrs.JAXRSInvoker
checkFutureResponse, getActualServiceObject, getMethodToInvoke, getServiceObject, getTemplateValues, invoke, invokeMethods inherited from class org.apache.cxf.service.invoker.AbstractInvoker
adjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, releaseServiceObject
-
Constructor Details
-
OidcInvoker
public OidcInvoker()
-
-
Method Details
-
validateRefreshedToken
protected void validateRefreshedToken(ClientTokenContext tokenContext, ClientAccessToken refreshedToken) - Overrides:
validateRefreshedTokenin classOAuthInvoker
-
setIdTokenReader
-