Package ddf.security.interceptor
Class SecurityInterceptorFeature
java.lang.Object
javax.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
ddf.security.interceptor.SecurityInterceptorFeature
- All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature,org.apache.cxf.feature.Feature
public class SecurityInterceptorFeature
extends org.apache.cxf.feature.AbstractFeature
-
Field Summary
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled -
Constructor Summary
ConstructorsConstructorDescriptionSecurityInterceptorFeature(ddf.security.SubjectOperations subjectOperations, ddf.security.audit.SecurityLogger securityLogger) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus) Methods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, isEnabledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
initialize, initialize, initialize, initialize
-
Constructor Details
-
SecurityInterceptorFeature
public SecurityInterceptorFeature(ddf.security.SubjectOperations subjectOperations, ddf.security.audit.SecurityLogger securityLogger)
-
-
Method Details
-
initializeProvider
protected void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus) - Overrides:
initializeProviderin classorg.apache.cxf.feature.AbstractFeature
-