| Package | Description |
|---|---|
| com.amazonaws.services.mq.model |
| Modifier and Type | Method and Description |
|---|---|
LdapServerMetadataOutput |
LdapServerMetadataOutput.clone() |
LdapServerMetadataOutput |
UpdateBrokerResult.getLdapServerMetadata()
The metadata of the LDAP server used to authenticate and authorize connections to the broker.
|
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 once it
is rebooted.
|
LdapServerMetadataOutput |
LdapServerMetadataOutput.withHosts(Collection<String> hosts)
Fully qualified domain name of the LDAP server.
|
LdapServerMetadataOutput |
LdapServerMetadataOutput.withHosts(String... hosts)
Fully qualified domain name of the LDAP server.
|
LdapServerMetadataOutput |
LdapServerMetadataOutput.withRoleBase(String roleBase)
Fully qualified name of the directory to search for a user’s 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 search criteria for groups.
|
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)
Fully qualified name of the directory where you want to search for users.
|
LdapServerMetadataOutput |
LdapServerMetadataOutput.withUserRoleName(String userRoleName)
Specifies the name of the LDAP attribute for the user group membership.
|
LdapServerMetadataOutput |
LdapServerMetadataOutput.withUserSearchMatching(String userSearchMatching)
The search criteria for users.
|
LdapServerMetadataOutput |
LdapServerMetadataOutput.withUserSearchSubtree(Boolean userSearchSubtree)
The directory search scope for the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBrokerResult.setLdapServerMetadata(LdapServerMetadataOutput ldapServerMetadata)
The metadata of the LDAP server used to authenticate and authorize connections to the broker.
|
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 once it
is rebooted.
|
UpdateBrokerResult |
UpdateBrokerResult.withLdapServerMetadata(LdapServerMetadataOutput ldapServerMetadata)
The metadata of the LDAP server used to authenticate and authorize connections to the broker.
|
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 once it
is rebooted.
|
Copyright © 2020. All rights reserved.