Package io.helidon.microprofile.security
Class ClientSecurity
java.lang.Object
io.helidon.microprofile.security.ClientSecurity
Constants used to override behavior of the outbound security for Jersey.
-
Field Details
-
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:
-
PROPERTY_PROVIDER
Property name for outbound security provider name. Set this withInvocation.Builder.property(String, Object)
, obtained throughWebTarget.request()
- See Also:
-