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