| getAdditionalParameters |
OAuthAuthentication.getAdditionalParameters( ) |
Returns any additional parameters for authentication |
| setAdditionalParameters |
OAuthAuthentication.setAdditionalParameters( additionalParameters ) |
Sets any additional parameters for authentication. |
| setName |
OAuthAuthentication.setName( name ) |
Sets the name of the OAuth authentication configuration |
| getName |
OAuthAuthentication.getName( ) |
Returns the name of the OAuth authentication configuration |
| getPassword |
OAuthAuthentication.getPassword( ) |
Returns the password used to authenticate the user |
| setPassword |
OAuthAuthentication.setPassword( password ) |
Sets the password used to authenticate the user |
| getScope |
OAuthAuthentication.getScope( ) |
Returns the scope for the resource owner password grant authentication |
| setScope |
OAuthAuthentication.setScope( scope ) |
Sets the scope for the resource owner password grant authentication |
| getType |
OAuthAuthentication.getType( ) |
|
| getUsername |
OAuthAuthentication.getUsername( ) |
Returns the username used to authenticate the user |
| setUsername |
OAuthAuthentication.setUsername( username ) |
Sets the username used to authenticate the user |