Class ClientSecurityFeature
- java.lang.Object
-
- io.helidon.security.integration.jersey.ClientSecurityFeature
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_CONTEXTProperty name for security context.static StringPROPERTY_PROVIDERProperty name for outbound security provider name.
-
Constructor Summary
Constructors Constructor Description ClientSecurityFeature()Create a new security feature.
-
-
-
Field Detail
-
PROPERTY_CONTEXT
public static final String PROPERTY_CONTEXT
Property 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
Property 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)
-
-