Class CumulocityBasicCredentials
java.lang.Object
com.cumulocity.model.authentication.CumulocityBasicCredentials
- All Implemented Interfaces:
CumulocityCredentials
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from interface com.cumulocity.model.authentication.CumulocityCredentials
CumulocityCredentials.CumulocityCredentialsVisitor<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> T
builder()
protected boolean
copy()
boolean
static CumulocityBasicCredentials
int
hashCode()
void
setApplicationKey
(String applicationKey) void
setPassword
(String password) void
setRequestOrigin
(String requestOrigin) void
setTenantId
(String tenantId) toString()
-
Constructor Details
-
CumulocityBasicCredentials
-
-
Method Details
-
from
-
getAuthenticationString
- Specified by:
getAuthenticationString
in interfaceCumulocityCredentials
-
getAuthenticationMethod
- Specified by:
getAuthenticationMethod
in interfaceCumulocityCredentials
-
copy
- Specified by:
copy
in interfaceCumulocityCredentials
-
getLoginWithTenant
-
accept
- Specified by:
accept
in interfaceCumulocityCredentials
-
toString
-
builder
-
getUsername
- Specified by:
getUsername
in interfaceCumulocityCredentials
-
getTenantId
- Specified by:
getTenantId
in interfaceCumulocityCredentials
-
getPassword
-
getApplicationKey
- Specified by:
getApplicationKey
in interfaceCumulocityCredentials
-
getRequestOrigin
- Specified by:
getRequestOrigin
in interfaceCumulocityCredentials
-
equals
-
canEqual
-
hashCode
public int hashCode() -
setTenantId
-
setPassword
-
setApplicationKey
- Specified by:
setApplicationKey
in interfaceCumulocityCredentials
-
setRequestOrigin
- Specified by:
setRequestOrigin
in interfaceCumulocityCredentials
-