Uses of Class
com.oracle.bmc.filestorage.model.LdapIdmap.SchemaType
-
Packages that use LdapIdmap.SchemaType Package Description com.oracle.bmc.filestorage.model -
-
Uses of LdapIdmap.SchemaType in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return LdapIdmap.SchemaType Modifier and Type Method Description static LdapIdmap.SchemaType
LdapIdmap.SchemaType. create(String key)
LdapIdmap.SchemaType
LdapIdmap. getSchemaType()
Schema type of the LDAP account.static LdapIdmap.SchemaType
LdapIdmap.SchemaType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LdapIdmap.SchemaType[]
LdapIdmap.SchemaType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.model with parameters of type LdapIdmap.SchemaType Modifier and Type Method Description LdapIdmap.Builder
LdapIdmap.Builder. schemaType(LdapIdmap.SchemaType schemaType)
Schema type of the LDAP account.Constructors in com.oracle.bmc.filestorage.model with parameters of type LdapIdmap.SchemaType Constructor Description LdapIdmap(LdapIdmap.SchemaType schemaType, Integer cacheRefreshIntervalSeconds, Integer cacheLifetimeSeconds, Integer negativeCacheLifetimeSeconds, String userSearchBase, String groupSearchBase, String outboundConnector1Id, String outboundConnector2Id)
Deprecated.
-