Modifier and Type | Method and Description |
---|---|
byte[] |
EntryAttribute.getBytes()
Get the byte[] value, if and only if the value is known to be Binary,
otherwise a InvalidAttributeValueException will be thrown
|
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(String attributeId)
Check if the current attribute type is of the expected attributeType
|
Modifier and Type | Method and Description |
---|---|
byte[] |
DefaultClientAttribute.getBytes()
Get the byte[] value, if and only if the value is known to be Binary,
otherwise a InvalidAttributeValueException will be thrown
|
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(String attributeId)
Check if the current attribute type is of the expected attributeType
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
SchemaEntityFactory.getAttributeType(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
String schemaName)
Construct an AttributeType from an entry representing an AttributeType.
|
MatchingRule |
SchemaEntityFactory.getMatchingRule(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
String schemaName)
Construct an MatchingRule from an entry get from the Dit
|
LdapSyntax |
SchemaEntityFactory.getSyntax(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
String schemaName) |
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.