Uses of Class
org.forgerock.opendj.ldap.schema.AttributeType
-
Packages that use AttributeType Package Description org.forgerock.opendj.config Common administration classes.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.rest2ldap APIs for implementing REST to LDAP gateways.org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service.org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages.org.opends.server.tasks Contains implementations for various Directory Server tasks.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations.org.opends.server.util Contains implementations for various Directory Server utility classes and methods which may be used throughout the server but do not necessarily fit in elsewhere. -
-
Uses of AttributeType in org.forgerock.opendj.config
Method parameters in org.forgerock.opendj.config with type arguments of type AttributeType Modifier and Type Method Description <R,P>
RAttributeTypePropertyDefinition. accept(PropertyValueVisitor<R,P> v, ValueOrExpression<AttributeType> value, P p)
protected AttributeTypePropertyDefinition
AttributeTypePropertyDefinition.Builder. buildInstance(AbstractManagedObjectDefinition<?,?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<AttributeType>> defaultBehavior)
R
PropertyValueVisitor. visitAttributeType(AttributeTypePropertyDefinition pd, ValueOrExpression<AttributeType> v, P p)
Visit an attribute type. -
Uses of AttributeType in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return AttributeType Modifier and Type Method Description AttributeType
AttributeDescription. getAttributeType()
Returns the attribute type associated with this attribute description.AttributeType
Ava. getAttributeType()
Returns the attribute type associated with this AVA.Methods in org.forgerock.opendj.ldap with parameters of type AttributeType Modifier and Type Method Description static AttributeDescription
AttributeDescription. create(String attributeName, AttributeType attributeType)
Creates an attribute description having the provided attribute name, type and no options.static AttributeDescription
AttributeDescription. create(AttributeType attributeType)
Creates an attribute description having the provided attribute type and no 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(AttributeType attributeType, String... options)
Creates an attribute description having the provided attribute type and options.static AttributeDescription
AttributeDescription. create(AttributeType attributeType, Collection<String> options)
Creates an attribute description having the provided attribute type and options.ByteString
Rdn. getAttributeValue(AttributeType attributeType)
Returns the attribute value contained in this RDN which is associated with the provided attribute type, ornull
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.Constructors in org.forgerock.opendj.ldap with parameters of type AttributeType Constructor 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. -
Uses of AttributeType in org.forgerock.opendj.ldap.controls
Methods in org.forgerock.opendj.ldap.controls that return types with arguments of type AttributeType Modifier and Type Method 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.Method parameters in org.forgerock.opendj.ldap.controls with type arguments of type AttributeType Modifier and Type Method 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. -
Uses of AttributeType in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return AttributeType Modifier and Type Method Description static AttributeType
CoreSchema. getAliasedObjectNameAttributeType()
Returns a reference to thealiasedObjectName
Attribute Type which has the OID2.5.4.1
.static AttributeType
CoreSchema. getAltServerAttributeType()
Returns a reference to thealtServer
Attribute Type which has the OID1.3.6.1.4.1.1466.101.120.6
.static AttributeType
CoreSchema. getAssociatedDomainAttributeType()
Returns a reference to theassociatedDomain
Attribute Type which has the OID0.9.2342.19200300.100.1.37
.static AttributeType
CoreSchema. getAssociatedNameAttributeType()
Returns a reference to theassociatedName
Attribute Type which has the OID0.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 theattributeTypes
Attribute Type which has the OID2.5.21.5
.static AttributeType
CoreSchema. getAuthorityRevocationListAttributeType()
Returns a reference to theauthorityRevocationList
Attribute Type which has the OID2.5.4.38
.static AttributeType
CoreSchema. getAuthPasswordAttributeType()
Returns a reference to theauthPassword
Attribute Type which has the OID1.3.6.1.4.1.4203.1.3.4
.static AttributeType
CoreSchema. getBuildingNameAttributeType()
Returns a reference to thebuildingName
Attribute Type which has the OID0.9.2342.19200300.100.1.48
.static AttributeType
CoreSchema. getBusinessCategoryAttributeType()
Returns a reference to thebusinessCategory
Attribute Type which has the OID2.5.4.15
.static AttributeType
CoreSchema. getCACertificateAttributeType()
Returns a reference to thecACertificate
Attribute Type which has the OID2.5.4.37
.static AttributeType
CoreSchema. getCAttributeType()
Returns a reference to thec
Attribute Type which has the OID2.5.4.6
.static AttributeType
CoreSchema. getCertificateRevocationListAttributeType()
Returns a reference to thecertificateRevocationList
Attribute Type which has the OID2.5.4.39
.static AttributeType
CoreSchema. getCNAttributeType()
Returns a reference to thecn
Attribute Type which has the OID2.5.4.3
.static AttributeType
CoreSchema. getCoAttributeType()
Returns a reference to theco
Attribute Type which has the OID0.9.2342.19200300.100.1.43
.static AttributeType
CoreSchema. getCreateTimestampAttributeType()
Returns a reference to thecreateTimestamp
Attribute Type which has the OID2.5.18.1
.static AttributeType
CoreSchema. getCreatorsNameAttributeType()
Returns a reference to thecreatorsName
Attribute Type which has the OID2.5.18.3
.static AttributeType
CoreSchema. getCrossCertificatePairAttributeType()
Returns a reference to thecrossCertificatePair
Attribute Type which has the OID2.5.4.40
.static AttributeType
CoreSchema. getDCAttributeType()
Returns a reference to thedc
Attribute Type which has the OID0.9.2342.19200300.100.1.25
.static AttributeType
CoreSchema. getDeltaRevocationListAttributeType()
Returns a reference to thedeltaRevocationList
Attribute Type which has the OID2.5.4.53
.static AttributeType
CoreSchema. getDescriptionAttributeType()
Returns a reference to thedescription
Attribute Type which has the OID2.5.4.13
.static AttributeType
CoreSchema. getDestinationIndicatorAttributeType()
Returns a reference to thedestinationIndicator
Attribute Type which has the OID2.5.4.27
.static AttributeType
CoreSchema. getDistinguishedNameAttributeType()
Returns a reference to thedistinguishedName
Attribute Type which has the OID2.5.4.49
.static AttributeType
CoreSchema. getDITContentRulesAttributeType()
Returns a reference to theditContentRules
Attribute Type which has the OID2.5.21.2
.static AttributeType
CoreSchema. getDITStructureRulesAttributeType()
Returns a reference to theditStructureRules
Attribute Type which has the OID2.5.21.1
.static AttributeType
CoreSchema. getDNQualifierAttributeType()
Returns a reference to thednQualifier
Attribute Type which has the OID2.5.4.46
.static AttributeType
CoreSchema. getDocumentAuthorAttributeType()
Returns a reference to thedocumentAuthor
Attribute Type which has the OID0.9.2342.19200300.100.1.14
.static AttributeType
CoreSchema. getDocumentIdentifierAttributeType()
Returns a reference to thedocumentIdentifier
Attribute Type which has the OID0.9.2342.19200300.100.1.11
.static AttributeType
CoreSchema. getDocumentLocationAttributeType()
Returns a reference to thedocumentLocation
Attribute Type which has the OID0.9.2342.19200300.100.1.15
.static AttributeType
CoreSchema. getDocumentPublisherAttributeType()
Returns a reference to thedocumentPublisher
Attribute Type which has the OID0.9.2342.19200300.100.1.56
.static AttributeType
CoreSchema. getDocumentTitleAttributeType()
Returns a reference to thedocumentTitle
Attribute Type which has the OID0.9.2342.19200300.100.1.12
.static AttributeType
CoreSchema. getDocumentVersionAttributeType()
Returns a reference to thedocumentVersion
Attribute Type which has the OID0.9.2342.19200300.100.1.13
.static AttributeType
CoreSchema. getDrinkAttributeType()
Returns a reference to thedrink
Attribute Type which has the OID0.9.2342.19200300.100.1.5
.static AttributeType
CoreSchema. getEnhancedSearchGuideAttributeType()
Returns a reference to theenhancedSearchGuide
Attribute Type which has the OID2.5.4.47
.static AttributeType
CoreSchema. getEntryDNAttributeType()
Returns a reference to theentryDN
Attribute Type which has the OID1.3.6.1.1.20
.static AttributeType
CoreSchema. getEntryUUIDAttributeType()
Returns a reference to theentryUUID
Attribute Type which has the OID1.3.6.1.1.16.4
.static AttributeType
CoreSchema. getEtagAttributeType()
Returns a reference to theetag
Attribute Type which has the OID1.3.6.1.4.1.36733.2.1.1.59
.static AttributeType
CoreSchema. getFacsimileTelephoneNumberAttributeType()
Returns a reference to thefacsimileTelephoneNumber
Attribute Type which has the OID2.5.4.23
.static AttributeType
CoreSchema. getFullVendorVersionAttributeType()
Returns a reference to thefullVendorVersion
Attribute Type which has the OID1.3.6.1.4.1.36733.2.1.1.141
.static AttributeType
CoreSchema. getGenerationQualifierAttributeType()
Returns a reference to thegenerationQualifier
Attribute Type which has the OID2.5.4.44
.static AttributeType
CoreSchema. getGivenNameAttributeType()
Returns a reference to thegivenName
Attribute Type which has the OID2.5.4.42
.static AttributeType
CoreSchema. getGoverningStructureRuleAttributeType()
Returns a reference to thegoverningStructureRule
Attribute Type which has the OID2.5.21.10
.static AttributeType
CoreSchema. getHasSubordinatesAttributeType()
Returns a reference to thehasSubordinates
Attribute Type which has the OID2.5.18.9
.static AttributeType
CoreSchema. getHomePhoneAttributeType()
Returns a reference to thehomePhone
Attribute Type which has the OID0.9.2342.19200300.100.1.20
.static AttributeType
CoreSchema. getHomePostalAddressAttributeType()
Returns a reference to thehomePostalAddress
Attribute Type which has the OID0.9.2342.19200300.100.1.39
.static AttributeType
CoreSchema. getHostAttributeType()
Returns a reference to thehost
Attribute Type which has the OID0.9.2342.19200300.100.1.9
.static AttributeType
CoreSchema. getHouseIdentifierAttributeType()
Returns a reference to thehouseIdentifier
Attribute Type which has the OID2.5.4.51
.static AttributeType
CoreSchema. getInfoAttributeType()
Returns a reference to theinfo
Attribute Type which has the OID0.9.2342.19200300.100.1.4
.static AttributeType
CoreSchema. getInitialsAttributeType()
Returns a reference to theinitials
Attribute Type which has the OID2.5.4.43
.static AttributeType
CoreSchema. getInternationalISDNNumberAttributeType()
Returns a reference to theinternationalISDNNumber
Attribute Type which has the OID2.5.4.25
.static AttributeType
CoreSchema. getLAttributeType()
Returns a reference to thel
Attribute Type which has the OID2.5.4.7
.static AttributeType
CoreSchema. getLDAPSyntaxesAttributeType()
Returns a reference to theldapSyntaxes
Attribute Type which has the OID1.3.6.1.4.1.1466.101.120.16
.static AttributeType
CoreSchema. getMailAttributeType()
Returns a reference to themail
Attribute Type which has the OID0.9.2342.19200300.100.1.3
.static AttributeType
CoreSchema. getManagerAttributeType()
Returns a reference to themanager
Attribute Type which has the OID0.9.2342.19200300.100.1.10
.static AttributeType
CoreSchema. getMatchingRulesAttributeType()
Returns a reference to thematchingRules
Attribute Type which has the OID2.5.21.4
.static AttributeType
CoreSchema. getMatchingRuleUseAttributeType()
Returns a reference to thematchingRuleUse
Attribute Type which has the OID2.5.21.8
.static AttributeType
CoreSchema. getMemberAttributeType()
Returns a reference to themember
Attribute Type which has the OID2.5.4.31
.static AttributeType
CoreSchema. getMobileAttributeType()
Returns a reference to themobile
Attribute Type which has the OID0.9.2342.19200300.100.1.41
.static AttributeType
CoreSchema. getModifiersNameAttributeType()
Returns a reference to themodifiersName
Attribute Type which has the OID2.5.18.4
.static AttributeType
CoreSchema. getModifyTimestampAttributeType()
Returns a reference to themodifyTimestamp
Attribute Type which has the OID2.5.18.2
.static AttributeType
CoreSchema. getNameAttributeType()
Returns a reference to thename
Attribute Type which has the OID2.5.4.41
.static AttributeType
CoreSchema. getNameFormsAttributeType()
Returns a reference to thenameForms
Attribute Type which has the OID2.5.21.7
.static AttributeType
CoreSchema. getNamingContextsAttributeType()
Returns a reference to thenamingContexts
Attribute Type which has the OID1.3.6.1.4.1.1466.101.120.5
.static AttributeType
CoreSchema. getNumSubordinatesAttributeType()
Returns a reference to thenumSubordinates
Attribute Type which has the OID1.3.6.1.4.1.453.16.2.103
.static AttributeType
CoreSchema. getOAttributeType()
Returns a reference to theo
Attribute Type which has the OID2.5.4.10
.static AttributeType
CoreSchema. getObjectClassAttributeType()
Returns a reference to theobjectClass
Attribute Type which has the OID2.5.4.0
.static AttributeType
CoreSchema. getObjectClassesAttributeType()
Returns a reference to theobjectClasses
Attribute Type which has the OID2.5.21.6
.static AttributeType
CoreSchema. getOrganizationalStatusAttributeType()
Returns a reference to theorganizationalStatus
Attribute Type which has the OID0.9.2342.19200300.100.1.45
.static AttributeType
CoreSchema. getOUAttributeType()
Returns a reference to theou
Attribute Type which has the OID2.5.4.11
.static AttributeType
CoreSchema. getOwnerAttributeType()
Returns a reference to theowner
Attribute Type which has the OID2.5.4.32
.static AttributeType
CoreSchema. getPagerAttributeType()
Returns a reference to thepager
Attribute Type which has the OID0.9.2342.19200300.100.1.42
.static AttributeType
CoreSchema. getPersonalTitleAttributeType()
Returns a reference to thepersonalTitle
Attribute Type which has the OID0.9.2342.19200300.100.1.40
.static AttributeType
CoreSchema. getPhysicalDeliveryOfficeNameAttributeType()
Returns a reference to thephysicalDeliveryOfficeName
Attribute Type which has the OID2.5.4.19
.static AttributeType
CoreSchema. getPostalAddressAttributeType()
Returns a reference to thepostalAddress
Attribute Type which has the OID2.5.4.16
.static AttributeType
CoreSchema. getPostalCodeAttributeType()
Returns a reference to thepostalCode
Attribute Type which has the OID2.5.4.17
.static AttributeType
CoreSchema. getPostOfficeBoxAttributeType()
Returns a reference to thepostOfficeBox
Attribute Type which has the OID2.5.4.18
.static AttributeType
CoreSchema. getPreferredDeliveryMethodAttributeType()
Returns a reference to thepreferredDeliveryMethod
Attribute Type which has the OID2.5.4.28
.static AttributeType
CoreSchema. getRegisteredAddressAttributeType()
Returns a reference to theregisteredAddress
Attribute Type which has the OID2.5.4.26
.static AttributeType
CoreSchema. getRoleOccupantAttributeType()
Returns a reference to theroleOccupant
Attribute Type which has the OID2.5.4.33
.static AttributeType
CoreSchema. getRoomNumberAttributeType()
Returns a reference to theroomNumber
Attribute Type which has the OID0.9.2342.19200300.100.1.6
.static AttributeType
CoreSchema. getSearchGuideAttributeType()
Returns a reference to thesearchGuide
Attribute Type which has the OID2.5.4.14
.static AttributeType
CoreSchema. getSecretaryAttributeType()
Returns a reference to thesecretary
Attribute Type which has the OID0.9.2342.19200300.100.1.21
.static AttributeType
CoreSchema. getSeeAlsoAttributeType()
Returns a reference to theseeAlso
Attribute Type which has the OID2.5.4.34
.static AttributeType
CoreSchema. getSerialNumberAttributeType()
Returns a reference to theserialNumber
Attribute Type which has the OID2.5.4.5
.static AttributeType
CoreSchema. getSNAttributeType()
Returns a reference to thesn
Attribute Type which has the OID2.5.4.4
.static AttributeType
CoreSchema. getSTAttributeType()
Returns a reference to thest
Attribute Type which has the OID2.5.4.8
.static AttributeType
CoreSchema. getStreetAttributeType()
Returns a reference to thestreet
Attribute Type which has the OID2.5.4.9
.static AttributeType
CoreSchema. getStructuralObjectClassAttributeType()
Returns a reference to thestructuralObjectClass
Attribute Type which has the OID2.5.21.9
.static AttributeType
CoreSchema. getSubschemaSubentryAttributeType()
Returns a reference to thesubschemaSubentry
Attribute Type which has the OID2.5.18.10
.AttributeType
AttributeType. getSuperiorType()
Returns the superior type for this attribute type.static AttributeType
CoreSchema. getSupportedAlgorithmsAttributeType()
Returns a reference to thesupportedAlgorithms
Attribute Type which has the OID2.5.4.52
.static AttributeType
CoreSchema. getSupportedAuthPasswordSchemesAttributeType()
Returns a reference to thesupportedAuthPasswordSchemes
Attribute Type which has the OID1.3.6.1.4.1.4203.1.3.3
.static AttributeType
CoreSchema. getSupportedControlAttributeType()
Returns a reference to thesupportedControl
Attribute Type which has the OID1.3.6.1.4.1.1466.101.120.13
.static AttributeType
CoreSchema. getSupportedExtensionAttributeType()
Returns a reference to thesupportedExtension
Attribute Type which has the OID1.3.6.1.4.1.1466.101.120.7
.static AttributeType
CoreSchema. getSupportedFeaturesAttributeType()
Returns a reference to thesupportedFeatures
Attribute Type which has the OID1.3.6.1.4.1.4203.1.3.5
.static AttributeType
CoreSchema. getSupportedLDAPVersionAttributeType()
Returns a reference to thesupportedLDAPVersion
Attribute Type which has the OID1.3.6.1.4.1.1466.101.120.15
.static AttributeType
CoreSchema. getSupportedSASLMechanismsAttributeType()
Returns a reference to thesupportedSASLMechanisms
Attribute Type which has the OID1.3.6.1.4.1.1466.101.120.14
.static AttributeType
CoreSchema. getTelephoneNumberAttributeType()
Returns a reference to thetelephoneNumber
Attribute Type which has the OID2.5.4.20
.static AttributeType
CoreSchema. getTeletexTerminalIdentifierAttributeType()
Returns a reference to theteletexTerminalIdentifier
Attribute Type which has the OID2.5.4.22
.static AttributeType
CoreSchema. getTelexNumberAttributeType()
Returns a reference to thetelexNumber
Attribute Type which has the OID2.5.4.21
.static AttributeType
CoreSchema. getTitleAttributeType()
Returns a reference to thetitle
Attribute Type which has the OID2.5.4.12
.static AttributeType
CoreSchema. getUIDAttributeType()
Returns a reference to theuid
Attribute Type which has the OID0.9.2342.19200300.100.1.1
.static AttributeType
CoreSchema. getUniqueIdentifierAttributeType()
Returns a reference to theuniqueIdentifier
Attribute Type which has the OID0.9.2342.19200300.100.1.44
.static AttributeType
CoreSchema. getUniqueMemberAttributeType()
Returns a reference to theuniqueMember
Attribute Type which has the OID2.5.4.50
.static AttributeType
CoreSchema. getUserCertificateAttributeType()
Returns a reference to theuserCertificate
Attribute Type which has the OID2.5.4.36
.static AttributeType
CoreSchema. getUserClassAttributeType()
Returns a reference to theuserClass
Attribute Type which has the OID0.9.2342.19200300.100.1.8
.static AttributeType
CoreSchema. getUserPasswordAttributeType()
Returns a reference to theuserPassword
Attribute Type which has the OID2.5.4.35
.static AttributeType
CoreSchema. getVendorNameAttributeType()
Returns a reference to thevendorName
Attribute Type which has the OID1.3.6.1.1.4
.static AttributeType
CoreSchema. getVendorVersionAttributeType()
Returns a reference to thevendorVersion
Attribute Type which has the OID1.3.6.1.1.5
.static AttributeType
CoreSchema. getX121AddressAttributeType()
Returns a reference to thex121Address
Attribute Type which has the OID2.5.4.24
.static AttributeType
CoreSchema. getX500UniqueIdentifierAttributeType()
Returns a reference to thex500UniqueIdentifier
Attribute Type which has the OID2.5.4.45
.Methods in org.forgerock.opendj.ldap.schema that return types with arguments of type AttributeType Modifier and Type Method 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>
DitContentRule. getOptionalAttributes()
Returns an unmodifiable set containing the optional attributes for this DIT content rule.Set<AttributeType>
NameForm. getOptionalAttributes()
Returns an unmodifiable set containing the optional attributes of this name form.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>
DitContentRule. getProhibitedAttributes()
Returns an unmodifiable set containing the prohibited attributes for this DIT content rule.Set<AttributeType>
DitContentRule. getRequiredAttributes()
Returns an unmodifiable set containing the required attributes for this DIT content rule.Set<AttributeType>
NameForm. getRequiredAttributes()
Returns an unmodifiable set containing the required attributes of this name form.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.Iterable<AttributeType>
AttributeType. getSubTypes()
Returns the sub-types inheriting directly or indirectly from this attribute type.Methods in org.forgerock.opendj.ldap.schema with parameters of type AttributeType Modifier and Type Method 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
DitContentRule. isOptional(AttributeType attributeType)
Indicates whether the provided attribute type is included in the optional attribute list for this DIT content rule.boolean
NameForm. isOptional(AttributeType attributeType)
Returnstrue
if the provided attribute type is included in the list of optional attributes for this name form.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
DitContentRule. isRequired(AttributeType attributeType)
Indicates whether the provided attribute type is included in the required attribute list for this DIT content rule.boolean
NameForm. isRequired(AttributeType attributeType)
Returnstrue
if the provided attribute type is included in the list of required attributes for this name form.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
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
NameForm. isRequiredOrOptional(AttributeType attributeType)
Returnstrue
if the provided attribute type is included in the list of optional or required attributes for this name form.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
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 ofequals(java.lang.Object)
. -
Uses of AttributeType in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap with parameters of type AttributeType Modifier and Type Method Description static void
SimplePropertyMapper. putTypeAndFormat(JsonValue jsonSchema, AttributeType attrType)
Puts the type and format corresponding to the provided attribute type on the provided JSON schema. -
Uses of AttributeType in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return types with arguments of type AttributeType Modifier and Type Method Description static Set<AttributeType>
OpenDjSecurityProviderSchema. getAttributeTypes()
Returns the set of LDAP attribute types required in order to support the OpenDJ security provider. -
Uses of AttributeType in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type AttributeType Modifier and Type Method Description ValueOrExpression<AttributeType>
BackendIndexCfgClient. getAttribute()
Gets the "attribute" property.ValueOrExpression<AttributeType>
CollectiveAttributeSubentriesVirtualAttributeCfgClient. getAttributeType()
Gets the "attribute-type" property.ValueOrExpression<AttributeType>
EntityTagVirtualAttributeCfgClient. getAttributeType()
Gets the "attribute-type" property.ValueOrExpression<AttributeType>
EntryDnVirtualAttributeCfgClient. getAttributeType()
Gets the "attribute-type" property.ValueOrExpression<AttributeType>
EntryUuidVirtualAttributeCfgClient. getAttributeType()
Gets the "attribute-type" property.ValueOrExpression<AttributeType>
GoverningStructureRuleVirtualAttributeCfgClient. getAttributeType()
Gets the "attribute-type" property.ValueOrExpression<AttributeType>
HasSubordinatesVirtualAttributeCfgClient. getAttributeType()
Gets the "attribute-type" property.ValueOrExpression<AttributeType>
IsMemberOfVirtualAttributeCfgClient. getAttributeType()
Gets the "attribute-type" property.ValueOrExpression<AttributeType>
NumSubordinatesVirtualAttributeCfgClient. getAttributeType()
Gets the "attribute-type" property.ValueOrExpression<AttributeType>
PasswordExpirationTimeVirtualAttributeCfgClient. getAttributeType()
Gets the "attribute-type" property.ValueOrExpression<AttributeType>
PasswordPolicySubentryVirtualAttributeCfgClient. getAttributeType()
Gets the "attribute-type" property.SortedSet<ValueOrExpression<AttributeType>>
ReferentialIntegrityPluginCfgClient. getAttributeType()
Gets the "attribute-type" property.SortedSet<ValueOrExpression<AttributeType>>
SevenBitCleanPluginCfgClient. getAttributeType()
Gets the "attribute-type" property.ValueOrExpression<AttributeType>
StructuralObjectClassVirtualAttributeCfgClient. getAttributeType()
Gets the "attribute-type" property.ValueOrExpression<AttributeType>
SubschemaSubentryVirtualAttributeCfgClient. getAttributeType()
Gets the "attribute-type" property.ValueOrExpression<AttributeType>
VirtualAttributeCfgClient. getAttributeType()
Gets the "attribute-type" property.ValueOrExpression<AttributeType>
ExternalSaslMechanismHandlerCfgClient. getCertificateAttribute()
Gets the "certificate-attribute" property.SortedSet<ValueOrExpression<AttributeType>>
SmtpAccountStatusNotificationHandlerCfgClient. getEmailAddressAttributeType()
Gets the "email-address-attribute-type" property.SortedSet<ValueOrExpression<AttributeType>>
EntityTagVirtualAttributeCfgClient. getExcludedAttribute()
Gets the "excluded-attribute" property.ValueOrExpression<AttributeType>
FingerprintCertificateMapperCfgClient. getFingerprintAttribute()
Gets the "fingerprint-attribute" property.ValueOrExpression<AttributeType>
CertificateMapperCfgClient. getIssuerAttribute()
Gets the "issuer-attribute" property.ValueOrExpression<AttributeType>
PasswordPolicyCfgClient. getLastLoginTimeAttribute()
Gets the "last-login-time-attribute" property.SortedSet<ValueOrExpression<AttributeType>>
LdapPassThroughAuthenticationPolicyCfgClient. getMappedAttribute()
Gets the "mapped-attribute" property.SortedSet<ValueOrExpression<AttributeType>>
AttributeValuePasswordValidatorCfgClient. getMatchAttribute()
Gets the "match-attribute" property.SortedSet<ValueOrExpression<AttributeType>>
ExactMatchIdentityMapperCfgClient. getMatchAttribute()
Gets the "match-attribute" property.SortedSet<ValueOrExpression<AttributeType>>
RegularExpressionIdentityMapperCfgClient. getMatchAttribute()
Gets the "match-attribute" property.ValueOrExpression<AttributeType>
PasswordPolicyCfgClient. getPasswordAttribute()
Gets the "password-attribute" property.ValueOrExpression<AttributeType>
SubjectDnToUserAttributeCertificateMapperCfgClient. getSubjectAttribute()
Gets the "subject-attribute" property.SortedSet<ValueOrExpression<AttributeType>>
UniqueAttributePluginCfgClient. getType()
Gets the "type" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type AttributeType Modifier and Type Method Description void
BackendIndexCfgClient. setAttribute(ValueOrExpression<AttributeType> value)
Sets the "attribute" property.void
CollectiveAttributeSubentriesVirtualAttributeCfgClient. setAttributeType(ValueOrExpression<AttributeType> value)
Sets the "attribute-type" property.void
EntityTagVirtualAttributeCfgClient. setAttributeType(ValueOrExpression<AttributeType> value)
Sets the "attribute-type" property.void
EntryDnVirtualAttributeCfgClient. setAttributeType(ValueOrExpression<AttributeType> value)
Sets the "attribute-type" property.void
EntryUuidVirtualAttributeCfgClient. setAttributeType(ValueOrExpression<AttributeType> value)
Sets the "attribute-type" property.void
GoverningStructureRuleVirtualAttributeCfgClient. setAttributeType(ValueOrExpression<AttributeType> value)
Sets the "attribute-type" property.void
HasSubordinatesVirtualAttributeCfgClient. setAttributeType(ValueOrExpression<AttributeType> value)
Sets the "attribute-type" property.void
IsMemberOfVirtualAttributeCfgClient. setAttributeType(ValueOrExpression<AttributeType> value)
Sets the "attribute-type" property.void
NumSubordinatesVirtualAttributeCfgClient. setAttributeType(ValueOrExpression<AttributeType> value)
Sets the "attribute-type" property.void
PasswordExpirationTimeVirtualAttributeCfgClient. setAttributeType(ValueOrExpression<AttributeType> value)
Sets the "attribute-type" property.void
PasswordPolicySubentryVirtualAttributeCfgClient. setAttributeType(ValueOrExpression<AttributeType> value)
Sets the "attribute-type" property.void
ReferentialIntegrityPluginCfgClient. setAttributeType(Collection<ValueOrExpression<AttributeType>> values)
Sets the "attribute-type" property.void
SevenBitCleanPluginCfgClient. setAttributeType(Collection<ValueOrExpression<AttributeType>> values)
Sets the "attribute-type" property.void
StructuralObjectClassVirtualAttributeCfgClient. setAttributeType(ValueOrExpression<AttributeType> value)
Sets the "attribute-type" property.void
SubschemaSubentryVirtualAttributeCfgClient. setAttributeType(ValueOrExpression<AttributeType> value)
Sets the "attribute-type" property.void
VirtualAttributeCfgClient. setAttributeType(ValueOrExpression<AttributeType> value)
Sets the "attribute-type" property.void
ExternalSaslMechanismHandlerCfgClient. setCertificateAttribute(ValueOrExpression<AttributeType> value)
Sets the "certificate-attribute" property.void
SmtpAccountStatusNotificationHandlerCfgClient. setEmailAddressAttributeType(Collection<ValueOrExpression<AttributeType>> values)
Sets the "email-address-attribute-type" property.void
EntityTagVirtualAttributeCfgClient. setExcludedAttribute(Collection<ValueOrExpression<AttributeType>> values)
Sets the "excluded-attribute" property.void
FingerprintCertificateMapperCfgClient. setFingerprintAttribute(ValueOrExpression<AttributeType> value)
Sets the "fingerprint-attribute" property.void
CertificateMapperCfgClient. setIssuerAttribute(ValueOrExpression<AttributeType> value)
Sets the "issuer-attribute" property.void
PasswordPolicyCfgClient. setLastLoginTimeAttribute(ValueOrExpression<AttributeType> value)
Sets the "last-login-time-attribute" property.void
LdapPassThroughAuthenticationPolicyCfgClient. setMappedAttribute(Collection<ValueOrExpression<AttributeType>> values)
Sets the "mapped-attribute" property.void
AttributeValuePasswordValidatorCfgClient. setMatchAttribute(Collection<ValueOrExpression<AttributeType>> values)
Sets the "match-attribute" property.void
ExactMatchIdentityMapperCfgClient. setMatchAttribute(Collection<ValueOrExpression<AttributeType>> values)
Sets the "match-attribute" property.void
RegularExpressionIdentityMapperCfgClient. setMatchAttribute(Collection<ValueOrExpression<AttributeType>> values)
Sets the "match-attribute" property.void
PasswordPolicyCfgClient. setPasswordAttribute(ValueOrExpression<AttributeType> value)
Sets the "password-attribute" property.void
SubjectDnToUserAttributeCertificateMapperCfgClient. setSubjectAttribute(ValueOrExpression<AttributeType> value)
Sets the "subject-attribute" property.void
UniqueAttributePluginCfgClient. setType(Collection<ValueOrExpression<AttributeType>> values)
Sets the "type" property. -
Uses of AttributeType in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return AttributeType Modifier and Type Method Description AttributeType
BackendIndexCfg. getAttribute()
Gets the "attribute" property.AttributeType
CollectiveAttributeSubentriesVirtualAttributeCfg. getAttributeType()
Gets the "attribute-type" property.AttributeType
EntityTagVirtualAttributeCfg. getAttributeType()
Gets the "attribute-type" property.AttributeType
EntryDnVirtualAttributeCfg. getAttributeType()
Gets the "attribute-type" property.AttributeType
EntryUuidVirtualAttributeCfg. getAttributeType()
Gets the "attribute-type" property.AttributeType
GoverningStructureRuleVirtualAttributeCfg. getAttributeType()
Gets the "attribute-type" property.AttributeType
HasSubordinatesVirtualAttributeCfg. getAttributeType()
Gets the "attribute-type" property.AttributeType
IsMemberOfVirtualAttributeCfg. getAttributeType()
Gets the "attribute-type" property.AttributeType
NumSubordinatesVirtualAttributeCfg. getAttributeType()
Gets the "attribute-type" property.AttributeType
PasswordExpirationTimeVirtualAttributeCfg. getAttributeType()
Gets the "attribute-type" property.AttributeType
PasswordPolicySubentryVirtualAttributeCfg. getAttributeType()
Gets the "attribute-type" property.AttributeType
StructuralObjectClassVirtualAttributeCfg. getAttributeType()
Gets the "attribute-type" property.AttributeType
SubschemaSubentryVirtualAttributeCfg. getAttributeType()
Gets the "attribute-type" property.AttributeType
VirtualAttributeCfg. getAttributeType()
Gets the "attribute-type" property.AttributeType
ExternalSaslMechanismHandlerCfg. getCertificateAttribute()
Gets the "certificate-attribute" property.AttributeType
FingerprintCertificateMapperCfg. getFingerprintAttribute()
Gets the "fingerprint-attribute" property.AttributeType
CertificateMapperCfg. getIssuerAttribute()
Gets the "issuer-attribute" property.AttributeType
PasswordPolicyCfg. getLastLoginTimeAttribute()
Gets the "last-login-time-attribute" property.AttributeType
PasswordPolicyCfg. getPasswordAttribute()
Gets the "password-attribute" property.AttributeType
SubjectDnToUserAttributeCertificateMapperCfg. getSubjectAttribute()
Gets the "subject-attribute" property.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type AttributeType Modifier and Type Method Description SortedSet<AttributeType>
ReferentialIntegrityPluginCfg. getAttributeType()
Gets the "attribute-type" property.SortedSet<AttributeType>
SevenBitCleanPluginCfg. getAttributeType()
Gets the "attribute-type" property.SortedSet<AttributeType>
SmtpAccountStatusNotificationHandlerCfg. getEmailAddressAttributeType()
Gets the "email-address-attribute-type" property.SortedSet<AttributeType>
EntityTagVirtualAttributeCfg. getExcludedAttribute()
Gets the "excluded-attribute" property.SortedSet<AttributeType>
LdapPassThroughAuthenticationPolicyCfg. getMappedAttribute()
Gets the "mapped-attribute" property.SortedSet<AttributeType>
AttributeValuePasswordValidatorCfg. getMatchAttribute()
Gets the "match-attribute" property.SortedSet<AttributeType>
ExactMatchIdentityMapperCfg. getMatchAttribute()
Gets the "match-attribute" property.SortedSet<AttributeType>
RegularExpressionIdentityMapperCfg. getMatchAttribute()
Gets the "match-attribute" property.SortedSet<AttributeType>
UniqueAttributePluginCfg. getType()
Gets the "type" property. -
Uses of AttributeType in org.opends.server.api
Methods in org.opends.server.api with parameters of type AttributeType Modifier and Type Method Description abstract boolean
LocalBackend. isIndexed(AttributeType attributeType, MatchingRule matchingRule)
Indicates whether extensible match search operations that target the specified attribute with the given matching rule should be considered indexed in this backend.abstract boolean
LocalBackend. isIndexed(AttributeType attributeType, IndexType indexType)
Indicates whether search operations which target the specified attribute in the indicated manner would be considered indexed in this backend. -
Uses of AttributeType in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat that return AttributeType Modifier and Type Method Description AttributeType
ParentInheritance. getAttributeType()
Return the attribute type.AttributeType
AciEvalContext. getCurrentAttributeType()
Get the current attribute type being evaluated.AttributeType
AciTargetMatchContext. getCurrentAttributeType()
Get the current attribute type being evaluated.Methods in org.opends.server.authorization.dseecompat with parameters of type AttributeType Modifier and Type Method Description static boolean
UserDN. evaluate(Entry e, Dn clientDN, AttributeType attrType)
This method searches an entry for an attribute value that is treated as a DN.void
AciTargetMatchContext. setCurrentAttributeType(AttributeType type)
Set the attribute type to be evaluated. -
Uses of AttributeType in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type AttributeType Modifier and Type Method Description boolean
ChangelogBackend. isIndexed(AttributeType attributeType, MatchingRule matchingRule)
boolean
ChangelogBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
ConfigurationBackend. isIndexed(AttributeType attributeType, MatchingRule matchingRule)
boolean
ConfigurationBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
LDIFBackend. isIndexed(AttributeType attributeType, MatchingRule matchingRule)
boolean
LDIFBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
MemoryBackend. isIndexed(AttributeType attributeType, MatchingRule matchingRule)
boolean
MemoryBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
MonitorBackend. isIndexed(AttributeType attributeType, MatchingRule matchingRule)
boolean
MonitorBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
NullBackend. isIndexed(AttributeType attributeType, MatchingRule matchingRule)
boolean
NullBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
RootDSEBackend. isIndexed(AttributeType attributeType, MatchingRule matchingRule)
boolean
RootDSEBackend. isIndexed(AttributeType attributeType, IndexType indexType)
boolean
SchemaBackend. isIndexed(AttributeType attributeType, MatchingRule matchingRule)
boolean
SchemaBackend. isIndexed(AttributeType attributeType, IndexType indexType)
-
Uses of AttributeType in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable with parameters of type AttributeType Modifier and Type Method Description boolean
BackendImpl. isIndexed(AttributeType attributeType, MatchingRule matchingRule)
boolean
BackendImpl. isIndexed(AttributeType attributeType, IndexType indexType)
-
Uses of AttributeType in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type AttributeType Modifier and Type Method Description boolean
TaskBackend. isIndexed(AttributeType attributeType, MatchingRule matchingRule)
boolean
TaskBackend. isIndexed(AttributeType attributeType, IndexType indexType)
-
Uses of AttributeType in org.opends.server.core
Methods in org.opends.server.core that return AttributeType Modifier and Type Method Description abstract AttributeType
PasswordPolicy. getLastLoginTimeAttribute()
Gets the "last-login-time-attribute" property.AttributeType
SubentryPasswordPolicy. getLastLoginTimeAttribute()
abstract AttributeType
PasswordPolicy. getPasswordAttribute()
Gets the "password-attribute" property.AttributeType
SubentryPasswordPolicy. getPasswordAttribute()
Methods in org.opends.server.core with parameters of type AttributeType Modifier and Type Method Description void
AddOperation. removeAttribute(AttributeType attributeType)
Removes the specified attribute from the entry to add. -
Uses of AttributeType in org.opends.server.extensions
Method parameters in org.opends.server.extensions with type arguments of type AttributeType Modifier and Type Method Description static void
IndexedAttributesChecks. checkAllAttributesAreIndexedForEquality(Dn cfgDn, Set<Dn> cfgBaseDNs, Collection<AttributeType> attrTypes, LocalizableMessageDescriptor.Arg3<Object,Object,Object> notIndexedMsg, ConfigChangeResult ccr)
Checks whether all the attribute types are indexed for equality.static void
IndexedAttributesChecks. checkAllAttributesAreIndexedForExtensibleMatchingRule(Dn cfgDn, Set<Dn> cfgBaseDNs, Collection<AttributeType> attrTypes, MatchingRule matchingRule, LocalizableMessageDescriptor.Arg4<Object,Object,Object,Object> notIndexedMsg, ConfigChangeResult ccr)
Checks whether all attribute types are indexed for a given matching rule. -
Uses of AttributeType in org.opends.server.tasks
Methods in org.opends.server.tasks that return types with arguments of type AttributeType Modifier and Type Method Description Set<AttributeType>
ImportExportParams. getExcludeAttributeTypes()
Returns the exclude attribute types.Set<AttributeType>
ImportExportParams. getIncludeAttributeTypes()
Returns the include attribute types. -
Uses of AttributeType in org.opends.server.types
Methods in org.opends.server.types that return AttributeType Modifier and Type Method Description AttributeType
SubEntry. getInheritFromDNType()
Returns the attribute type where to find the DN of the entry from which to inherit collective attributesAttributeType
SubEntry. getInheritFromRDNAttrType()
Getter to retrieve inheritFromRDNAttribute type for inherited collective attribute subentry.AttributeType
SubEntry. getInheritFromRDNType()
Getter to retrieve RDN type of inheritFromRDNType for inherited collective attribute subentry.Methods in org.opends.server.types that return types with arguments of type AttributeType Modifier and Type Method Description Set<AttributeType>
LDIFImportConfig. getExcludeAttributes()
Retrieves the set of attributes that should be excluded from the entries read from the LDIF.Set<AttributeType>
LDIFImportConfig. getIncludeAttributes()
Retrieves the set of attributes that should be included in the entries read from the LDIF.Methods in org.opends.server.types with parameters of type AttributeType Modifier and Type Method Description boolean
LDIFImportConfig. includeAttribute(AttributeType attributeType)
Indicates whether the specified attribute should be included in the entries read from the LDIF.Method parameters in org.opends.server.types with type arguments of type AttributeType Modifier and Type Method Description void
LDIFExportConfig. setExcludeAttributes(Set<AttributeType> excludeAttributes)
Specifies the set of attributes that should be excluded from the entries written to LDIF.void
LDIFImportConfig. setExcludeAttributes(Set<AttributeType> excludeAttributes)
Specifies the set of attributes that should be excluded from the entries read from the LDIF.void
LDIFExportConfig. setIncludeAttributes(Set<AttributeType> includeAttributes)
Specifies the set of attributes that should be included in the entries written to LDIF.void
LDIFImportConfig. setIncludeAttributes(Set<AttributeType> includeAttributes)
Specifies the set of attributes that should be included in the entries read from the LDIF.Constructors in org.opends.server.types with parameters of type AttributeType Constructor Description VirtualAttributeRule(AttributeType attributeType, VirtualAttributeProvider<? extends VirtualAttributeCfg> provider, Set<Dn> baseDNs, SearchScope scope, Set<Dn> groupDNs, Set<Filter> anyFilter, VirtualAttributeCfgDefn.ConflictBehavior conflictBehavior)
Creates a new virtual attribute rule with the provided information. -
Uses of AttributeType in org.opends.server.types.operation
Methods in org.opends.server.types.operation with parameters of type AttributeType Modifier and Type Method Description void
PreOperationAddOperation. removeAttribute(AttributeType attributeType)
Removes the specified attribute from the entry to add. -
Uses of AttributeType in org.opends.server.util
Methods in org.opends.server.util with parameters of type AttributeType Modifier and Type Method Description static boolean
SchemaUtils. canBeRelaxed(boolean relaxRules, AttributeType at)
Indicates if the provided attribute No-User-Modification constraint can be relaxed.static SchemaUtils.PasswordType
SchemaUtils. checkPasswordType(AttributeType attrType)
Checks if the provided attribute type contains a password.
-