public static interface OAuth1Builder.FilterFeatureBuilder
Feature
.Modifier and Type | Method and Description |
---|---|
OAuth1Builder.FilterFeatureBuilder |
accessToken(AccessToken accessToken)
Set the Access Token that will be used for signing the requests.
|
javax.ws.rs.core.Feature |
build()
Build the
oauth 1 filter feature . |
OAuth1Builder.FilterFeatureBuilder accessToken(AccessToken accessToken)
OAuth1ClientSupport.OAUTH_PROPERTY_ACCESS_TOKEN
request property for each request.
The property could be also used to override settings defined by this method.accessToken
- Access token.javax.ws.rs.core.Feature build()
oauth 1 filter feature
. The feature can be then registered into the
client configuration.Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.