Uses of Class
com.cumulocity.model.authentication.AuthenticationMethod
-
Packages that use AuthenticationMethod Package Description com.cumulocity.model.authentication -
-
Uses of AuthenticationMethod in com.cumulocity.model.authentication
Methods in com.cumulocity.model.authentication that return AuthenticationMethod Modifier and Type Method Description AuthenticationMethodCumulocityBasicCredentials. getAuthenticationMethod()AuthenticationMethodCumulocityCredentials. getAuthenticationMethod()AuthenticationMethodCumulocityOAuthCredentials. getAuthenticationMethod()static AuthenticationMethodAuthenticationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationMethod[]AuthenticationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cumulocity.model.authentication with parameters of type AuthenticationMethod Modifier and Type Method Description CumulocityOAuthCredentials.CumulocityOAuthCredentialsBuilderCumulocityOAuthCredentials.CumulocityOAuthCredentialsBuilder. authenticationMethod(AuthenticationMethod authenticationMethod)voidCumulocityOAuthCredentials. setAuthenticationMethod(AuthenticationMethod authenticationMethod)CumulocityCredentialsFactoryCumulocityCredentialsFactory. withAuthenticationMethod(AuthenticationMethod authenticationMethod)Constructors in com.cumulocity.model.authentication with parameters of type AuthenticationMethod Constructor Description CumulocityCredentialsFactory(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)
-