Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static UpdateLdapIdmapDetails.SchemaType |
UpdateLdapIdmapDetails.SchemaType.create(String key) |
UpdateLdapIdmapDetails.SchemaType |
UpdateLdapIdmapDetails.getSchemaType()
Schema type of the LDAP account.
|
static UpdateLdapIdmapDetails.SchemaType |
UpdateLdapIdmapDetails.SchemaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateLdapIdmapDetails.SchemaType[] |
UpdateLdapIdmapDetails.SchemaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateLdapIdmapDetails.Builder |
UpdateLdapIdmapDetails.Builder.schemaType(UpdateLdapIdmapDetails.SchemaType schemaType)
Schema type of the LDAP account.
|
Constructor and Description |
---|
UpdateLdapIdmapDetails(UpdateLdapIdmapDetails.SchemaType schemaType,
Integer cacheRefreshIntervalSeconds,
Integer cacheLifetimeSeconds,
Integer negativeCacheLifetimeSeconds,
String userSearchBase,
String groupSearchBase,
String outboundConnector1Id,
String outboundConnector2Id)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.