| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
AccountConfig.getAuthenticationMethod() |
static AuthenticationMethod |
AuthenticationMethod.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.
|
| Modifier and Type | Method and Description |
|---|---|
AccountFactory |
AccountFactory.setAuthenticationMethod(AuthenticationMethod authenticationMethod) |
void |
AccountConfig.setAuthenticationMethod(AuthenticationMethod authenticationMethod) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationCommand |
AuthenticationCommandFactoryImpl.createAuthenticationCommand(org.apache.http.client.HttpClient httpClient,
AuthenticationMethod authenticationMethod,
String url,
String tenantName,
String tenantId,
String username,
String password,
AuthenticationMethod.AccessProvider accessProvier) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationCommand |
AuthenticationCommandFactoryMock.createAuthenticationCommand(org.apache.http.client.HttpClient httpClient,
AuthenticationMethod authenticationMethod,
String url,
String tenantName,
String tenantId,
String username,
String password,
AuthenticationMethod.AccessProvider accessProvier) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationCommand |
AuthenticationCommandFactory.createAuthenticationCommand(org.apache.http.client.HttpClient httpClient,
AuthenticationMethod authenticationMethod,
String url,
String tenantName,
String tenantId,
String username,
String password,
AuthenticationMethod.AccessProvider accessProvier) |
Copyright © 2012-2017 42 BV. All Rights Reserved.