Apache CXF API

Uses of Class
org.apache.cxf.ws.security.wss4j.AbstractTokenInterceptor

Packages that use AbstractTokenInterceptor
org.apache.cxf.ws.security.wss4j   
 

Uses of AbstractTokenInterceptor in org.apache.cxf.ws.security.wss4j
 

Subclasses of AbstractTokenInterceptor in org.apache.cxf.ws.security.wss4j
 class BinarySecurityTokenInterceptor
          An interceptor to add a BinarySecurityToken token to the security header of an outbound request, and to process a BinarySecurityToken on an inbound request.
 class 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.
 class 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.
 class UsernameTokenInterceptor
           
 


Apache CXF API

Apache CXF