org.apache.cxf.interceptor.security
Class JAASAuthenticationFeature
java.lang.Object
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.interceptor.security.JAASAuthenticationFeature
- All Implemented Interfaces:
- org.apache.cxf.feature.Feature
public class JAASAuthenticationFeature
- extends org.apache.cxf.feature.AbstractFeature
Feature to do JAAS authentication with defaults for karaf integration
| Methods inherited from class org.apache.cxf.feature.AbstractFeature |
getActive, initialize, initialize, initialize, initialize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAASAuthenticationFeature
public JAASAuthenticationFeature()
initializeProvider
protected void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
- Overrides:
initializeProvider in class org.apache.cxf.feature.AbstractFeature
setContextName
public void setContextName(String contextName)
setReportFault
public void setReportFault(boolean reportFault)
Apache CXF