Uses of Class
org.apache.cxf.ws.security.wss4j.AbstractTokenInterceptor
-
Packages that use AbstractTokenInterceptor Package Description 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 Modifier and Type Class Description classBinarySecurityTokenInterceptorAn interceptor to add a BinarySecurityToken token to the security header of an outbound request, and to process a BinarySecurityToken on an inbound request.classKerberosTokenInterceptorAn interceptor to add a Kerberos token to the security header of an outbound request, and to process a Kerberos Token on an inbound request.classSamlTokenInterceptorAn 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.classUsernameTokenInterceptor
-