public interface LdapNativeSchema
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() |
Set<String> getEffectiveObjectClasses(String ldapClass)
LdapAttributeType getAttributeDescription(String ldapAttrName)
Copyright © 2018–2025. All rights reserved.