Class JAASAuthenticationFeature
java.lang.Object
jakarta.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
- 
Field SummaryFieldsFields inherited from class org.apache.cxf.feature.DelegatingFeaturedelegateFields inherited from class jakarta.xml.ws.WebServiceFeatureenabled
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetID()voidsetContextName(String contextName) voidsetReportFault(boolean reportFault) Methods inherited from class org.apache.cxf.feature.DelegatingFeaturegetDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegateMethods inherited from class org.apache.cxf.feature.AbstractFeaturedoInitializeProvider, getActive, isEnabled
- 
Field Details- 
ID- See Also:
 
 
- 
- 
Constructor Details- 
JAASAuthenticationFeaturepublic JAASAuthenticationFeature()
 
- 
- 
Method Details- 
setContextName
- 
setReportFaultpublic void setReportFault(boolean reportFault) 
- 
getID- Overrides:
- getIDin class- AbstractFeature
 
 
-