| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsAmazonMqBrokerLdapServerMetadataDetails |
AwsAmazonMqBrokerLdapServerMetadataDetails.clone() |
AwsAmazonMqBrokerLdapServerMetadataDetails |
AwsAmazonMqBrokerDetails.getLdapServerMetadata()
The metadata of the Lightweight Directory Access Protocol (LDAP) server used to authenticate and authorize
connections to the broker.
|
AwsAmazonMqBrokerLdapServerMetadataDetails |
AwsAmazonMqBrokerLdapServerMetadataDetails.withHosts(Collection<String> hosts)
Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active
Directory.
|
AwsAmazonMqBrokerLdapServerMetadataDetails |
AwsAmazonMqBrokerLdapServerMetadataDetails.withHosts(String... hosts)
Specifies the location of the LDAP server, such as Amazon Web Services Directory Service for Microsoft Active
Directory.
|
AwsAmazonMqBrokerLdapServerMetadataDetails |
AwsAmazonMqBrokerLdapServerMetadataDetails.withRoleBase(String roleBase)
The distinguished name of the node in the directory information tree (DIT) to search for roles or groups.
|
AwsAmazonMqBrokerLdapServerMetadataDetails |
AwsAmazonMqBrokerLdapServerMetadataDetails.withRoleName(String roleName)
The group name attribute in a role entry whose value is the name of that role.
|
AwsAmazonMqBrokerLdapServerMetadataDetails |
AwsAmazonMqBrokerLdapServerMetadataDetails.withRoleSearchMatching(String roleSearchMatching)
The LDAP search filter used to find roles within the
roleBase. |
AwsAmazonMqBrokerLdapServerMetadataDetails |
AwsAmazonMqBrokerLdapServerMetadataDetails.withRoleSearchSubtree(Boolean roleSearchSubtree)
The directory search scope for the role.
|
AwsAmazonMqBrokerLdapServerMetadataDetails |
AwsAmazonMqBrokerLdapServerMetadataDetails.withServiceAccountUsername(String serviceAccountUsername)
A username for the service account, which is an account in your LDAP server that has access to initiate a
connection.
|
AwsAmazonMqBrokerLdapServerMetadataDetails |
AwsAmazonMqBrokerLdapServerMetadataDetails.withUserBase(String userBase)
Selects a particular subtree of the directory information tree (DIT) to search for user entries.
|
AwsAmazonMqBrokerLdapServerMetadataDetails |
AwsAmazonMqBrokerLdapServerMetadataDetails.withUserRoleName(String userRoleName)
The name of the LDAP attribute in the user's directory entry for the user's group membership.
|
AwsAmazonMqBrokerLdapServerMetadataDetails |
AwsAmazonMqBrokerLdapServerMetadataDetails.withUserSearchMatching(String userSearchMatching)
The LDAP search filter used to find users within the
userBase. |
AwsAmazonMqBrokerLdapServerMetadataDetails |
AwsAmazonMqBrokerLdapServerMetadataDetails.withUserSearchSubtree(Boolean userSearchSubtree)
The directory search scope for the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsAmazonMqBrokerDetails.setLdapServerMetadata(AwsAmazonMqBrokerLdapServerMetadataDetails ldapServerMetadata)
The metadata of the Lightweight Directory Access Protocol (LDAP) server used to authenticate and authorize
connections to the broker.
|
AwsAmazonMqBrokerDetails |
AwsAmazonMqBrokerDetails.withLdapServerMetadata(AwsAmazonMqBrokerLdapServerMetadataDetails ldapServerMetadata)
The metadata of the Lightweight Directory Access Protocol (LDAP) server used to authenticate and authorize
connections to the broker.
|
Copyright © 2024. All rights reserved.