public abstract class AbstractJwtHandler extends AbstractGrantHandler
LOG
Modifier | Constructor and Description |
---|---|
protected |
AbstractJwtHandler(List<String> grants) |
Modifier and Type | Method and Description |
---|---|
protected JwsSignatureVerifier |
getInitializedSigVerifier() |
void |
setJwsVerifier(JwsSignatureVerifier jwsVerifier) |
void |
setSupportedIssuers(Set<String> supportedIssuers) |
protected void |
validateAudience(Client client,
String audience) |
protected void |
validateClaims(Client client,
JwtClaims claims) |
protected void |
validateIssuer(String issuer) |
protected void |
validateSignature(JwsHeaders headers,
String unsignedText,
byte[] signature) |
protected void |
validateSubject(Client client,
String subject) |
checkIfGrantSupported, doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, getDataProvider, getSupportedGrantTypes, isCanSupportPublicClients, setCanSupportPublicClients, setDataProvider, setPartialMatchScopeValidation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createAccessToken
protected void validateSignature(JwsHeaders headers, String unsignedText, byte[] signature)
protected void validateIssuer(String issuer)
public void setJwsVerifier(JwsSignatureVerifier jwsVerifier)
protected JwsSignatureVerifier getInitializedSigVerifier()
Apache CXF