public abstract class AbstactJwtAccessTokenValidator extends org.apache.cxf.rs.security.jose.jwt.AbstractJoseJwtConsumer implements AccessTokenValidator
| Constructor and Description |
|---|
AbstactJwtAccessTokenValidator() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getSupportedAuthorizationSchemes() |
void |
setDataProvider(OAuthDataProvider dataProvider) |
AccessTokenValidation |
validateAccessToken(org.apache.cxf.jaxrs.ext.MessageContext mc,
String authScheme,
String authSchemeData,
javax.ws.rs.core.MultivaluedMap<String,String> extraProps) |
protected void |
validateToken(org.apache.cxf.rs.security.jose.jwt.JwtToken jwt) |
public List<String> getSupportedAuthorizationSchemes()
getSupportedAuthorizationSchemes in interface AccessTokenValidatorpublic AccessTokenValidation validateAccessToken(org.apache.cxf.jaxrs.ext.MessageContext mc, String authScheme, String authSchemeData, javax.ws.rs.core.MultivaluedMap<String,String> extraProps) throws OAuthServiceException
validateAccessToken in interface AccessTokenValidatorOAuthServiceExceptionpublic void setDataProvider(OAuthDataProvider dataProvider)
protected void validateToken(org.apache.cxf.rs.security.jose.jwt.JwtToken jwt)
Apache CXF