@Generated(value="software.amazon.awssdk:codegen") public final class LdapServerMetadataInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LdapServerMetadataInput.Builder,LdapServerMetadataInput>
| Modifier and Type | Class and Description |
|---|---|
static interface |
LdapServerMetadataInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LdapServerMetadataInput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasHosts()
Returns true if the Hosts property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<String> |
hosts()
Fully qualified domain name of the LDAP server.
|
String |
roleBase()
Fully qualified name of the directory to search for a user’s groups.
|
String |
roleName()
Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group
membership query.
|
String |
roleSearchMatching()
The search criteria for groups.
|
Boolean |
roleSearchSubtree()
The directory search scope for the role.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LdapServerMetadataInput.Builder> |
serializableBuilderClass() |
String |
serviceAccountPassword()
Service account password.
|
String |
serviceAccountUsername()
Service account username.
|
LdapServerMetadataInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userBase()
Fully qualified name of the directory where you want to search for users.
|
String |
userRoleName()
Specifies the name of the LDAP attribute for the user group membership.
|
String |
userSearchMatching()
The search criteria for users.
|
Boolean |
userSearchSubtree()
The directory search scope for the user.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasHosts()
public final List<String> hosts()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasHosts() to see if a value was sent in this field.
public final String roleBase()
public final String roleName()
public final String roleSearchMatching()
public final Boolean roleSearchSubtree()
public final String serviceAccountPassword()
public final String serviceAccountUsername()
public final String userBase()
public final String userRoleName()
public final String userSearchMatching()
public final Boolean userSearchSubtree()
public LdapServerMetadataInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LdapServerMetadataInput.Builder,LdapServerMetadataInput>public static LdapServerMetadataInput.Builder builder()
public static Class<? extends LdapServerMetadataInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.