Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static LdapIdmap.Builder |
LdapIdmap.builder()
Create a new builder.
|
LdapIdmap.Builder |
LdapIdmap.Builder.cacheLifetimeSeconds(Integer cacheLifetimeSeconds)
The maximum amount of time the mount target is allowed to use a cached entry.
|
LdapIdmap.Builder |
LdapIdmap.Builder.cacheRefreshIntervalSeconds(Integer cacheRefreshIntervalSeconds)
The amount of time that the mount target should allow an entry to persist in its cache
before attempting to refresh the entry.
|
LdapIdmap.Builder |
LdapIdmap.Builder.copy(LdapIdmap model) |
LdapIdmap.Builder |
LdapIdmap.Builder.groupSearchBase(String groupSearchBase)
All LDAP searches are recursive starting at this group.
|
LdapIdmap.Builder |
LdapIdmap.Builder.negativeCacheLifetimeSeconds(Integer negativeCacheLifetimeSeconds)
The amount of time that a mount target will maintain information that a user is not found
in the ID mapping configuration.
|
LdapIdmap.Builder |
LdapIdmap.Builder.outboundConnector1Id(String outboundConnector1Id)
The OCID of the
first connector to use to communicate with the LDAP server.
|
LdapIdmap.Builder |
LdapIdmap.Builder.outboundConnector2Id(String outboundConnector2Id)
The OCID of the
second connector to use to communicate with the LDAP server.
|
LdapIdmap.Builder |
LdapIdmap.Builder.schemaType(LdapIdmap.SchemaType schemaType)
Schema type of the LDAP account.
|
LdapIdmap.Builder |
LdapIdmap.toBuilder() |
LdapIdmap.Builder |
LdapIdmap.Builder.userSearchBase(String userSearchBase)
All LDAP searches are recursive starting at this user.
|
Copyright © 2016–2024. All rights reserved.