Package com.ebasetech.xi.services.auth
Class TestOAuthAuthentication
java.lang.Object
com.ebasetech.xi.services.auth.OAuthAuthentication
com.ebasetech.xi.services.auth.TestOAuthAuthentication
- All Implemented Interfaces:
Authentication
public class TestOAuthAuthentication extends OAuthAuthentication
-
Field Summary
Fields inherited from interface com.ebasetech.xi.services.Authentication
BASIC_AUTHENTICATION, DIGEST_AUTHENTICATION, GATEWAY_AUTHENTICATION, NTLM_AUTHENTICATION, OAUTH_AUTHENTICATION
-
Constructor Summary
Constructors Constructor Description TestOAuthAuthentication()
-
Method Summary
Modifier and Type Method Description int
getType()
Returns the Authentication type IDMethods inherited from class com.ebasetech.xi.services.auth.OAuthAuthentication
getAdditionalParameters, getName, getPassword, getScope, getUsername, setAdditionalParameters, setName, setPassword, setScope, setUsername
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestOAuthAuthentication
public TestOAuthAuthentication()
-
-
Method Details
-
getType
public int getType()Description copied from interface:Authentication
Returns the Authentication type ID- Specified by:
getType
in interfaceAuthentication
- Overrides:
getType
in classOAuthAuthentication
-