@Generated(value="OracleSDKGenerator", comments="API Version: 20171215") public final class LdapBindAccountSummary extends OutboundConnectorSummary
Summary information for the LDAP bind account used by the outbound connector.
Note: Objects should always be created or deserialized using the LdapBindAccountSummary.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 LdapBindAccountSummary.Builder
, which maintain a
set of all explicitly set fields called LdapBindAccountSummary.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 |
LdapBindAccountSummary.Builder |
OutboundConnectorSummary.LifecycleState
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
LdapBindAccountSummary(String availabilityDomain,
String compartmentId,
String id,
OutboundConnectorSummary.LifecycleState lifecycleState,
String displayName,
Date timeCreated,
List<ResourceLock> locks,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<Endpoint> endpoints,
String bindDistinguishedName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LdapBindAccountSummary.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.
|
int |
hashCode() |
LdapBindAccountSummary.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 LdapBindAccountSummary(String availabilityDomain, String compartmentId, String id, OutboundConnectorSummary.LifecycleState lifecycleState, String displayName, Date timeCreated, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Endpoint> endpoints, String bindDistinguishedName)
public static LdapBindAccountSummary.Builder builder()
Create a new builder.
public LdapBindAccountSummary.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 toString()
toString
in class OutboundConnectorSummary
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class OutboundConnectorSummary
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class OutboundConnectorSummary
public int hashCode()
hashCode
in class OutboundConnectorSummary
Copyright © 2016–2024. All rights reserved.