public interface IAuthenticationMechanism
| Modifier and Type | Method and Description |
|---|---|
void |
clearAccessToken() |
Object |
cloneObject() |
void |
dispose() |
char[] |
getAccessToken() |
int |
getAccessTokenLifetimeRemaining() |
int |
getApiVersion() |
String |
getId() |
String |
getNetworkAddress() |
boolean |
hasAccessToken() |
boolean |
isAnonymous() |
boolean |
isIgnoreSsl() |
void |
refreshAccessToken() |
String getId()
String getNetworkAddress()
int getApiVersion()
boolean isIgnoreSsl()
boolean isAnonymous()
boolean hasAccessToken()
void clearAccessToken()
char[] getAccessToken()
throws ObjectDisposedException
ObjectDisposedExceptionint getAccessTokenLifetimeRemaining()
throws ObjectDisposedException,
SafeguardForJavaException
void refreshAccessToken()
throws ObjectDisposedException,
SafeguardForJavaException
Object cloneObject() throws SafeguardForJavaException
SafeguardForJavaExceptionvoid dispose()
Copyright © 2019. All rights reserved.