Modifier and Type | Class and Description |
---|---|
class |
NoOpPolicyInterceptorProvider
This no-op PolicyInterceptorProvider prevents the policy enforcement
logic making it impossible to assert the HTTPClientPolicy upfront
before the HTTPConduit becomes involved (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
AddressingPolicyInterceptorProvider
Instead of parametrising an instance of org.apache.cxf.policy.PolicyInterceptorProviderImpl
we use this class to reduce the impact of changes to the addressing metadata namespace
(only need to update Metadataconstants, otherwise cfg file fragement also).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPolicyInterceptorProvider |
class |
IgnorablePolicyInterceptorProvider
This policy interceptor provider can be used to implicitly handle unknown policy assertions.
|
Modifier and Type | Method and Description |
---|---|
Set<PolicyInterceptorProvider> |
PolicyInterceptorProviderRegistryImpl.get(QName qn) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyInterceptorProviderRegistry.register(PolicyInterceptorProvider provider)
Register the builder for all qnames from the provider
getAssertionTypes call.
|
void |
PolicyInterceptorProviderRegistryImpl.register(PolicyInterceptorProvider provider) |
Constructor and Description |
---|
PolicyInterceptorProviderRegistryImpl(Map<QName,Set<PolicyInterceptorProvider>> interceptors) |
Modifier and Type | Class and Description |
---|---|
class |
MTOMPolicyInterceptorProvider |
Modifier and Type | Class and Description |
---|---|
class |
RMPolicyInterceptorProvider |
Modifier and Type | Class and Description |
---|---|
class |
HttpsTokenInterceptorProvider |
class |
IssuedTokenInterceptorProvider |
class |
KerberosTokenInterceptorProvider |
class |
SamlTokenInterceptorProvider |
class |
SecureConversationTokenInterceptorProvider |
class |
SpnegoTokenInterceptorProvider |
class |
UsernameTokenInterceptorProvider |
class |
WSSecurityInterceptorProvider |
class |
WSSecurityPolicyInterceptorProvider |
Apache CXF