Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LdapIdmap |
build() |
LdapIdmap.Builder |
cacheLifetimeSeconds(Integer cacheLifetimeSeconds)
The maximum amount of time the mount target is allowed to use a cached entry.
|
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 |
copy(LdapIdmap model) |
LdapIdmap.Builder |
groupSearchBase(String groupSearchBase)
All LDAP searches are recursive starting at this group.
|
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 |
outboundConnector1Id(String outboundConnector1Id)
The OCID of the
first connector to use to communicate with the LDAP server.
|
LdapIdmap.Builder |
outboundConnector2Id(String outboundConnector2Id)
The OCID of the
second connector to use to communicate with the LDAP server.
|
LdapIdmap.Builder |
schemaType(LdapIdmap.SchemaType schemaType)
Schema type of the LDAP account.
|
LdapIdmap.Builder |
userSearchBase(String userSearchBase)
All LDAP searches are recursive starting at this user.
|
public LdapIdmap.Builder schemaType(LdapIdmap.SchemaType schemaType)
Schema type of the LDAP account.
schemaType
- the value to setpublic 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.
cacheRefreshIntervalSeconds
- the value to setpublic LdapIdmap.Builder cacheLifetimeSeconds(Integer cacheLifetimeSeconds)
The maximum amount of time the mount target is allowed to use a cached entry.
cacheLifetimeSeconds
- the value to setpublic 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.
negativeCacheLifetimeSeconds
- the value to setpublic LdapIdmap.Builder userSearchBase(String userSearchBase)
All LDAP searches are recursive starting at this user.
Example: CN=User,DC=domain,DC=com
userSearchBase
- the value to setpublic LdapIdmap.Builder groupSearchBase(String groupSearchBase)
All LDAP searches are recursive starting at this group.
Example: CN=Group,DC=domain,DC=com
groupSearchBase
- the value to setpublic LdapIdmap.Builder outboundConnector1Id(String outboundConnector1Id)
The OCID of the first connector to use to communicate with the LDAP server.
outboundConnector1Id
- the value to setpublic LdapIdmap.Builder outboundConnector2Id(String outboundConnector2Id)
The OCID of the second connector to use to communicate with the LDAP server.
outboundConnector2Id
- the value to setpublic LdapIdmap build()
public LdapIdmap.Builder copy(LdapIdmap model)
Copyright © 2016–2024. All rights reserved.