Package com.strongdm.api
Class ActiveDirectoryStore
java.lang.Object
com.strongdm.api.ActiveDirectoryStore
- All Implemented Interfaces:
SecretStore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Unique identifier of the SecretStore.getName()
Unique human-readable name of the SecretStore.Hostname of server that is hosting NDES (Network Device Enrollment Services).getTags()
Tags is a map of key, value pairs.void
Unique identifier of the SecretStore.void
Unique human-readable name of the SecretStore.void
Hostname of server that is hosting NDES (Network Device Enrollment Services).void
Tags is a map of key, value pairs.
-
Constructor Details
-
ActiveDirectoryStore
public ActiveDirectoryStore()
-
-
Method Details
-
getId
Unique identifier of the SecretStore.- Specified by:
getId
in interfaceSecretStore
-
setId
Unique identifier of the SecretStore. -
getName
Unique human-readable name of the SecretStore.- Specified by:
getName
in interfaceSecretStore
-
setName
Unique human-readable name of the SecretStore.- Specified by:
setName
in interfaceSecretStore
-
getServerAddress
Hostname of server that is hosting NDES (Network Device Enrollment Services). Often this is the same host as Active Directory Certificate Services -
setServerAddress
Hostname of server that is hosting NDES (Network Device Enrollment Services). Often this is the same host as Active Directory Certificate Services -
getTags
Tags is a map of key, value pairs.- Specified by:
getTags
in interfaceSecretStore
-
setTags
Tags is a map of key, value pairs.- Specified by:
setTags
in interfaceSecretStore
-