Uses of Enum Class
com.cumulocity.model.authentication.AuthenticationMethod
Packages that use AuthenticationMethod
-
Uses of AuthenticationMethod in com.cumulocity.model.authentication
Methods in com.cumulocity.model.authentication that return AuthenticationMethodModifier and TypeMethodDescriptionCumulocityBasicCredentials.getAuthenticationMethod()CumulocityCredentials.getAuthenticationMethod()CumulocityOAuthCredentials.getAuthenticationMethod()static AuthenticationMethodReturns 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.Methods in com.cumulocity.model.authentication with parameters of type AuthenticationMethodModifier and TypeMethodDescriptionCumulocityOAuthCredentials.CumulocityOAuthCredentialsBuilder.authenticationMethod(AuthenticationMethod authenticationMethod) voidCumulocityOAuthCredentials.setAuthenticationMethod(AuthenticationMethod authenticationMethod) CumulocityCredentialsFactory.withAuthenticationMethod(AuthenticationMethod authenticationMethod) Constructors in com.cumulocity.model.authentication with parameters of type AuthenticationMethodModifierConstructorDescriptionCumulocityCredentialsFactory(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)