@Generated(value="OracleSDKGenerator", comments="API Version: 20171215") public final class LdapBindAccount extends OutboundConnector
Account details for the LDAP bind account used by the outbound connector.
Note: Objects should always be created or deserialized using the LdapBindAccount.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the LdapBindAccount.Builder
, which maintain a
set of all explicitly set fields called LdapBindAccount.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
LdapBindAccount.Builder |
OutboundConnector.ConnectorType, OutboundConnector.LifecycleState
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
LdapBindAccount(String availabilityDomain,
String compartmentId,
String id,
OutboundConnector.LifecycleState lifecycleState,
String displayName,
Date timeCreated,
List<ResourceLock> locks,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<Endpoint> endpoints,
String bindDistinguishedName,
String passwordSecretId,
Integer passwordSecretVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LdapBindAccount.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getBindDistinguishedName()
The LDAP Distinguished Name of the account.
|
List<Endpoint> |
getEndpoints()
Array of server endpoints to use when connecting with the LDAP bind account.
|
String |
getPasswordSecretId()
The OCID of the
password for the LDAP bind account in the Vault.
|
Integer |
getPasswordSecretVersion()
Version of the password secret in the Vault to use.
|
int |
hashCode() |
LdapBindAccount.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getAvailabilityDomain, getCompartmentId, getDefinedTags, getDisplayName, getFreeformTags, getId, getLifecycleState, getLocks, getTimeCreated
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public LdapBindAccount(String availabilityDomain, String compartmentId, String id, OutboundConnector.LifecycleState lifecycleState, String displayName, Date timeCreated, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Endpoint> endpoints, String bindDistinguishedName, String passwordSecretId, Integer passwordSecretVersion)
public static LdapBindAccount.Builder builder()
Create a new builder.
public LdapBindAccount.Builder toBuilder()
public List<Endpoint> getEndpoints()
Array of server endpoints to use when connecting with the LDAP bind account.
public String getBindDistinguishedName()
The LDAP Distinguished Name of the account.
public String getPasswordSecretId()
The OCID of the password for the LDAP bind account in the Vault.
public Integer getPasswordSecretVersion()
Version of the password secret in the Vault to use.
public String toString()
toString
in class OutboundConnector
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class OutboundConnector
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class OutboundConnector
public int hashCode()
hashCode
in class OutboundConnector
Copyright © 2016–2024. All rights reserved.