-
Methods in com.ebasetech.xi.services that return OAuthAuthentication
Modifier and Type |
Method |
Description |
static OAuthAuthentication |
HttpAuthentication.createOAuthAuthentication(java.lang.String name) |
Returns an OAuthAuthentication object that stores the name of the configured OAuth configuration on the server
|
static OAuthAuthentication |
HttpAuthentication.createOAuthAuthentication(java.lang.String name,
java.lang.String scope) |
Returns an OAuthAuthentication object that stores the name of the configured OAuth configuration on the server.
|
static OAuthAuthentication |
HttpAuthentication.createOAuthAuthentication(java.lang.String name,
java.lang.String scope,
java.lang.String username,
java.lang.String password) |
Returns an OAuthAuthentication object that stores the name of the configured OAuth configuration on the server.
|
static OAuthAuthentication |
HttpAuthentication.createOAuthAuthentication(java.lang.String name,
java.lang.String scope,
java.lang.String username,
java.lang.String password,
java.util.Map<java.lang.String,java.lang.Object> additionalParameters) |
Returns an OAuthAuthentication object that stores the name of the configured OAuth configuration on the server.
|
-