Apache CXF API

org.apache.cxf.interceptor.security
Class JAASAuthenticationFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by org.apache.cxf.feature.AbstractFeature
          extended by org.apache.cxf.interceptor.security.JAASAuthenticationFeature
All Implemented Interfaces:
Feature

public class JAASAuthenticationFeature
extends AbstractFeature

Feature to do JAAS authentication with defaults for karaf integration


Field Summary
static String ID
           
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
JAASAuthenticationFeature()
           
 
Method Summary
 String getID()
           
protected  void initializeProvider(InterceptorProvider provider, Bus bus)
           
 void setContextName(String contextName)
           
 void setReportFault(boolean reportFault)
           
 
Methods inherited from class org.apache.cxf.feature.AbstractFeature
getActive, initialize, initialize, initialize, initialize
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

JAASAuthenticationFeature

public JAASAuthenticationFeature()
Method Detail

getID

public String getID()
Overrides:
getID in class AbstractFeature

initializeProvider

protected void initializeProvider(InterceptorProvider provider,
                                  Bus bus)
Overrides:
initializeProvider in class AbstractFeature

setContextName

public void setContextName(String contextName)

setReportFault

public void setReportFault(boolean reportFault)

Apache CXF API

Apache CXF