Uses of Class
org.apache.directory.api.ldap.model.exception.LdapSchemaException
-
Packages that use LdapSchemaException Package Description org.apache.directory.api.dsmlv2.request org.apache.directory.api.ldap.model.filter org.apache.directory.api.ldap.model.schema.parsers -
-
Uses of LdapSchemaException in org.apache.directory.api.dsmlv2.request
Methods in org.apache.directory.api.dsmlv2.request that throw LdapSchemaException Modifier and Type Method Description ExprNodeSearchRequestDsml. getFilterNode()Gets the search filter associated with this search request. -
Uses of LdapSchemaException in org.apache.directory.api.ldap.model.filter
Constructors in org.apache.directory.api.ldap.model.filter that throw LdapSchemaException Constructor Description GreaterEqNode(String attribute, byte[] value)Creates a new GreaterOrEqual object.GreaterEqNode(String attribute, String value)Creates a new GreaterOrEqual object.GreaterEqNode(AttributeType attributeType, Value value)Creates a new GreaterOrEqual object.LessEqNode(String attribute, byte[] value)Creates a new LessEqNode object.LessEqNode(String attribute, String value)Creates a new LessEqNode object.LessEqNode(AttributeType attributeType, Value value)Creates a new LessEqNode object. -
Uses of LdapSchemaException in org.apache.directory.api.ldap.model.schema.parsers
Methods in org.apache.directory.api.ldap.model.schema.parsers that throw LdapSchemaException Modifier and Type Method Description voidOpenLdapSchemaParser. parse(InputStream schemaIn)Parses a stream of OpenLDAP schemaObject elements/objects.voidOpenLdapSchemaParser. parse(Reader reader)Reads an entry in a ldif buffer, and returns the resulting lines, without comments, and unfolded.
-