Package | Description |
---|---|
org.apache.cxf.sts.token.validator |
Modifier and Type | Interface and Description |
---|---|
interface |
SAMLRoleParser
This interface defines a way to extract roles from a SAML Assertion
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSAMLRoleParser
A default implementation to extract roles from a SAML Assertion
|
class |
DefaultSubjectRoleParser
A default implementation to extract roles from a Subject
|
Modifier and Type | Method and Description |
---|---|
SubjectRoleParser |
UsernameTokenValidator.getRoleParser() |
Modifier and Type | Method and Description |
---|---|
void |
UsernameTokenValidator.setRoleParser(SubjectRoleParser roleParser) |
Apache CXF