Package org.wildfly.security.http.oidc
Class TokenValidator.AtHashValidator
- java.lang.Object
-
- org.wildfly.security.http.oidc.TokenValidator.AtHashValidator
-
- All Implemented Interfaces:
org.jose4j.jwt.consumer.ErrorCodeValidator
- Enclosing class:
- TokenValidator
private static class TokenValidator.AtHashValidator extends Object implements org.jose4j.jwt.consumer.ErrorCodeValidator
-
-
Field Summary
Fields Modifier and Type Field Description private String
accessTokenString
private String
jwsAlgorithm
-
Constructor Summary
Constructors Constructor Description AtHashValidator(String accessTokenString, String jwsAlgorithm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jose4j.jwt.consumer.ErrorCodeValidator.Error
validate(org.jose4j.jwt.consumer.JwtContext jwtContext)
-
-
-
Method Detail
-
validate
public org.jose4j.jwt.consumer.ErrorCodeValidator.Error validate(org.jose4j.jwt.consumer.JwtContext jwtContext) throws org.jose4j.jwt.MalformedClaimException
- Specified by:
validate
in interfaceorg.jose4j.jwt.consumer.ErrorCodeValidator
- Throws:
org.jose4j.jwt.MalformedClaimException
-
-