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

    Constructors
    Constructor
    Description
    SecurityInterceptorFeature(ddf.security.SubjectOperations subjectOperations, ddf.security.audit.SecurityLogger securityLogger)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus)
     

    Methods inherited from class org.apache.cxf.feature.AbstractFeature

    doInitializeProvider, getActive, getID, isEnabled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      initializeProvider in class org.apache.cxf.feature.AbstractFeature