Uses of Interface
org.apache.cxf.sts.token.validator.jwt.JWTRoleParser
-
Packages that use JWTRoleParser Package Description org.apache.cxf.sts.token.validator.jwt -
-
Uses of JWTRoleParser in org.apache.cxf.sts.token.validator.jwt
Classes in org.apache.cxf.sts.token.validator.jwt that implement JWTRoleParser Modifier and Type Class Description classDefaultJWTRoleParserA default implementation to extract roles from a JWT tokenMethods in org.apache.cxf.sts.token.validator.jwt that return JWTRoleParser Modifier and Type Method Description JWTRoleParserJWTTokenValidator. getRoleParser()Methods in org.apache.cxf.sts.token.validator.jwt with parameters of type JWTRoleParser Modifier and Type Method Description voidJWTTokenValidator. setRoleParser(JWTRoleParser roleParser)
-