| Package | Description |
|---|---|
| org.apache.cxf.sts.operation | |
| org.apache.cxf.sts.token.validator | |
| org.apache.cxf.sts.token.validator.jwt |
| Modifier and Type | Field and Description |
|---|---|
protected List<TokenValidator> |
AbstractOperation.tokenValidators |
| Modifier and Type | Method and Description |
|---|---|
List<TokenValidator> |
AbstractOperation.getTokenValidators() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOperation.setTokenValidators(List<TokenValidator> tokenValidators) |
| Modifier and Type | Class and Description |
|---|---|
class |
SAMLTokenValidator
Validate a SAML Assertion.
|
class |
SCTValidator
This class validates a SecurityContextToken.
|
class |
UsernameTokenValidator
This class validates a wsse UsernameToken.
|
class |
X509TokenValidator
This class validates an X.509 V.3 certificate (received as a BinarySecurityToken or an X509Data
DOM Element).
|
| Modifier and Type | Class and Description |
|---|---|
class |
JWTTokenValidator
Validate a SAML Assertion.
|
Apache CXF