Interface CumulocityCredentials
- All Known Implementing Classes:
CumulocityBasicCredentials
,CumulocityOAuthCredentials
public interface CumulocityCredentials
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescription<T> T
copy()
void
setApplicationKey
(String applicationKey) void
setRequestOrigin
(String requestOrigin)
-
Method Details
-
getAuthenticationString
String getAuthenticationString() -
getUsername
String getUsername() -
getTenantId
String getTenantId() -
getApplicationKey
String getApplicationKey() -
setApplicationKey
-
getRequestOrigin
String getRequestOrigin() -
setRequestOrigin
-
getAuthenticationMethod
AuthenticationMethod getAuthenticationMethod() -
copy
CumulocityCredentials copy() -
accept
-