Uses of Enum Class
com.cumulocity.model.authentication.AuthenticationMethod
-
Uses of AuthenticationMethod in com.cumulocity.model.authentication
Modifier and TypeMethodDescriptionCumulocityBasicCredentials.getAuthenticationMethod()
CumulocityCredentials.getAuthenticationMethod()
CumulocityOAuthCredentials.getAuthenticationMethod()
static AuthenticationMethod
Returns the enum constant of this class with the specified name.static AuthenticationMethod[]
AuthenticationMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCumulocityOAuthCredentials.CumulocityOAuthCredentialsBuilder.authenticationMethod
(AuthenticationMethod authenticationMethod) void
CumulocityOAuthCredentials.setAuthenticationMethod
(AuthenticationMethod authenticationMethod) CumulocityCredentialsFactory.withAuthenticationMethod
(AuthenticationMethod authenticationMethod) ModifierConstructorDescriptionCumulocityCredentialsFactory
(String tenant, String username, String password, String oAuthAccessToken, String xsrfToken, String applicationKey, String requestOrigin, AuthenticationMethod authenticationMethod) CumulocityOAuthCredentials
(String oAuthAccessToken, String xsrfToken, String applicationKey, String requestOrigin, AuthenticationMethod authenticationMethod)