public class ADStaticSchema extends Object implements LdapNativeSchema
Constructor and Description |
---|
ADStaticSchema() |
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 LdapNativeSchema
public Set<String> getRequiredAttributes(String ldapClass)
getRequiredAttributes
in interface LdapNativeSchema
public Set<String> getOptionalAttributes(String ldapClass)
getOptionalAttributes
in interface LdapNativeSchema
public Set<String> getEffectiveObjectClasses(String ldapClass)
LdapNativeSchema
getEffectiveObjectClasses
in interface LdapNativeSchema
public LdapAttributeType getAttributeDescription(String ldapAttrName)
getAttributeDescription
in interface LdapNativeSchema
Copyright © 2018–2025. All rights reserved.