Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
org.forgerock.opendj.security |
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore service. |
Modifier and Type | Method and Description |
---|---|
AttributeType |
Ava.getAttributeType()
Returns the attribute type associated with this AVA.
|
AttributeType |
AttributeDescription.getAttributeType()
Returns the attribute type associated with this attribute description.
|
Modifier and Type | Method and Description |
---|---|
static AttributeDescription |
AttributeDescription.create(AttributeType attributeType)
Creates an attribute description having the provided attribute type and no options.
|
static AttributeDescription |
AttributeDescription.create(AttributeType attributeType,
Collection<String> options)
Creates an attribute description having the provided attribute type and options.
|
static AttributeDescription |
AttributeDescription.create(AttributeType attributeType,
String... options)
Creates an attribute description having the provided attribute type and options.
|
static AttributeDescription |
AttributeDescription.create(AttributeType attributeType,
String option)
Creates an attribute description having the provided attribute type and single option.
|
static AttributeDescription |
AttributeDescription.create(String attributeName,
AttributeType attributeType)
Creates an attribute description having the provided attribute name, type and no options.
|
ByteString |
Rdn.getAttributeValue(AttributeType attributeType)
Returns the attribute value contained in this RDN which is associated
with the provided attribute type, or
null if this RDN does not
include such an attribute value. |
boolean |
Rdn.hasAttributeType(AttributeType attributeType)
Indicates whether this RDN includes the specified attribute type.
|
static AttributeDescription |
AttributeDescription.maxKey(AttributeType attributeType)
Returns an attribute description having the provided attribute type and a set of options which sorts after any
other set of options.
|
Constructor and Description |
---|
Ava(AttributeType attributeType,
Object attributeValue)
Creates a new attribute value assertion (AVA) using the provided
attribute type and value.
|
Ava(AttributeType attributeType,
String attributeName,
Object attributeValue)
Creates a new attribute value assertion (AVA) using the provided
attribute type, name and value.
|
Rdn(AttributeType attributeType,
Object attributeValue)
Creates a new RDN using the provided attribute type and value.
|
Modifier and Type | Method and Description |
---|---|
Collection<AttributeType> |
GetEffectiveRightsRequestControl.getAttributes()
Returns an unmodifiable list of attributes for which effective rights are
to be returned, which may be empty indicating that no attribute rights
are to be returned.
|
Modifier and Type | Method and Description |
---|---|
static GetEffectiveRightsRequestControl |
GetEffectiveRightsRequestControl.newControl(boolean isCritical,
Dn authorizationName,
Collection<AttributeType> attributes)
Creates a new get effective rights request control with the provided
criticality, optional authorization name and attribute list.
|
Modifier and Type | Method and Description |
---|---|
static AttributeType |
CoreSchema.getAliasedObjectNameAttributeType()
Returns a reference to the
aliasedObjectName Attribute Type
which has the OID 2.5.4.1 . |
static AttributeType |
CoreSchema.getAltServerAttributeType()
Returns a reference to the
altServer Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.6 . |
static AttributeType |
CoreSchema.getAssociatedDomainAttributeType()
Returns a reference to the
associatedDomain Attribute Type
which has the OID 0.9.2342.19200300.100.1.37 . |
static AttributeType |
CoreSchema.getAssociatedNameAttributeType()
Returns a reference to the
associatedName Attribute Type
which has the OID 0.9.2342.19200300.100.1.38 . |
AttributeType |
Schema.getAttributeType(String nameOrOid)
Returns the attribute type for the specified name or numeric OID.
|
AttributeType |
Schema.getAttributeType(String nameOrOid,
Syntax syntax)
Returns the attribute type for the specified name or numeric OID.
|
static AttributeType |
CoreSchema.getAttributeTypesAttributeType()
Returns a reference to the
attributeTypes Attribute Type
which has the OID 2.5.21.5 . |
static AttributeType |
CoreSchema.getAuthorityRevocationListAttributeType()
Returns a reference to the
authorityRevocationList Attribute Type
which has the OID 2.5.4.38 . |
static AttributeType |
CoreSchema.getAuthPasswordAttributeType()
Returns a reference to the
authPassword Attribute Type
which has the OID 1.3.6.1.4.1.4203.1.3.4 . |
static AttributeType |
CoreSchema.getBuildingNameAttributeType()
Returns a reference to the
buildingName Attribute Type
which has the OID 0.9.2342.19200300.100.1.48 . |
static AttributeType |
CoreSchema.getBusinessCategoryAttributeType()
Returns a reference to the
businessCategory Attribute Type
which has the OID 2.5.4.15 . |
static AttributeType |
CoreSchema.getCACertificateAttributeType()
Returns a reference to the
cACertificate Attribute Type
which has the OID 2.5.4.37 . |
static AttributeType |
CoreSchema.getCAttributeType()
Returns a reference to the
c Attribute Type
which has the OID 2.5.4.6 . |
static AttributeType |
CoreSchema.getCertificateRevocationListAttributeType()
Returns a reference to the
certificateRevocationList Attribute Type
which has the OID 2.5.4.39 . |
static AttributeType |
CoreSchema.getCNAttributeType()
Returns a reference to the
cn Attribute Type
which has the OID 2.5.4.3 . |
static AttributeType |
CoreSchema.getCoAttributeType()
Returns a reference to the
co Attribute Type
which has the OID 0.9.2342.19200300.100.1.43 . |
static AttributeType |
CoreSchema.getCreateTimestampAttributeType()
Returns a reference to the
createTimestamp Attribute Type
which has the OID 2.5.18.1 . |
static AttributeType |
CoreSchema.getCreatorsNameAttributeType()
Returns a reference to the
creatorsName Attribute Type
which has the OID 2.5.18.3 . |
static AttributeType |
CoreSchema.getCrossCertificatePairAttributeType()
Returns a reference to the
crossCertificatePair Attribute Type
which has the OID 2.5.4.40 . |
static AttributeType |
CoreSchema.getDCAttributeType()
Returns a reference to the
dc Attribute Type
which has the OID 0.9.2342.19200300.100.1.25 . |
static AttributeType |
CoreSchema.getDeltaRevocationListAttributeType()
Returns a reference to the
deltaRevocationList Attribute Type
which has the OID 2.5.4.53 . |
static AttributeType |
CoreSchema.getDescriptionAttributeType()
Returns a reference to the
description Attribute Type
which has the OID 2.5.4.13 . |
static AttributeType |
CoreSchema.getDestinationIndicatorAttributeType()
Returns a reference to the
destinationIndicator Attribute Type
which has the OID 2.5.4.27 . |
static AttributeType |
CoreSchema.getDistinguishedNameAttributeType()
Returns a reference to the
distinguishedName Attribute Type
which has the OID 2.5.4.49 . |
static AttributeType |
CoreSchema.getDITContentRulesAttributeType()
Returns a reference to the
ditContentRules Attribute Type
which has the OID 2.5.21.2 . |
static AttributeType |
CoreSchema.getDITStructureRulesAttributeType()
Returns a reference to the
ditStructureRules Attribute Type
which has the OID 2.5.21.1 . |
static AttributeType |
CoreSchema.getDNQualifierAttributeType()
Returns a reference to the
dnQualifier Attribute Type
which has the OID 2.5.4.46 . |
static AttributeType |
CoreSchema.getDocumentAuthorAttributeType()
Returns a reference to the
documentAuthor Attribute Type
which has the OID 0.9.2342.19200300.100.1.14 . |
static AttributeType |
CoreSchema.getDocumentIdentifierAttributeType()
Returns a reference to the
documentIdentifier Attribute Type
which has the OID 0.9.2342.19200300.100.1.11 . |
static AttributeType |
CoreSchema.getDocumentLocationAttributeType()
Returns a reference to the
documentLocation Attribute Type
which has the OID 0.9.2342.19200300.100.1.15 . |
static AttributeType |
CoreSchema.getDocumentPublisherAttributeType()
Returns a reference to the
documentPublisher Attribute Type
which has the OID 0.9.2342.19200300.100.1.56 . |
static AttributeType |
CoreSchema.getDocumentTitleAttributeType()
Returns a reference to the
documentTitle Attribute Type
which has the OID 0.9.2342.19200300.100.1.12 . |
static AttributeType |
CoreSchema.getDocumentVersionAttributeType()
Returns a reference to the
documentVersion Attribute Type
which has the OID 0.9.2342.19200300.100.1.13 . |
static AttributeType |
CoreSchema.getDrinkAttributeType()
Returns a reference to the
drink Attribute Type
which has the OID 0.9.2342.19200300.100.1.5 . |
static AttributeType |
CoreSchema.getEnhancedSearchGuideAttributeType()
Returns a reference to the
enhancedSearchGuide Attribute Type
which has the OID 2.5.4.47 . |
static AttributeType |
CoreSchema.getEntryDNAttributeType()
Returns a reference to the
entryDN Attribute Type
which has the OID 1.3.6.1.1.20 . |
static AttributeType |
CoreSchema.getEntryUUIDAttributeType()
Returns a reference to the
entryUUID Attribute Type
which has the OID 1.3.6.1.1.16.4 . |
static AttributeType |
CoreSchema.getEtagAttributeType()
Returns a reference to the
etag Attribute Type
which has the OID 1.3.6.1.4.1.36733.2.1.1.59 . |
static AttributeType |
CoreSchema.getFacsimileTelephoneNumberAttributeType()
Returns a reference to the
facsimileTelephoneNumber Attribute Type
which has the OID 2.5.4.23 . |
static AttributeType |
CoreSchema.getFullVendorVersionAttributeType()
Returns a reference to the
fullVendorVersion Attribute Type
which has the OID 1.3.6.1.4.1.36733.2.1.1.141 . |
static AttributeType |
CoreSchema.getGenerationQualifierAttributeType()
Returns a reference to the
generationQualifier Attribute Type
which has the OID 2.5.4.44 . |
static AttributeType |
CoreSchema.getGivenNameAttributeType()
Returns a reference to the
givenName Attribute Type
which has the OID 2.5.4.42 . |
static AttributeType |
CoreSchema.getGoverningStructureRuleAttributeType()
Returns a reference to the
governingStructureRule Attribute Type
which has the OID 2.5.21.10 . |
static AttributeType |
CoreSchema.getHasSubordinatesAttributeType()
Returns a reference to the
hasSubordinates Attribute Type
which has the OID 2.5.18.9 . |
static AttributeType |
CoreSchema.getHomePhoneAttributeType()
Returns a reference to the
homePhone Attribute Type
which has the OID 0.9.2342.19200300.100.1.20 . |
static AttributeType |
CoreSchema.getHomePostalAddressAttributeType()
Returns a reference to the
homePostalAddress Attribute Type
which has the OID 0.9.2342.19200300.100.1.39 . |
static AttributeType |
CoreSchema.getHostAttributeType()
Returns a reference to the
host Attribute Type
which has the OID 0.9.2342.19200300.100.1.9 . |
static AttributeType |
CoreSchema.getHouseIdentifierAttributeType()
Returns a reference to the
houseIdentifier Attribute Type
which has the OID 2.5.4.51 . |
static AttributeType |
CoreSchema.getInfoAttributeType()
Returns a reference to the
info Attribute Type
which has the OID 0.9.2342.19200300.100.1.4 . |
static AttributeType |
CoreSchema.getInitialsAttributeType()
Returns a reference to the
initials Attribute Type
which has the OID 2.5.4.43 . |
static AttributeType |
CoreSchema.getInternationalISDNNumberAttributeType()
Returns a reference to the
internationalISDNNumber Attribute Type
which has the OID 2.5.4.25 . |
static AttributeType |
CoreSchema.getLAttributeType()
Returns a reference to the
l Attribute Type
which has the OID 2.5.4.7 . |
static AttributeType |
CoreSchema.getLDAPSyntaxesAttributeType()
Returns a reference to the
ldapSyntaxes Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.16 . |
static AttributeType |
CoreSchema.getMailAttributeType()
Returns a reference to the
mail Attribute Type
which has the OID 0.9.2342.19200300.100.1.3 . |
static AttributeType |
CoreSchema.getManagerAttributeType()
Returns a reference to the
manager Attribute Type
which has the OID 0.9.2342.19200300.100.1.10 . |
static AttributeType |
CoreSchema.getMatchingRulesAttributeType()
Returns a reference to the
matchingRules Attribute Type
which has the OID 2.5.21.4 . |
static AttributeType |
CoreSchema.getMatchingRuleUseAttributeType()
Returns a reference to the
matchingRuleUse Attribute Type
which has the OID 2.5.21.8 . |
static AttributeType |
CoreSchema.getMemberAttributeType()
Returns a reference to the
member Attribute Type
which has the OID 2.5.4.31 . |
static AttributeType |
CoreSchema.getMobileAttributeType()
Returns a reference to the
mobile Attribute Type
which has the OID 0.9.2342.19200300.100.1.41 . |
static AttributeType |
CoreSchema.getModifiersNameAttributeType()
Returns a reference to the
modifiersName Attribute Type
which has the OID 2.5.18.4 . |
static AttributeType |
CoreSchema.getModifyTimestampAttributeType()
Returns a reference to the
modifyTimestamp Attribute Type
which has the OID 2.5.18.2 . |
static AttributeType |
CoreSchema.getNameAttributeType()
Returns a reference to the
name Attribute Type
which has the OID 2.5.4.41 . |
static AttributeType |
CoreSchema.getNameFormsAttributeType()
Returns a reference to the
nameForms Attribute Type
which has the OID 2.5.21.7 . |
static AttributeType |
CoreSchema.getNamingContextsAttributeType()
Returns a reference to the
namingContexts Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.5 . |
static AttributeType |
CoreSchema.getNumSubordinatesAttributeType()
Returns a reference to the
numSubordinates Attribute Type
which has the OID 1.3.6.1.4.1.453.16.2.103 . |
static AttributeType |
CoreSchema.getOAttributeType()
Returns a reference to the
o Attribute Type
which has the OID 2.5.4.10 . |
static AttributeType |
CoreSchema.getObjectClassAttributeType()
Returns a reference to the
objectClass Attribute Type
which has the OID 2.5.4.0 . |
static AttributeType |
CoreSchema.getObjectClassesAttributeType()
Returns a reference to the
objectClasses Attribute Type
which has the OID 2.5.21.6 . |
static AttributeType |
CoreSchema.getOrganizationalStatusAttributeType()
Returns a reference to the
organizationalStatus Attribute Type
which has the OID 0.9.2342.19200300.100.1.45 . |
static AttributeType |
CoreSchema.getOUAttributeType()
Returns a reference to the
ou Attribute Type
which has the OID 2.5.4.11 . |
static AttributeType |
CoreSchema.getOwnerAttributeType()
Returns a reference to the
owner Attribute Type
which has the OID 2.5.4.32 . |
static AttributeType |
CoreSchema.getPagerAttributeType()
Returns a reference to the
pager Attribute Type
which has the OID 0.9.2342.19200300.100.1.42 . |
static AttributeType |
CoreSchema.getPersonalTitleAttributeType()
Returns a reference to the
personalTitle Attribute Type
which has the OID 0.9.2342.19200300.100.1.40 . |
static AttributeType |
CoreSchema.getPhysicalDeliveryOfficeNameAttributeType()
Returns a reference to the
physicalDeliveryOfficeName Attribute Type
which has the OID 2.5.4.19 . |
static AttributeType |
CoreSchema.getPostalAddressAttributeType()
Returns a reference to the
postalAddress Attribute Type
which has the OID 2.5.4.16 . |
static AttributeType |
CoreSchema.getPostalCodeAttributeType()
Returns a reference to the
postalCode Attribute Type
which has the OID 2.5.4.17 . |
static AttributeType |
CoreSchema.getPostOfficeBoxAttributeType()
Returns a reference to the
postOfficeBox Attribute Type
which has the OID 2.5.4.18 . |
static AttributeType |
CoreSchema.getPreferredDeliveryMethodAttributeType()
Returns a reference to the
preferredDeliveryMethod Attribute Type
which has the OID 2.5.4.28 . |
static AttributeType |
CoreSchema.getRegisteredAddressAttributeType()
Returns a reference to the
registeredAddress Attribute Type
which has the OID 2.5.4.26 . |
static AttributeType |
CoreSchema.getRoleOccupantAttributeType()
Returns a reference to the
roleOccupant Attribute Type
which has the OID 2.5.4.33 . |
static AttributeType |
CoreSchema.getRoomNumberAttributeType()
Returns a reference to the
roomNumber Attribute Type
which has the OID 0.9.2342.19200300.100.1.6 . |
static AttributeType |
CoreSchema.getSearchGuideAttributeType()
Returns a reference to the
searchGuide Attribute Type
which has the OID 2.5.4.14 . |
static AttributeType |
CoreSchema.getSecretaryAttributeType()
Returns a reference to the
secretary Attribute Type
which has the OID 0.9.2342.19200300.100.1.21 . |
static AttributeType |
CoreSchema.getSeeAlsoAttributeType()
Returns a reference to the
seeAlso Attribute Type
which has the OID 2.5.4.34 . |
static AttributeType |
CoreSchema.getSerialNumberAttributeType()
Returns a reference to the
serialNumber Attribute Type
which has the OID 2.5.4.5 . |
static AttributeType |
CoreSchema.getSNAttributeType()
Returns a reference to the
sn Attribute Type
which has the OID 2.5.4.4 . |
static AttributeType |
CoreSchema.getSTAttributeType()
Returns a reference to the
st Attribute Type
which has the OID 2.5.4.8 . |
static AttributeType |
CoreSchema.getStreetAttributeType()
Returns a reference to the
street Attribute Type
which has the OID 2.5.4.9 . |
static AttributeType |
CoreSchema.getStructuralObjectClassAttributeType()
Returns a reference to the
structuralObjectClass Attribute Type
which has the OID 2.5.21.9 . |
static AttributeType |
CoreSchema.getSubschemaSubentryAttributeType()
Returns a reference to the
subschemaSubentry Attribute Type
which has the OID 2.5.18.10 . |
AttributeType |
AttributeType.getSuperiorType()
Returns the superior type for this attribute type.
|
static AttributeType |
CoreSchema.getSupportedAlgorithmsAttributeType()
Returns a reference to the
supportedAlgorithms Attribute Type
which has the OID 2.5.4.52 . |
static AttributeType |
CoreSchema.getSupportedAuthPasswordSchemesAttributeType()
Returns a reference to the
supportedAuthPasswordSchemes Attribute Type
which has the OID 1.3.6.1.4.1.4203.1.3.3 . |
static AttributeType |
CoreSchema.getSupportedControlAttributeType()
Returns a reference to the
supportedControl Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.13 . |
static AttributeType |
CoreSchema.getSupportedExtensionAttributeType()
Returns a reference to the
supportedExtension Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.7 . |
static AttributeType |
CoreSchema.getSupportedFeaturesAttributeType()
Returns a reference to the
supportedFeatures Attribute Type
which has the OID 1.3.6.1.4.1.4203.1.3.5 . |
static AttributeType |
CoreSchema.getSupportedLDAPVersionAttributeType()
Returns a reference to the
supportedLDAPVersion Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.15 . |
static AttributeType |
CoreSchema.getSupportedSASLMechanismsAttributeType()
Returns a reference to the
supportedSASLMechanisms Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.14 . |
static AttributeType |
CoreSchema.getTelephoneNumberAttributeType()
Returns a reference to the
telephoneNumber Attribute Type
which has the OID 2.5.4.20 . |
static AttributeType |
CoreSchema.getTeletexTerminalIdentifierAttributeType()
Returns a reference to the
teletexTerminalIdentifier Attribute Type
which has the OID 2.5.4.22 . |
static AttributeType |
CoreSchema.getTelexNumberAttributeType()
Returns a reference to the
telexNumber Attribute Type
which has the OID 2.5.4.21 . |
static AttributeType |
CoreSchema.getTitleAttributeType()
Returns a reference to the
title Attribute Type
which has the OID 2.5.4.12 . |
static AttributeType |
CoreSchema.getUIDAttributeType()
Returns a reference to the
uid Attribute Type
which has the OID 0.9.2342.19200300.100.1.1 . |
static AttributeType |
CoreSchema.getUniqueIdentifierAttributeType()
Returns a reference to the
uniqueIdentifier Attribute Type
which has the OID 0.9.2342.19200300.100.1.44 . |
static AttributeType |
CoreSchema.getUniqueMemberAttributeType()
Returns a reference to the
uniqueMember Attribute Type
which has the OID 2.5.4.50 . |
static AttributeType |
CoreSchema.getUserCertificateAttributeType()
Returns a reference to the
userCertificate Attribute Type
which has the OID 2.5.4.36 . |
static AttributeType |
CoreSchema.getUserClassAttributeType()
Returns a reference to the
userClass Attribute Type
which has the OID 0.9.2342.19200300.100.1.8 . |
static AttributeType |
CoreSchema.getUserPasswordAttributeType()
Returns a reference to the
userPassword Attribute Type
which has the OID 2.5.4.35 . |
static AttributeType |
CoreSchema.getVendorNameAttributeType()
Returns a reference to the
vendorName Attribute Type
which has the OID 1.3.6.1.1.4 . |
static AttributeType |
CoreSchema.getVendorVersionAttributeType()
Returns a reference to the
vendorVersion Attribute Type
which has the OID 1.3.6.1.1.5 . |
static AttributeType |
CoreSchema.getX121AddressAttributeType()
Returns a reference to the
x121Address Attribute Type
which has the OID 2.5.4.24 . |
static AttributeType |
CoreSchema.getX500UniqueIdentifierAttributeType()
Returns a reference to the
x500UniqueIdentifier Attribute Type
which has the OID 2.5.4.45 . |
Modifier and Type | Method and Description |
---|---|
Set<AttributeType> |
MatchingRuleUse.getAttributes()
Returns an unmodifiable set containing the attributes associated with
this matching rule use.
|
Collection<AttributeType> |
Schema.getAttributeTypes()
Returns an unmodifiable collection containing all of the attribute types
contained in this schema.
|
Set<AttributeType> |
ObjectClass.getDeclaredOptionalAttributes()
Returns an unmodifiable set containing the optional attributes for this
object class.
|
Set<AttributeType> |
ObjectClass.getDeclaredRequiredAttributes()
Returns an unmodifiable set containing the required attributes for this
object class.
|
Set<AttributeType> |
ObjectClass.getOptionalAttributes()
Returns an unmodifiable set containing the optional attributes for this
object class and any superior object classes that it might have.
|
Set<AttributeType> |
NameForm.getOptionalAttributes()
Returns an unmodifiable set containing the optional attributes of this
name form.
|
Set<AttributeType> |
DitContentRule.getOptionalAttributes()
Returns an unmodifiable set containing the optional attributes for this
DIT content rule.
|
Set<AttributeType> |
DitContentRule.getProhibitedAttributes()
Returns an unmodifiable set containing the prohibited attributes for this
DIT content rule.
|
Set<AttributeType> |
ObjectClass.getRequiredAttributes()
Returns an unmodifiable set containing the required attributes for this
object class and any superior object classes that it might have.
|
Set<AttributeType> |
NameForm.getRequiredAttributes()
Returns an unmodifiable set containing the required attributes of this
name form.
|
Set<AttributeType> |
DitContentRule.getRequiredAttributes()
Returns an unmodifiable set containing the required attributes for this
DIT content rule.
|
Iterable<AttributeType> |
AttributeType.getSubTypes()
Returns the sub-types inheriting directly or indirectly from this attribute type.
|
Modifier and Type | Method and Description |
---|---|
AttributeType.Builder |
SchemaBuilder.buildAttributeType(AttributeType attributeType)
Returns an attribute type builder whose fields are initialized to the
values of the provided attribute type.
|
int |
AttributeType.compareTo(AttributeType type)
Compares this attribute type to the provided attribute type.
|
boolean |
MatchingRuleUse.hasAttribute(AttributeType attributeType)
Indicates whether the provided attribute type is referenced by this
matching rule use.
|
boolean |
ObjectClass.isOptional(AttributeType attributeType)
Indicates whether the provided attribute type is included in the optional
attribute list for this or any of its superior objectclasses.
|
boolean |
NameForm.isOptional(AttributeType attributeType)
Returns
true if the provided attribute type is included in the
list of optional attributes for this name form. |
boolean |
DitContentRule.isOptional(AttributeType attributeType)
Indicates whether the provided attribute type is included in the optional
attribute list for this DIT content rule.
|
boolean |
ObjectClass.isRequired(AttributeType attributeType)
Indicates whether the provided attribute type is included in the required
attribute list for this or any of its superior objectclasses.
|
boolean |
NameForm.isRequired(AttributeType attributeType)
Returns
true if the provided attribute type is included in the
list of required attributes for this name form. |
boolean |
DitContentRule.isRequired(AttributeType attributeType)
Indicates whether the provided attribute type is included in the required
attribute list for this DIT content rule.
|
boolean |
ObjectClass.isRequiredOrOptional(AttributeType attributeType)
Indicates whether the provided attribute type is in the list of required
or optional attributes for this objectclass or any of its superior classes.
|
boolean |
NameForm.isRequiredOrOptional(AttributeType attributeType)
Returns
true if the provided attribute type is included in the
list of optional or required attributes for this name form. |
boolean |
DitContentRule.isRequiredOrOptional(AttributeType attributeType)
Indicates whether the provided attribute type is in the list of required
or optional attributes for this DIT content rule.
|
boolean |
AttributeType.isSubTypeOf(AttributeType type)
Indicates whether this attribute type is a sub-type of the provided attribute type.
|
boolean |
AttributeType.isSuperTypeOf(AttributeType type)
Indicates whether this attribute type is a super-type of the provided attribute type.
|
boolean |
AttributeType.matches(AttributeType type)
Implements a place-holder tolerant version of
equals(java.lang.Object) . |
Modifier and Type | Method and Description |
---|---|
static Set<AttributeType> |
OpenDjSecurityProviderSchema.getAttributeTypes()
Returns the set of LDAP attribute types required in order to support the OpenDJ security provider.
|
Copyright 2011-2017 ForgeRock AS.