Class ClientSecurity


  • public final class ClientSecurity
    extends Object
    Constants used to override behavior of the outbound security for Jersey.
    • 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 with Invocation.Builder.property(String, Object), obtained through WebTarget.request()
        See Also:
        Constant Field Values
      • PROPERTY_PROVIDER

        public static final String PROPERTY_PROVIDER
        Property name for outbound security provider name. Set this with Invocation.Builder.property(String, Object), obtained through WebTarget.request()
        See Also:
        Constant Field Values