public class AuthenticatorsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONFIGURED |
static String |
SERIALIZED_NAME_ENABLED |
static String |
SERIALIZED_NAME_INSTALLED |
| Constructor and Description |
|---|
AuthenticatorsResponse() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatorsResponse |
addConfiguredItem(String configuredItem) |
AuthenticatorsResponse |
addEnabledItem(String enabledItem) |
AuthenticatorsResponse |
addInstalledItem(String installedItem) |
AuthenticatorsResponse |
configured(List<String> configured) |
AuthenticatorsResponse |
enabled(List<String> enabled) |
boolean |
equals(Object o) |
List<String> |
getConfigured()
The authenticators configured on the Conjur server
|
List<String> |
getEnabled()
The authenticators enabled on the Conjur server
|
List<String> |
getInstalled()
The authenticators installed on the Conjur server
|
int |
hashCode() |
AuthenticatorsResponse |
installed(List<String> installed) |
void |
setConfigured(List<String> configured) |
void |
setEnabled(List<String> enabled) |
void |
setInstalled(List<String> installed) |
String |
toString() |
public static final String SERIALIZED_NAME_CONFIGURED
public static final String SERIALIZED_NAME_ENABLED
public static final String SERIALIZED_NAME_INSTALLED
public AuthenticatorsResponse configured(List<String> configured)
public AuthenticatorsResponse addConfiguredItem(String configuredItem)
@Nullable public List<String> getConfigured()
public AuthenticatorsResponse enabled(List<String> enabled)
public AuthenticatorsResponse addEnabledItem(String enabledItem)
@Nullable public List<String> getEnabled()
public AuthenticatorsResponse installed(List<String> installed)
public AuthenticatorsResponse addInstalledItem(String installedItem)
@Nullable public List<String> getInstalled()
Copyright © 2023. All rights reserved.