OAuthAuthentication

OAuth 2.0 Authentication holding the name of the configured OAuth configuration on the Ebase server.

OAuthAuthentication Functions

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

Authentication Properties

int BASIC_AUTHENTICATION
int DIGEST_AUTHENTICATION
int GATEWAY_AUTHENTICATION
int NTLM_AUTHENTICATION
int OAUTH_AUTHENTICATION

Authentication Functions

getType OAuthAuthentication.getType( ) Returns the Authentication type ID