public abstract class AbstractClient extends Object
Modifier and Type | Field and Description |
---|---|
protected OAuthConnection |
connection |
Modifier | Constructor and Description |
---|---|
protected |
AbstractClient(String clientName,
String clientSecret) |
protected |
AbstractClient(String apiHost,
String apiPort,
String ssoHost,
String ssoPort,
String clientName,
String clientSecret) |
Modifier and Type | Method and Description |
---|---|
OAuthConnection |
getConnection() |
void |
login(String username,
String password) |
void |
logout() |
protected final OAuthConnection connection
public void login(String username, String password) throws OAuthException
OAuthException
public void logout()
public OAuthConnection getConnection()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.