Package | Description |
---|---|
org.apache.cxf.ws.security.trust | |
org.apache.wss4j.stax.ext | |
org.apache.wss4j.stax.validate |
Modifier and Type | Class and Description |
---|---|
class |
STSStaxTokenValidator
A Streaming SAML Token Validator implementation to validate a received Token to a
SecurityTokenService (STS).
|
Modifier and Type | Method and Description |
---|---|
<T extends Validator> |
WSSSecurityProperties.getValidator(QName qName) |
Modifier and Type | Method and Description |
---|---|
void |
WSSSecurityProperties.addValidator(QName qName,
Validator validator) |
Modifier and Type | Interface and Description |
---|---|
interface |
BinarySecurityTokenValidator |
interface |
SamlTokenValidator |
interface |
SecurityContextTokenValidator |
interface |
SignatureTokenValidator |
interface |
TimestampValidator |
interface |
UsernameTokenValidator |
Modifier and Type | Class and Description |
---|---|
class |
BinarySecurityTokenValidatorImpl |
class |
JAASUsernameTokenValidatorImpl
This class validates a processed UsernameToken, where Username/password validation is delegated
to the JAAS LoginContext.
|
class |
SamlTokenValidatorImpl |
class |
SecurityContextTokenValidatorImpl |
class |
SignatureTokenValidatorImpl |
class |
TimestampValidatorImpl |
class |
UsernameTokenValidatorImpl |
Copyright © 2017 JBoss by Red Hat. All rights reserved.