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 Summary
Nested Classes - 
Field Summary
FieldsFields inherited from class org.apache.cxf.feature.DelegatingFeature
delegateFields inherited from class jakarta.xml.ws.WebServiceFeature
enabled - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetID()voidsetContextName(String contextName) voidsetReportFault(boolean reportFault) Methods inherited from class org.apache.cxf.feature.DelegatingFeature
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegateMethods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, isEnabled 
- 
Field Details
- 
ID
- See Also:
 
 
 - 
 - 
Constructor Details
- 
JAASAuthenticationFeature
public JAASAuthenticationFeature() 
 - 
 - 
Method Details
- 
setContextName
 - 
setReportFault
public void setReportFault(boolean reportFault)  - 
getID
- Overrides:
 getIDin classAbstractFeature
 
 -