javax.ws.rs.core.Featurepublic final class ClientSecurityFeature
extends java.lang.Object
implements javax.ws.rs.core.Feature
Client.| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
PROPERTY_CONTEXT |
Property name for security context.
|
static java.lang.String |
PROPERTY_PROVIDER |
Property name for outbound security provider name.
|
| Constructor | Description |
|---|---|
ClientSecurityFeature() |
Create a new security feature.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
configure(javax.ws.rs.core.FeatureContext context) |
public static final java.lang.String PROPERTY_CONTEXT
Invocation.Builder.property(String, Object), obtained
through WebTarget.request()public static final java.lang.String PROPERTY_PROVIDER
Invocation.Builder.property(String, Object),
obtained
through WebTarget.request()Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.