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