|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeType | |
org.apache.directory.shared.ldap.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
org.apache.directory.shared.ldap.util |
Uses of AttributeType in org.apache.directory.shared.ldap.schema |
Classes in org.apache.directory.shared.ldap.schema that implement AttributeType | |
class |
AbstractAttributeType
Attribute specification bean used to store the schema information for an attributeType definition. |
Methods in org.apache.directory.shared.ldap.schema that return AttributeType | |
AttributeType[] |
NameForm.getMustUse()
Gets all the AttributeTypes of the attributes this NameForm specifies as having to be used in the given objectClass for naming: as part of the Rdn. |
AttributeType[] |
NameForm.getMaytUse()
Gets all the AttributeTypes of the attribute this NameForm specifies as being useable without requirement in the given objectClass for naming: as part of the Rdn. |
AttributeType[] |
MatchingRuleUse.getApplicableAttributes()
Gets the the attributes which can be used with the matching rule in an extensible match assertion. |
AttributeType |
AttributeType.getSuperior()
Gets the name of the superior class for this AttributeType. |
AttributeType[] |
ObjectClass.getMustList()
Gets the AttributeTypes whose attributes must be present within an entry of this ObjectClass. |
AttributeType[] |
ObjectClass.getMayList()
Gets the AttributeTypes whose attributes may be present within an entry of this ObjectClass. |
AttributeType[] |
DITContentRule.getMustNames()
Gets all the AttributeTypes of the "must" attribute names this DITContentRule specifies for the given STRUCTURAL objectClass. |
AttributeType[] |
DITContentRule.getMayNames()
Gets all the AttributeTypes of the "may" attribute names this DITContentRule specifies for the given STRUCTURAL objectClass. |
AttributeType[] |
DITContentRule.getNotNames()
Gets all the AttributeTypes of the "not" attribute names this DITContentRule specifies for the given STRUCTURAL objectClass. |
AttributeType[] |
DefaultObjectClass.getMustList()
|
AttributeType[] |
DefaultObjectClass.getMayList()
|
Methods in org.apache.directory.shared.ldap.schema with parameters of type AttributeType | |
static java.lang.StringBuffer |
SchemaUtils.render(AttributeType[] ats)
Renders a list of attributeTypes for things like the must or may list of objectClasses using the ( oid $ oid ) format. |
static java.lang.StringBuffer |
SchemaUtils.render(java.lang.StringBuffer buf,
AttributeType[] ats)
Renders a list of attributeTypes for things like the must or may list of objectClasses using the ( oid $ oid ) format into an existing buffer. |
static java.lang.StringBuffer |
SchemaUtils.render(AttributeType at)
Renders an attributeType into a new StringBuffer according to the Attribute Type Description Syntax 1.3.6.1.4.1.1466.115.121.1.3. |
static java.lang.String |
DescriptionUtils.getDescription(AttributeType attributeType)
Generates the description using the AttributeTypeDescription as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.3. |
Uses of AttributeType in org.apache.directory.shared.ldap.util |
Methods in org.apache.directory.shared.ldap.util with parameters of type AttributeType | |
static boolean |
AttributeUtils.containsValue(javax.naming.directory.Attribute attr,
java.lang.Object compared,
AttributeType type)
|
static boolean |
AttributeUtils.containsAnyValues(javax.naming.directory.Attribute attr,
java.lang.Object[] compared,
AttributeType type)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |