Class ClientSecurityFeature
- java.lang.Object
-
- io.helidon.security.integration.jersey.ClientSecurityFeature
-
- All Implemented Interfaces:
javax.ws.rs.core.Feature
@Deprecated public final class ClientSecurityFeature extends Object implements javax.ws.rs.core.Feature
Deprecated.replaced withio.helidon.security.integration.jersey.client.ClientSecurityfor constants the feature is no longer needed to configure securityIntegration of Security module with Jersey clients. If you want to use this class, please inject it as a context and then register it on yourClient.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_CONTEXTDeprecated.useClientSecurityconstants insteadstatic StringPROPERTY_PROVIDERDeprecated.useClientSecurityconstants instead
-
Constructor Summary
Constructors Constructor Description ClientSecurityFeature()Deprecated.Create a new security feature.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanconfigure(javax.ws.rs.core.FeatureContext context)Deprecated.
-
-
-
Field Detail
-
PROPERTY_CONTEXT
@Deprecated public static final String PROPERTY_CONTEXT
Deprecated.useClientSecurityconstants insteadProperty name for security context. Set this withInvocation.Builder.property(String, Object), obtained throughWebTarget.request()- See Also:
- Constant Field Values
-
PROPERTY_PROVIDER
public static final String PROPERTY_PROVIDER
Deprecated.useClientSecurityconstants insteadProperty name for outbound security provider name. Set this withInvocation.Builder.property(String, Object), obtained throughWebTarget.request()- See Also:
- Constant Field Values
-
-