public interface LDAPSchemaAware
Modifier and Type | Method and Description |
---|---|
List<String> |
getAllObjectClasses() |
LDAPEntryAttributeTypeDefinition |
getAttributeTypeDefinition(String attributeName) |
LDAPEntryObjectClassDefinition |
getObjectClassDefinition(String objectClassName) |
boolean |
isSchemaEnabled() |
boolean isSchemaEnabled()
LDAPEntryAttributeTypeDefinition getAttributeTypeDefinition(String attributeName) throws LDAPException
attributeName
- LDAPException
LDAPEntryObjectClassDefinition getObjectClassDefinition(String objectClassName) throws LDAPException
objectClassName
- LDAPException
List<String> getAllObjectClasses() throws LDAPException
LDAPException
Copyright © 2010–2016. All rights reserved.