Uses of Class
com.cumulocity.model.authentication.CumulocityCredentialsFactory
-
Packages that use CumulocityCredentialsFactory Package Description com.cumulocity.model.authentication -
-
Uses of CumulocityCredentialsFactory in com.cumulocity.model.authentication
Methods in com.cumulocity.model.authentication that return CumulocityCredentialsFactory Modifier and Type Method Description CumulocityCredentialsFactoryCumulocityCredentialsFactory. withApplicationKey(String applicationKey)CumulocityCredentialsFactoryCumulocityCredentialsFactory. withAuthenticationMethod(AuthenticationMethod authenticationMethod)CumulocityCredentialsFactoryCumulocityCredentialsFactory. withOAuthAccessToken(String oAuthAccessToken)CumulocityCredentialsFactoryCumulocityCredentialsFactory. withPassword(String password)CumulocityCredentialsFactoryCumulocityCredentialsFactory. withRequestOrigin(String requestOrigin)CumulocityCredentialsFactoryCumulocityCredentialsFactory. withTenant(String tenant)CumulocityCredentialsFactoryCumulocityCredentialsFactory. withUsername(String username)CumulocityCredentialsFactoryCumulocityCredentialsFactory. withXsrfToken(String xsrfToken)
-