| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
LdapServerMetadataInput |
LdapServerMetadataInput.clone() |
LdapServerMetadataInput |
CreateBrokerRequest.getLdapServerMetadata()
Optional.
|
LdapServerMetadataInput |
UpdateBrokerRequest.getLdapServerMetadata()
Optional.
|
LdapServerMetadataInput |
LdapServerMetadataInput.withHosts(Collection<String> hosts)
Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory .
|
LdapServerMetadataInput |
LdapServerMetadataInput.withHosts(String... hosts)
Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory .
|
LdapServerMetadataInput |
LdapServerMetadataInput.withRoleBase(String roleBase)
The distinguished name of the node in the directory information tree (DIT) to search for roles or groups.
|
LdapServerMetadataInput |
LdapServerMetadataInput.withRoleName(String roleName)
Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group
membership query.
|
LdapServerMetadataInput |
LdapServerMetadataInput.withRoleSearchMatching(String roleSearchMatching)
The LDAP search filter used to find roles within the roleBase.
|
LdapServerMetadataInput |
LdapServerMetadataInput.withRoleSearchSubtree(Boolean roleSearchSubtree)
The directory search scope for the role.
|
LdapServerMetadataInput |
LdapServerMetadataInput.withServiceAccountPassword(String serviceAccountPassword)
Service account password.
|
LdapServerMetadataInput |
LdapServerMetadataInput.withServiceAccountUsername(String serviceAccountUsername)
Service account username.
|
LdapServerMetadataInput |
LdapServerMetadataInput.withUserBase(String userBase)
Select a particular subtree of the directory information tree (DIT) to search for user entries.
|
LdapServerMetadataInput |
LdapServerMetadataInput.withUserRoleName(String userRoleName)
Specifies the name of the LDAP attribute for the user group membership.
|
LdapServerMetadataInput |
LdapServerMetadataInput.withUserSearchMatching(String userSearchMatching)
The LDAP search filter used to find users within the userBase.
|
LdapServerMetadataInput |
LdapServerMetadataInput.withUserSearchSubtree(Boolean userSearchSubtree)
The directory search scope for the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBrokerRequest.setLdapServerMetadata(LdapServerMetadataInput ldapServerMetadata)
Optional.
|
void |
UpdateBrokerRequest.setLdapServerMetadata(LdapServerMetadataInput ldapServerMetadata)
Optional.
|
CreateBrokerRequest |
CreateBrokerRequest.withLdapServerMetadata(LdapServerMetadataInput ldapServerMetadata)
Optional.
|
UpdateBrokerRequest |
UpdateBrokerRequest.withLdapServerMetadata(LdapServerMetadataInput ldapServerMetadata)
Optional.
|
Copyright © 2023. All rights reserved.