Class ClientSecurityFeature
- java.lang.Object
-
- io.helidon.security.integration.jersey.ClientSecurityFeature
-
- All Implemented Interfaces:
Feature
@Deprecated public final class ClientSecurityFeature extends Object implements Feature
Deprecated.replaced withio.helidon.security.integration.jersey.client.ClientSecurity
for 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 String
PROPERTY_CONTEXT
Deprecated.useClientSecurity
constants insteadstatic String
PROPERTY_PROVIDER
Deprecated.useClientSecurity
constants 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 boolean
configure(FeatureContext context)
Deprecated.
-
-
-
Field Detail
-
PROPERTY_CONTEXT
@Deprecated public static final String PROPERTY_CONTEXT
Deprecated.useClientSecurity
constants 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.useClientSecurity
constants insteadProperty name for outbound security provider name. Set this withInvocation.Builder.property(String, Object)
, obtained throughWebTarget.request()
- See Also:
- Constant Field Values
-
-
Method Detail
-
configure
public boolean configure(FeatureContext context)
Deprecated.
-
-