Package com.cyberark.conjur.sdk.model
Class AuthenticatorsResponse
java.lang.Object
com.cyberark.conjur.sdk.model.AuthenticatorsResponse
AuthenticatorsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConfiguredItem(String configuredItem) addEnabledItem(String enabledItem) addInstalledItem(String installedItem) configured(List<String> configured) booleanThe authenticators configured on the Conjur serverThe authenticators enabled on the Conjur serverThe authenticators installed on the Conjur serverinthashCode()voidsetConfigured(List<String> configured) voidsetEnabled(List<String> enabled) voidsetInstalled(List<String> installed) toString()
-
Field Details
-
SERIALIZED_NAME_CONFIGURED
- See Also:
-
SERIALIZED_NAME_ENABLED
- See Also:
-
SERIALIZED_NAME_INSTALLED
- See Also:
-
-
Constructor Details
-
AuthenticatorsResponse
public AuthenticatorsResponse()
-
-
Method Details
-
configured
-
addConfiguredItem
-
getConfigured
The authenticators configured on the Conjur server- Returns:
- configured
-
setConfigured
-
enabled
-
addEnabledItem
-
getEnabled
The authenticators enabled on the Conjur server- Returns:
- enabled
-
setEnabled
-
installed
-
addInstalledItem
-
getInstalled
The authenticators installed on the Conjur server- Returns:
- installed
-
setInstalled
-
equals
-
hashCode
public int hashCode() -
toString
-