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
-
Field Summary
Fields inherited from class org.apache.cxf.feature.DelegatingFeature
delegate
Fields inherited from class jakarta.xml.ws.WebServiceFeature
enabled
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetID()
void
setContextName
(String contextName) void
setReportFault
(boolean reportFault) Methods inherited from class org.apache.cxf.feature.DelegatingFeature
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegate
Methods 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:
getID
in classAbstractFeature
-