Interface CumulocityCredentials
- All Known Implementing Classes:
CumulocityBasicCredentials,CumulocityOAuthCredentials
public interface CumulocityCredentials
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescription<T> Tcopy()voidsetApplicationKey(String applicationKey) voidsetRequestOrigin(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
-