public class LdapStaticSchema extends Object implements LdapNativeSchema
| Constructor and Description |
|---|
LdapStaticSchema() |
| Modifier and Type | Method and Description |
|---|---|
LdapAttributeType |
getAttributeDescription(String ldapAttrName) |
Set<String> |
getEffectiveObjectClasses(String ldapClass)
Returns the effective LDAP object classes that an entry of a given
object class would have, that is, including any superior object classes,
any superiors thereof, etc.
|
Set<String> |
getOptionalAttributes(String ldapClass) |
Set<String> |
getRequiredAttributes(String ldapClass) |
Set<String> |
getStructuralObjectClasses() |
public Set<String> getStructuralObjectClasses()
getStructuralObjectClasses in interface LdapNativeSchemapublic Set<String> getRequiredAttributes(String ldapClass)
getRequiredAttributes in interface LdapNativeSchemapublic Set<String> getOptionalAttributes(String ldapClass)
getOptionalAttributes in interface LdapNativeSchemapublic Set<String> getEffectiveObjectClasses(String ldapClass)
LdapNativeSchemagetEffectiveObjectClasses in interface LdapNativeSchemapublic LdapAttributeType getAttributeDescription(String ldapAttrName)
getAttributeDescription in interface LdapNativeSchemaCopyright © 2018–2025. All rights reserved.