Class ClientSecurity
- java.lang.Object
-
- io.helidon.security.integration.jersey.client.ClientSecurity
-
public final class ClientSecurity extends Object
Constants used to override behavior of the outbound security for Jersey.
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_CONTEXT
Property name for security context.static String
PROPERTY_PROVIDER
Property name for outbound security provider name.
-
-
-
Field Detail
-
PROPERTY_CONTEXT
public static final String PROPERTY_CONTEXT
Property name for security context. Use this only in case you want to use a different security context than the one in the current request 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
-
-