Class | Description |
---|---|
AbstractTokenInterceptor |
An abstract interceptor that can be used to form the basis of an interceptor to add and process
a specific type of security token.
|
AbstractUsernameTokenAuthenticatingInterceptor |
Base class providing an extensibility point for populating
javax.security.auth.Subject from a current UsernameToken.
|
AbstractWSS4JInterceptor | |
CryptoCoverageChecker |
Utility to enable the checking of WS-Security signature/encryption
coverage based on the results of the WSS4J processors.
|
CryptoCoverageChecker.XPathExpression |
A simple wrapper for an XPath expression and coverage type / scope
indicating how the XPath expression should be enforced as a cryptographic
coverage requirement.
|
CryptoCoverageUtil |
Utility to enable the checking of WS-Security signature / WS-Security
encryption coverage based on the results of the WSS4J signature/encryption
processor.
|
DefaultCryptoCoverageChecker |
This utility extends the CryptoCoverageChecker to provide an easy way to check to see
if the SOAP (1.1 + 1.2) Body was signed and/or encrypted, if the Timestamp was signed,
and if the WS-Addressing ReplyTo and FaultTo headers were signed.
|
DelegatingCallbackHandler | |
KerberosTokenInterceptor |
An interceptor to add a Kerberos token to the security header of an outbound request, and to
process a Kerberos Token on an inbound request.
|
PolicyBasedWSS4JInInterceptor | |
PolicyBasedWSS4JOutInterceptor | |
SamlTokenInterceptor |
An interceptor to create and add a SAML token to the security header of an outbound
request, and to process a SAML Token on an inbound request.
|
SAMLUtils |
internal SAMLUtils to avoid direct reference to opensaml from WSS4J interceptors.
|
UsernameTokenInterceptor | |
WSS4JInInterceptor |
Performs WS-Security inbound actions.
|
WSS4JOutInterceptor | |
WSS4JTokenConverter | |
WSS4JUtils |
Some common functionality that can be shared between the WSS4JInInterceptor and the
UsernameTokenInterceptor.
|
Enum | Description |
---|---|
CryptoCoverageUtil.CoverageScope |
Differentiates which part of an element to check for cryptographic coverage.
|
CryptoCoverageUtil.CoverageType |
Differentiates which type of cryptographic coverage to check for.
|
Apache CXF