Class JAASAuthenticationFeature
- java.lang.Object
- 
- javax.xml.ws.WebServiceFeature
- 
- org.apache.cxf.feature.AbstractFeature
- 
- org.apache.cxf.feature.DelegatingFeature<JAASAuthenticationFeature.Portable>
- 
- org.apache.cxf.interceptor.security.JAASAuthenticationFeature
 
 
 
 
- 
- All Implemented Interfaces:
- AbstractPortableFeature,- Feature
 
 public class JAASAuthenticationFeature extends DelegatingFeature<JAASAuthenticationFeature.Portable> Feature to do JAAS authentication with defaults for karaf integration
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classJAASAuthenticationFeature.Portable
 - 
Field SummaryFields Modifier and Type Field Description static StringID- 
Fields inherited from class org.apache.cxf.feature.DelegatingFeaturedelegate
 
- 
 - 
Constructor SummaryConstructors Constructor Description JAASAuthenticationFeature()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()voidsetContextName(String contextName)voidsetReportFault(boolean reportFault)- 
Methods inherited from class org.apache.cxf.feature.DelegatingFeaturegetDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegate
 - 
Methods inherited from class org.apache.cxf.feature.AbstractFeaturedoInitializeProvider, getActive, isEnabled
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final String ID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
setContextNamepublic void setContextName(String contextName) 
 - 
setReportFaultpublic void setReportFault(boolean reportFault) 
 - 
getIDpublic String getID() - Overrides:
- getIDin class- AbstractFeature
 
 
- 
 
-