Uses of Class
org.apache.cxf.rs.security.oauth2.client.HttpRequestProperties
-
Packages that use HttpRequestProperties Package Description org.apache.cxf.rs.security.oauth2.client org.apache.cxf.rs.security.oauth2.tokens.hawk -
-
Uses of HttpRequestProperties in org.apache.cxf.rs.security.oauth2.client
Methods in org.apache.cxf.rs.security.oauth2.client with parameters of type HttpRequestProperties Modifier and Type Method Description static StringOAuthClientUtils. createAuthorizationHeader(ClientAccessToken accessToken, HttpRequestProperties httpProps)Creates OAuth Authorization header with the scheme that may require an access to the current HTTP request properties -
Uses of HttpRequestProperties in org.apache.cxf.rs.security.oauth2.tokens.hawk
Constructors in org.apache.cxf.rs.security.oauth2.tokens.hawk with parameters of type HttpRequestProperties Constructor Description HawkAuthorizationScheme(HttpRequestProperties props, Map<String,String> schemeParams)HawkAuthorizationScheme(HttpRequestProperties props, AccessToken token)
-