Uses of Interface
org.apache.cxf.sts.token.validator.SubjectRoleParser
-
Packages that use SubjectRoleParser Package Description org.apache.cxf.sts.token.validator org.apache.cxf.sts.token.validator.jwt -
-
Uses of SubjectRoleParser in org.apache.cxf.sts.token.validator
Subinterfaces of SubjectRoleParser in org.apache.cxf.sts.token.validator Modifier and Type Interface Description interfaceSAMLRoleParserThis interface defines a way to extract roles from a SAML AssertionClasses in org.apache.cxf.sts.token.validator that implement SubjectRoleParser Modifier and Type Class Description classDefaultSAMLRoleParserA default implementation to extract roles from a SAML AssertionclassDefaultSubjectRoleParserA default implementation to extract roles from a SubjectMethods in org.apache.cxf.sts.token.validator that return SubjectRoleParser Modifier and Type Method Description SubjectRoleParserUsernameTokenValidator. getRoleParser()Methods in org.apache.cxf.sts.token.validator with parameters of type SubjectRoleParser Modifier and Type Method Description voidUsernameTokenValidator. setRoleParser(SubjectRoleParser roleParser) -
Uses of SubjectRoleParser in org.apache.cxf.sts.token.validator.jwt
Subinterfaces of SubjectRoleParser in org.apache.cxf.sts.token.validator.jwt Modifier and Type Interface Description interfaceJWTRoleParserThis interface defines a way to extract roles from a JWT TokenClasses in org.apache.cxf.sts.token.validator.jwt that implement SubjectRoleParser Modifier and Type Class Description classDefaultJWTRoleParserA default implementation to extract roles from a JWT token
-