Package org.apache.cxf.ws.security.wss4j

Class Summary
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.
DefaultSecurityContext SecurityContext which implements isUserInRole using the following approach : skip the first Subject principal, and then checks Groups the principal is a member of TODO : consider moving this class into common/security
DelegatingCallbackHandler  
PolicyBasedWSS4JInInterceptor  
PolicyBasedWSS4JOutInterceptor  
UsernameTokenInterceptor  
UsernameTokenProcessorWithoutCallbacks UsernameToken processor which creates Principal without delegating to CallbackHandlers
WSS4JInInterceptor Performs WS-Security inbound actions.
WSS4JOutInterceptor  
 

Enum Summary
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