Class CumulocityBasicCredentials
java.lang.Object
com.cumulocity.model.authentication.CumulocityBasicCredentials
- All Implemented Interfaces:
CumulocityCredentials
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface com.cumulocity.model.authentication.CumulocityCredentials
CumulocityCredentials.CumulocityCredentialsVisitor<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Tbuilder()protected booleancopy()booleanstatic CumulocityBasicCredentialsinthashCode()voidsetApplicationKey(String applicationKey) voidsetPassword(String password) voidsetRequestOrigin(String requestOrigin) voidsetTenantId(String tenantId) toString()
-
Constructor Details
-
CumulocityBasicCredentials
-
-
Method Details
-
from
-
getAuthenticationString
- Specified by:
getAuthenticationStringin interfaceCumulocityCredentials
-
getAuthenticationMethod
- Specified by:
getAuthenticationMethodin interfaceCumulocityCredentials
-
copy
- Specified by:
copyin interfaceCumulocityCredentials
-
getLoginWithTenant
-
accept
- Specified by:
acceptin interfaceCumulocityCredentials
-
toString
-
builder
-
getUsername
- Specified by:
getUsernamein interfaceCumulocityCredentials
-
getTenantId
- Specified by:
getTenantIdin interfaceCumulocityCredentials
-
getPassword
-
getApplicationKey
- Specified by:
getApplicationKeyin interfaceCumulocityCredentials
-
getRequestOrigin
- Specified by:
getRequestOriginin interfaceCumulocityCredentials
-
equals
-
canEqual
-
hashCode
public int hashCode() -
setTenantId
-
setPassword
-
setApplicationKey
- Specified by:
setApplicationKeyin interfaceCumulocityCredentials
-
setRequestOrigin
- Specified by:
setRequestOriginin interfaceCumulocityCredentials
-