Uses of Class
org.apache.directory.shared.ldap.exception.LdapInvalidAttributeValueException

Packages that use LdapInvalidAttributeValueException
org.apache.directory.shared.ldap.entry   
org.apache.directory.shared.ldap.entry.client   
org.apache.directory.shared.ldap.schema.loader.ldif   
 

Uses of LdapInvalidAttributeValueException in org.apache.directory.shared.ldap.entry
 

Methods in org.apache.directory.shared.ldap.entry that throw LdapInvalidAttributeValueException
 byte[] EntryAttribute.getBytes()
           Get the byte[] value, if and only if the value is known to be Binary, otherwise a InvalidAttributeValueException will be thrown
 java.lang.String EntryAttribute.getString()
           Get the String value, if and only if the value is known to be a String, otherwise a InvalidAttributeValueException will be thrown
 boolean EntryAttribute.instanceOf(java.lang.String attributeId)
           Check if the current attribute type is of the expected attributeType
 

Uses of LdapInvalidAttributeValueException in org.apache.directory.shared.ldap.entry.client
 

Methods in org.apache.directory.shared.ldap.entry.client that throw LdapInvalidAttributeValueException
 byte[] DefaultClientAttribute.getBytes()
           Get the byte[] value, if and only if the value is known to be Binary, otherwise a InvalidAttributeValueException will be thrown
 java.lang.String DefaultClientAttribute.getString()
           Get the String value, if and only if the value is known to be a String, otherwise a InvalidAttributeValueException will be thrown
 boolean DefaultClientAttribute.instanceOf(java.lang.String attributeId)
           Check if the current attribute type is of the expected attributeType
 

Uses of LdapInvalidAttributeValueException in org.apache.directory.shared.ldap.schema.loader.ldif
 

Methods in org.apache.directory.shared.ldap.schema.loader.ldif that throw LdapInvalidAttributeValueException
 AttributeType SchemaEntityFactory.getAttributeType(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an AttributeType from an entry representing an AttributeType.
 MatchingRule SchemaEntityFactory.getMatchingRule(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          Construct an MatchingRule from an entry get from the Dit
 LdapSyntax SchemaEntityFactory.getSyntax(SchemaManager schemaManager, Entry entry, Registries targetRegistries, java.lang.String schemaName)
          
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.