Package org.frankframework.jwt
Class JwtSecurityHandler
java.lang.Object
org.frankframework.jwt.JwtSecurityHandler
- All Implemented Interfaces:
ISecurityHandler
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isUserInRole
(String role) void
validateClaims
(String requiredClaims, String exactMatchClaims, String anyMatchClaims)
-
Field Details
-
log
protected org.apache.logging.log4j.Logger log
-
-
Constructor Details
-
JwtSecurityHandler
-
-
Method Details
-
isUserInRole
- Specified by:
isUserInRole
in interfaceISecurityHandler
-
getPrincipal
- Specified by:
getPrincipal
in interfaceISecurityHandler
-
validateClaims
public void validateClaims(String requiredClaims, String exactMatchClaims, String anyMatchClaims) throws AuthorizationException - Throws:
AuthorizationException
-
getClaimsSet
-
getRoleClaim
-
getPrincipalNameClaim
-