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.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.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
org.opends.guitools.controlpanel.task |
Defines the main classes that are you used to perform the administrative
operations: start the server, modify an entry, delete a base DN, etc.
|
org.opends.guitools.controlpanel.ui |
Contains the panels and dialogs displayed in the Control Panel.
|
org.opends.guitools.controlpanel.ui.nodes |
Contains the different nodes that are used in the trees of the Control Panel
(index browser, schema browser, LDAP entries browser...).
|
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.controls |
Contains classes that represent specific LDAP controls and their values.
|
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.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
org.opends.server.replication.protocol |
This package contains the code used by the replication server and by the
code running on the Directory Server side to exchange their information.
|
org.opends.server.schema |
Contains implementations of various Directory Server schema elements.
|
org.opends.server.tools.makeldif |
This package provides classes for a tool which may be used to generate LDIF
content based on user-defined templates.
|
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.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
AttributeTypePropertyDefinition.decodeValue(String value) |
Modifier and Type | Method and Description |
---|---|
<R,P> R |
AttributeTypePropertyDefinition.accept(PropertyValueVisitor<R,P> v,
AttributeType value,
P p) |
int |
AttributeTypePropertyDefinition.compare(AttributeType o1,
AttributeType o2) |
String |
AttributeTypePropertyDefinition.encodeValue(AttributeType value) |
void |
AttributeTypePropertyDefinition.validateValue(AttributeType value) |
R |
PropertyValueVisitor.visitAttributeType(AttributeTypePropertyDefinition pd,
AttributeType v,
P p)
Visit an attribute type.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeTypePropertyDefinition |
AttributeTypePropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<AttributeType> defaultBehavior) |
Modifier and Type | Method and Description |
---|---|
AttributeType |
AttributeDescription.getAttributeType()
Returns the attribute type associated with this attribute description.
|
AttributeType |
AVA.getAttributeType()
Returns the attribute type associated with this AVA.
|
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)
Deprecated.
This method may be removed at any time
|
static AttributeDescription |
AttributeDescription.create(String attributeName,
AttributeType attributeType,
Collection<String> options)
Deprecated.
This method may be removed at any time
|
static AttributeDescription |
AttributeDescription.create(String attributeName,
AttributeType attributeType,
String... options)
Deprecated.
This method may be removed at any time
|
static AttributeDescription |
AttributeDescription.create(String attributeName,
AttributeType attributeType,
String option)
Deprecated.
This method may be removed at any time
|
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.
|
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 . |
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.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.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.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.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.getHouseIdentifierAttributeType()
Returns a reference to the
houseIdentifier Attribute Type
which has the OID 2.5.4.51 . |
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.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.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.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.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.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.getSearchGuideAttributeType()
Returns a reference to the
searchGuide Attribute Type
which has the OID 2.5.4.14 . |
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.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.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.
|
List<AttributeType> |
Schema.getAttributeTypesWithName(String name)
Returns an unmodifiable collection containing all of the attribute types
having the specified name or numeric OID.
|
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.
|
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 |
---|---|
AttributeType |
BackendIndexCfgClient.getAttribute()
Gets the "attribute" property.
|
AttributeType |
VirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
SubschemaSubentryVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
StructuralObjectClassVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
PasswordPolicySubentryVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
PasswordExpirationTimeVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
NumSubordinatesVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
IsMemberOfVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
HasSubordinatesVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
GoverningStructureRuleVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
EntryUUIDVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
EntryDNVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
EntityTagVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
CollectiveAttributeSubentriesVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
ExternalSASLMechanismHandlerCfgClient.getCertificateAttribute()
Gets the "certificate-attribute" property.
|
AttributeType |
FingerprintCertificateMapperCfgClient.getFingerprintAttribute()
Gets the "fingerprint-attribute" property.
|
AttributeType |
PasswordPolicyCfgClient.getLastLoginTimeAttribute()
Gets the "last-login-time-attribute" property.
|
AttributeType |
PasswordPolicyCfgClient.getPasswordAttribute()
Gets the "password-attribute" property.
|
AttributeType |
SubjectDNToUserAttributeCertificateMapperCfgClient.getSubjectAttribute()
Gets the "subject-attribute" property.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<AttributeType> |
SevenBitCleanPluginCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
SortedSet<AttributeType> |
ReferentialIntegrityPluginCfgClient.getAttributeType()
Gets the "attribute-type" property.
|
SortedSet<AttributeType> |
SMTPAccountStatusNotificationHandlerCfgClient.getEmailAddressAttributeType()
Gets the "email-address-attribute-type" property.
|
SortedSet<AttributeType> |
EntityTagVirtualAttributeCfgClient.getExcludedAttribute()
Gets the "excluded-attribute" property.
|
SortedSet<AttributeType> |
LDAPPassThroughAuthenticationPolicyCfgClient.getMappedAttribute()
Gets the "mapped-attribute" property.
|
SortedSet<AttributeType> |
RegularExpressionIdentityMapperCfgClient.getMatchAttribute()
Gets the "match-attribute" property.
|
SortedSet<AttributeType> |
ExactMatchIdentityMapperCfgClient.getMatchAttribute()
Gets the "match-attribute" property.
|
SortedSet<AttributeType> |
AttributeValuePasswordValidatorCfgClient.getMatchAttribute()
Gets the "match-attribute" property.
|
SortedSet<AttributeType> |
UniqueAttributePluginCfgClient.getType()
Gets the "type" property.
|
Modifier and Type | Method and Description |
---|---|
void |
BackendIndexCfgClient.setAttribute(AttributeType value)
Sets the "attribute" property.
|
void |
VirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
SubschemaSubentryVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
StructuralObjectClassVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
PasswordPolicySubentryVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
PasswordExpirationTimeVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
NumSubordinatesVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
IsMemberOfVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
HasSubordinatesVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
GoverningStructureRuleVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
EntryUUIDVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
EntryDNVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
EntityTagVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
CollectiveAttributeSubentriesVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
ExternalSASLMechanismHandlerCfgClient.setCertificateAttribute(AttributeType value)
Sets the "certificate-attribute" property.
|
void |
FingerprintCertificateMapperCfgClient.setFingerprintAttribute(AttributeType value)
Sets the "fingerprint-attribute" property.
|
void |
PasswordPolicyCfgClient.setLastLoginTimeAttribute(AttributeType value)
Sets the "last-login-time-attribute" property.
|
void |
PasswordPolicyCfgClient.setPasswordAttribute(AttributeType value)
Sets the "password-attribute" property.
|
void |
SubjectDNToUserAttributeCertificateMapperCfgClient.setSubjectAttribute(AttributeType value)
Sets the "subject-attribute" property.
|
Modifier and Type | Method and Description |
---|---|
void |
SevenBitCleanPluginCfgClient.setAttributeType(Collection<AttributeType> values)
Sets the "attribute-type" property.
|
void |
ReferentialIntegrityPluginCfgClient.setAttributeType(Collection<AttributeType> values)
Sets the "attribute-type" property.
|
void |
SMTPAccountStatusNotificationHandlerCfgClient.setEmailAddressAttributeType(Collection<AttributeType> values)
Sets the "email-address-attribute-type" property.
|
void |
EntityTagVirtualAttributeCfgClient.setExcludedAttribute(Collection<AttributeType> values)
Sets the "excluded-attribute" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setMappedAttribute(Collection<AttributeType> values)
Sets the "mapped-attribute" property.
|
void |
RegularExpressionIdentityMapperCfgClient.setMatchAttribute(Collection<AttributeType> values)
Sets the "match-attribute" property.
|
void |
ExactMatchIdentityMapperCfgClient.setMatchAttribute(Collection<AttributeType> values)
Sets the "match-attribute" property.
|
void |
AttributeValuePasswordValidatorCfgClient.setMatchAttribute(Collection<AttributeType> values)
Sets the "match-attribute" property.
|
void |
UniqueAttributePluginCfgClient.setType(Collection<AttributeType> values)
Sets the "type" property.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
BackendIndexCfg.getAttribute()
Gets the "attribute" property.
|
AttributeType |
VirtualAttributeCfg.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
SubschemaSubentryVirtualAttributeCfg.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
StructuralObjectClassVirtualAttributeCfg.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
PasswordPolicySubentryVirtualAttributeCfg.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
PasswordExpirationTimeVirtualAttributeCfg.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
NumSubordinatesVirtualAttributeCfg.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
IsMemberOfVirtualAttributeCfg.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
HasSubordinatesVirtualAttributeCfg.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
GoverningStructureRuleVirtualAttributeCfg.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
EntryUUIDVirtualAttributeCfg.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
EntryDNVirtualAttributeCfg.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
EntityTagVirtualAttributeCfg.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
CollectiveAttributeSubentriesVirtualAttributeCfg.getAttributeType()
Gets the "attribute-type" property.
|
AttributeType |
ExternalSASLMechanismHandlerCfg.getCertificateAttribute()
Gets the "certificate-attribute" property.
|
AttributeType |
FingerprintCertificateMapperCfg.getFingerprintAttribute()
Gets the "fingerprint-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.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<AttributeType> |
SevenBitCleanPluginCfg.getAttributeType()
Gets the "attribute-type" property.
|
SortedSet<AttributeType> |
ReferentialIntegrityPluginCfg.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> |
RegularExpressionIdentityMapperCfg.getMatchAttribute()
Gets the "match-attribute" property.
|
SortedSet<AttributeType> |
ExactMatchIdentityMapperCfg.getMatchAttribute()
Gets the "match-attribute" property.
|
SortedSet<AttributeType> |
AttributeValuePasswordValidatorCfg.getMatchAttribute()
Gets the "match-attribute" property.
|
SortedSet<AttributeType> |
UniqueAttributePluginCfg.getType()
Gets the "type" property.
|
Modifier and Type | Method and Description |
---|---|
static AttributeType |
SomeSchemaElement.changeSuperiorType(AttributeType attributeType,
AttributeType newSuperiorType)
Returns a copy of the provided attribute type, changing the superior attribute type.
|
AttributeType |
SomeSchemaElement.getAttributeType()
Returns the wrapped schema element as an attribute type.
|
AttributeType |
IndexDescriptor.getAttributeType()
Returns the attribute type associated with the index attribute.
|
Modifier and Type | Method and Description |
---|---|
static AttributeType |
SomeSchemaElement.changeSuperiorType(AttributeType attributeType,
AttributeType newSuperiorType)
Returns a copy of the provided attribute type, changing the superior attribute type.
|
Constructor and Description |
---|
IndexDescriptor(String name,
AttributeType attr,
BackendDescriptor backend,
Set<BackendIndexCfgDefn.IndexType> types,
int entryLimit)
Constructor of the index descriptor.
|
SomeSchemaElement(AttributeType attributeType)
Builds SomeSchemaElement.
|
Modifier and Type | Method and Description |
---|---|
static LinkedHashSet<AttributeType> |
DeleteSchemaElementsTask.getOrderedAttributesToDelete(Collection<AttributeType> attrsToDelete,
Schema schema)
Returns an ordered set of the attributes that must be deleted.
|
Modifier and Type | Method and Description |
---|---|
static LinkedHashSet<AttributeType> |
DeleteSchemaElementsTask.getOrderedAttributesToDelete(Collection<AttributeType> attrsToDelete,
Schema schema)
Returns an ordered set of the attributes that must be deleted.
|
static LinkedHashSet<ObjectClass> |
DeleteSchemaElementsTask.getOrderedObjectClassesToDeleteFromAttrs(Collection<AttributeType> attrsToDelete,
Schema schema)
Returns an ordered list of the object classes that must be deleted when
deleting a list of attributes that must be deleted.
|
Constructor and Description |
---|
ModifyAttributeTask(ControlPanelInfo info,
ProgressDialog dlg,
AttributeType oldAttribute,
AttributeType newAttribute)
The constructor of the task.
|
Constructor and Description |
---|
DeleteSchemaElementsTask(ControlPanelInfo info,
ProgressDialog dlg,
Set<ObjectClass> ocsToDelete,
Set<AttributeType> attrsToDelete)
Constructor of the task.
|
NewSchemaElementsTask(ControlPanelInfo info,
ProgressDialog dlg,
Set<ObjectClass> ocsToAdd,
Set<AttributeType> attrsToAdd)
Constructor of the task.
|
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
SchemaElementPanel.getAliases(AttributeType attr)
Returns the list of aliases for the provided attribute.
|
void |
SchemaBrowserRightPanel.updateConfigurationAttribute(AttributeType attr,
Schema schema)
Updates the contents of the panel with the provided configuration
attribute.
|
void |
SchemaBrowserRightPanel.updateCustomAttribute(AttributeType attr,
Schema schema)
Updates the contents of the panel with the provided custom attribute.
|
void |
SchemaBrowserRightPanel.updateStandardAttribute(AttributeType attr,
Schema schema)
Updates the contents of the panel with the provided standard attribute.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
StandardAttributeTreeNode.getAttribute()
Returns the definition of the attribute represented by this node.
|
AttributeType |
CustomAttributeTreeNode.getAttribute()
Returns the definition of the attribute represented by this node.
|
AttributeType |
ConfigurationAttributeTreeNode.getAttribute()
Returns the definition of the attribute represented by this node.
|
Constructor and Description |
---|
ConfigurationAttributeTreeNode(String name,
AttributeType attr)
Constructor of the node.
|
CustomAttributeTreeNode(String name,
AttributeType attr)
Constructor of the node.
|
StandardAttributeTreeNode(String name,
AttributeType attr)
Constructor of the node.
|
Modifier and Type | Method and Description |
---|---|
protected static ConditionResult |
AuthenticationPolicyState.getBoolean(Entry entry,
AttributeType attributeType)
A utility method which may be used by implementations in order to obtain
the value of the specified attribute from the provided entry as a boolean.
|
protected static long |
AuthenticationPolicyState.getGeneralizedTime(Entry entry,
AttributeType attributeType)
A utility method which may be used by implementations in order to obtain
the value of the specified attribute from the provided entry as a time in
generalized time format.
|
abstract boolean |
Backend.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.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
ParentInheritance.getAttributeType()
Return the attribute type.
|
AttributeType |
AciTargetMatchContext.getCurrentAttributeType()
Get the current attribute type being evaluated.
|
AttributeType |
AciEvalContext.getCurrentAttributeType()
Get the current attribute type being evaluated.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TrustStoreBackend.isIndexed(AttributeType attributeType,
IndexType indexType) |
boolean |
SchemaBackend.isIndexed(AttributeType attributeType,
IndexType indexType) |
boolean |
RootDSEBackend.isIndexed(AttributeType attributeType,
IndexType indexType) |
boolean |
NullBackend.isIndexed(AttributeType attributeType,
IndexType indexType) |
boolean |
MonitorBackend.isIndexed(AttributeType attributeType,
IndexType indexType) |
boolean |
MemoryBackend.isIndexed(AttributeType attributeType,
IndexType indexType) |
boolean |
LDIFBackend.isIndexed(AttributeType attributeType,
IndexType indexType) |
boolean |
ConfigurationBackend.isIndexed(AttributeType attributeType,
IndexType indexType) |
boolean |
ChangelogBackend.isIndexed(AttributeType attributeType,
IndexType indexType) |
boolean |
BackupBackend.isIndexed(AttributeType attributeType,
IndexType indexType) |
static DN |
TrustStoreBackend.makeChildDN(DN parentDN,
AttributeType rdnAttrType,
String rdnStringValue)
Create a new child DN from a given parent DN.
|
static DN |
BackupBackend.makeChildDN(DN parentDN,
AttributeType rdnAttrType,
String rdnStringValue)
Create a new child DN from a given parent DN.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BackendImpl.isIndexed(AttributeType attributeType,
IndexType indexType) |
Modifier and Type | Method and Description |
---|---|
boolean |
TaskBackend.isIndexed(AttributeType attributeType,
IndexType indexType) |
Modifier and Type | Method and Description |
---|---|
AttributeType |
MatchedValuesFilter.getAttributeType()
Retrieves the attribute type for this matched values filter.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeType> |
GetEffectiveRightsRequestControl.getAttributes()
Return the requested additional attributes parsed from the control.
|
Modifier and Type | Method and Description |
---|---|
static MatchedValuesFilter |
MatchedValuesFilter.createApproximateFilter(AttributeType attributeType,
ByteString assertionValue)
Creates a new approxMatch filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createEqualityFilter(AttributeType attributeType,
ByteString assertionValue)
Creates a new equalityMatch filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createExtensibleMatchFilter(AttributeType attributeType,
MatchingRule matchingRule,
ByteString assertionValue)
Creates a new extensibleMatch filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createGreaterOrEqualFilter(AttributeType attributeType,
ByteString assertionValue)
Creates a new greaterOrEqual filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createLessOrEqualFilter(AttributeType attributeType,
ByteString assertionValue)
Creates a new lessOrEqual filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createPresentFilter(AttributeType attributeType)
Creates a new present filter with the provided information.
|
static MatchedValuesFilter |
MatchedValuesFilter.createSubstringsFilter(AttributeType attributeType,
ByteString subInitial,
List<ByteString> subAny,
ByteString subFinal)
Creates a new substrings filter with the provided information.
|
boolean |
MatchedValuesFilter.valueMatches(AttributeType type,
ByteString value)
Indicates whether the specified attribute value matches the criteria
defined in this matched values filter.
|
boolean |
MatchedValuesControl.valueMatches(AttributeType type,
ByteString value)
Indicates whether any of the filters associated with this matched values
control matches the provided attribute type/value.
|
Constructor and Description |
---|
GetEffectiveRightsRequestControl(boolean isCritical,
DN authzDN,
List<AttributeType> attrs)
Create a new geteffectiverights control with the specified authzDN and
an attribute list.
|
GetEffectiveRightsRequestControl(DN authzDN,
List<AttributeType> attrs)
Create a new geteffectiverights control with the specified authzDN and
an attribute list.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
SubentryPasswordPolicy.getLastLoginTimeAttribute() |
abstract AttributeType |
PasswordPolicy.getLastLoginTimeAttribute()
Gets the "last-login-time-attribute" property.
|
AttributeType |
SubentryPasswordPolicy.getPasswordAttribute() |
abstract AttributeType |
PasswordPolicy.getPasswordAttribute()
Gets the "password-attribute" property.
|
Modifier and Type | Method and Description |
---|---|
Map<AttributeType,List<Attribute>> |
AddOperationWrapper.getOperationalAttributes() |
Map<AttributeType,List<Attribute>> |
AddOperationBasis.getOperationalAttributes() |
Map<AttributeType,List<Attribute>> |
AddOperation.getOperationalAttributes()
Retrieves the set of processed operational attributes for the entry to add.
|
Map<AttributeType,List<Attribute>> |
AddOperationWrapper.getUserAttributes() |
Map<AttributeType,List<Attribute>> |
AddOperationBasis.getUserAttributes() |
Map<AttributeType,List<Attribute>> |
AddOperation.getUserAttributes()
Retrieves the set of processed user attributes for the entry to add.
|
Modifier and Type | Method and Description |
---|---|
void |
AddOperationWrapper.removeAttribute(AttributeType attributeType) |
void |
AddOperationBasis.removeAttribute(AttributeType attributeType) |
void |
AddOperation.removeAttribute(AttributeType attributeType)
Removes the specified attribute from the entry to add.
|
void |
AddOperationWrapper.setAttribute(AttributeType attributeType,
List<Attribute> attributeList) |
void |
AddOperationBasis.setAttribute(AttributeType attributeType,
List<Attribute> attributeList) |
void |
AddOperation.setAttribute(AttributeType attributeType,
List<Attribute> attributeList)
Sets the specified attribute in the entry to add, overwriting any existing
attribute of the specified type if necessary.
|
Constructor and Description |
---|
AddOperationBasis(ClientConnection clientConnection,
long operationID,
int messageID,
List<Control> requestControls,
DN entryDN,
Map<ObjectClass,String> objectClasses,
Map<AttributeType,List<Attribute>> userAttributes,
Map<AttributeType,List<Attribute>> operationalAttributes)
Creates a new add operation with the provided information.
|
AddOperationBasis(ClientConnection clientConnection,
long operationID,
int messageID,
List<Control> requestControls,
DN entryDN,
Map<ObjectClass,String> objectClasses,
Map<AttributeType,List<Attribute>> userAttributes,
Map<AttributeType,List<Attribute>> operationalAttributes)
Creates a new add operation with the provided information.
|
Constructor and Description |
---|
UserAttributeNotificationMessageTemplateElement(AttributeType attributeType)
Creates a new user DN notification message template element.
|
Modifier and Type | Method and Description |
---|---|
void |
AttrHistoricalSingle.assign(HistAttrModificationKey histKey,
AttributeType attrType,
ByteString value,
CSN csn) |
void |
AttrHistoricalMultiple.assign(HistAttrModificationKey histKey,
AttributeType attrType,
ByteString value,
CSN csn) |
abstract void |
AttrHistorical.assign(HistAttrModificationKey histKey,
AttributeType attrType,
ByteString value,
CSN csn)
Assign the provided information to this object.
|
static AttrHistorical |
AttrHistorical.createAttributeHistorical(AttributeType attrType)
Create a new object from a provided attribute type.
|
Constructor and Description |
---|
AttrHistoricalSingle(AttributeType attributeType)
Builds an
AttrHistoricalSingle object. |
AttrValueHistorical(ByteString value,
AttributeType attributeType,
CSN csnUpdate,
CSN csnDelete)
Build an AttrValueHistorical for a provided attribute value, providing
the last time the provided value is either updated or deleted.
|
Constructor and Description |
---|
AddMsg(CSN csn,
DN dn,
String entryUUID,
String parentEntryUUID,
Map<ObjectClass,String> objectClasses,
Map<AttributeType,List<Attribute>> userAttributes,
Map<AttributeType,List<Attribute>> operationalAttributes)
Creates a new AddMessage.
|
AddMsg(CSN csn,
DN dn,
String entryUUID,
String parentEntryUUID,
Map<ObjectClass,String> objectClasses,
Map<AttributeType,List<Attribute>> userAttributes,
Map<AttributeType,List<Attribute>> operationalAttributes)
Creates a new AddMessage.
|
Modifier and Type | Method and Description |
---|---|
static AttributeType |
ServerSchemaElement.updateProperty(ServerContext serverContext,
AttributeType attributeType,
String property,
String... values)
Updates the property of the provided attribute type.
|
Modifier and Type | Method and Description |
---|---|
static AttributeType |
ServerSchemaElement.updateProperty(ServerContext serverContext,
AttributeType attributeType,
String property,
String... values)
Updates the property of the provided attribute type.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
TemplateValue.getAttributeType()
Retrieves the attribute type for this template value.
|
AttributeType |
TemplateLine.getAttributeType()
Retrieves the attribute type for this template line.
|
AttributeType[] |
Template.getRDNAttributes()
Retrieves the set of attribute types that are used in the RDN for entries
generated using this template.
|
Modifier and Type | Method and Description |
---|---|
TemplateValue |
TemplateEntry.getValue(AttributeType attributeType)
Retrieves the value for the specified attribute, if defined.
|
List<TemplateValue> |
TemplateEntry.getValues(AttributeType attributeType)
Retrieves the set of values for the specified attribute, if defined.
|
boolean |
Template.hasAttribute(AttributeType attributeType)
Indicates whether this template contains any template lines that reference
the provided attribute type.
|
boolean |
Branch.hasAttribute(AttributeType attributeType)
Indicates whether this branch contains a reference to the specified
attribute type, either in the RDN components of the DN or in the extra
lines.
|
Constructor and Description |
---|
Template(TemplateFile templateFile,
String name,
AttributeType[] rdnAttributes,
String[] subordinateTemplateNames,
int[] numEntriesPerTemplate,
TemplateLine[] templateLines)
Creates a new template with the provided information.
|
TemplateLine(AttributeType attributeType,
int lineNumber,
Tag[] tags)
Creates a new template line with the provided information.
|
TemplateLine(AttributeType attributeType,
int lineNumber,
Tag[] tags,
boolean isURL,
boolean isBase64)
Creates a new template line with the provided information.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
VirtualAttributeRule.getAttributeType()
Retrieves the attribute type for which the values should be generated.
|
AttributeType |
SearchFilter.getAttributeType()
Retrieves the attribute type for this filter.
|
AttributeType |
Schema.getAttributeType(String nameOrOid)
Retrieves the attribute type definition with the specified name or OID.
|
AttributeType |
Schema.getAttributeType(String nameOrOid,
Syntax syntax)
Retrieves the attribute type definition with the specified name or OID.
|
AttributeType |
SubEntry.getInheritFromDNType()
Getter to retrieve inheritFromDNAttribute type for inherited collective attribute subentry.
|
AttributeType |
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.
|
AttributeType |
Schema.parseAttributeType(String definition)
Parses an attribute type from its provided definition.
|
Modifier and Type | Method and Description |
---|---|
Collection<AttributeType> |
Schema.getAttributeTypes()
Retrieves the attribute type definitions for this schema.
|
Set<AttributeType> |
LDIFImportConfig.getExcludeAttributes()
Retrieves the set of attributes that should be excluded from the
entries read from the LDIF.
|
Set<AttributeType> |
LDIFExportConfig.getExcludeAttributes()
Retrieves the set of attributes that should be excluded from the
entries written to LDIF.
|
Set<AttributeType> |
LDIFImportConfig.getIncludeAttributes()
Retrieves the set of attributes that should be included in the
entries read from the LDIF.
|
Set<AttributeType> |
LDIFExportConfig.getIncludeAttributes()
Retrieves the set of attributes that should be included in the
entries written to LDIF.
|
Map<AttributeType,List<Attribute>> |
Entry.getOperationalAttributes()
Retrieves the entire set of operational attributes for this
entry.
|
Map<AttributeType,List<Attribute>> |
Entry.getUserAttributes()
Retrieves the entire set of user (i.e., non-operational)
attributes for this entry.
|
Modifier and Type | Method and Description |
---|---|
static void |
Schema.compareConcatenatedSchema(Set<String> oldElements,
Set<String> newElements,
AttributeType elementType,
List<Modification> mods)
Compares the provided sets of schema element definitions and
writes any differences found into the given list of
modifications.
|
static Attribute |
Attributes.create(AttributeType attributeType,
ByteString value)
Creates a new single-valued attribute with the specified attribute type and value.
|
static Attribute |
Attributes.create(AttributeType attributeType,
String valueString)
Creates a new single-valued attribute with the specified name and value.
|
static Attribute |
Attributes.create(AttributeType attributeType,
String name,
ByteString value)
Creates a new single-valued attribute with the specified
attribute type and value.
|
static Attribute |
Attributes.create(AttributeType attributeType,
String name,
String valueString)
Creates a new single-valued attribute with the attribute type and value.
|
static SearchFilter |
SearchFilter.createApproximateFilter(AttributeType attributeType,
ByteString assertionValue)
Creates an approximate search filter with the provided
information.
|
static SearchFilter |
SearchFilter.createApproximateFilter(AttributeType attributeType,
Set<String> attributeOptions,
ByteString assertionValue)
Creates an approximate search filter with the provided
information.
|
static List<Attribute> |
Attributes.createAsList(AttributeType attributeType,
ByteString value)
Creates a new List with a single-valued attribute with the specified attribute type and value.
|
static List<Attribute> |
Attributes.createAsList(AttributeType attributeType,
String valueString)
Creates a new List with a single-valued attribute with the specified name and value.
|
static List<Attribute> |
Attributes.createAsList(AttributeType attributeType,
String name,
String valueString)
Creates a new List with a single-valued attribute with the attribute type and value.
|
static SearchFilter |
SearchFilter.createEqualityFilter(AttributeType attributeType,
ByteString assertionValue)
Creates a new equality search filter with the provided
information.
|
static SearchFilter |
SearchFilter.createEqualityFilter(AttributeType attributeType,
Set<String> attributeOptions,
ByteString assertionValue)
Creates a new equality search filter with the provided
information.
|
static SearchFilter |
SearchFilter.createExtensibleMatchFilter(AttributeType attributeType,
ByteString assertionValue,
String matchingRuleID,
boolean dnAttributes)
Creates an extensible matching filter with the provided
information.
|
static SearchFilter |
SearchFilter.createExtensibleMatchFilter(AttributeType attributeType,
Set<String> attributeOptions,
ByteString assertionValue,
String matchingRuleID,
boolean dnAttributes)
Creates an extensible matching filter with the provided
information.
|
static SearchFilter |
SearchFilter.createGreaterOrEqualFilter(AttributeType attributeType,
ByteString assertionValue)
Creates a greater-or-equal search filter with the provided
information.
|
static SearchFilter |
SearchFilter.createGreaterOrEqualFilter(AttributeType attributeType,
Set<String> attributeOptions,
ByteString assertionValue)
Creates a greater-or-equal search filter with the provided
information.
|
static SearchFilter |
SearchFilter.createLessOrEqualFilter(AttributeType attributeType,
ByteString assertionValue)
Creates a less-or-equal search filter with the provided
information.
|
static SearchFilter |
SearchFilter.createLessOrEqualFilter(AttributeType attributeType,
Set<String> attributeOptions,
ByteString assertionValue)
Creates a less-or-equal search filter with the provided
information.
|
static SearchFilter |
SearchFilter.createPresenceFilter(AttributeType attributeType)
Creates a presence search filter with the provided information.
|
static SearchFilter |
SearchFilter.createPresenceFilter(AttributeType attributeType,
Set<String> attributeOptions)
Creates a presence search filter with the provided information.
|
static SearchFilter |
SearchFilter.createSubstringFilter(AttributeType attributeType,
ByteString subInitialElement,
List<ByteString> subAnyElements,
ByteString subFinalElement)
Creates a new substring search filter with the provided
information.
|
static SearchFilter |
SearchFilter.createSubstringFilter(AttributeType attributeType,
Set<String> attributeOptions,
ByteString subInitialElement,
List<ByteString> subAnyElements,
ByteString subFinalElement)
Creates a new substring search filter with the provided
information.
|
void |
Schema.deregisterAttributeType(AttributeType attributeType)
Deregisters the provided attribute type definition with this schema.
|
static Attribute |
Attributes.empty(AttributeType attributeType)
Creates a new attribute with the provided attribute type and no
values.
|
static Attribute |
Attributes.empty(AttributeType attributeType,
String name)
Creates a new attribute with the provided attribute type and no
values.
|
List<Attribute> |
Entry.getAttribute(AttributeType attributeType)
Retrieves the requested attribute element(s) for the specified
attribute type.
|
List<Attribute> |
Entry.getAttribute(AttributeType attributeType,
boolean includeSubordinates)
Retrieves the requested attribute element(s) for the specified
attribute type.
|
List<Attribute> |
Entry.getOperationalAttribute(AttributeType attributeType)
Retrieves the requested operational attribute element(s) for the
specified attribute type.
|
List<Attribute> |
Entry.getUserAttribute(AttributeType attributeType)
Retrieves the requested user attribute element(s) for the
specified attribute type.
|
boolean |
Entry.hasAttribute(AttributeType attributeType)
Indicates whether this entry contains the specified attribute.
|
boolean |
Entry.hasAttribute(AttributeType attributeType,
boolean includeSubordinates)
Indicates whether this entry contains the specified attribute.
|
boolean |
Entry.hasOperationalAttribute(AttributeType attributeType)
Indicates whether this entry contains the specified operational
attribute.
|
boolean |
Entry.hasUserAttribute(AttributeType attributeType)
Indicates whether this entry contains the specified user
attribute.
|
boolean |
Entry.hasValue(AttributeType attributeType,
ByteString value)
Indicates whether this entry contains the specified attribute value.
|
boolean |
LDIFImportConfig.includeAttribute(AttributeType attributeType)
Indicates whether the specified attribute should be included in
the entries read from the LDIF.
|
boolean |
LDIFExportConfig.includeAttribute(AttributeType attributeType)
Indicates whether the specified attribute should be included in
the entries written to LDIF.
|
void |
Entry.putAttribute(AttributeType attributeType,
List<Attribute> attributeList)
Puts the provided attribute in this entry.
|
void |
Schema.registerAttributeType(AttributeType attributeType,
String schemaFile,
boolean overwriteExisting)
Registers the provided attribute type definition with this schema.
|
boolean |
Entry.removeAttribute(AttributeType attributeType)
Removes all instances of the specified attribute type from this
entry, including any instances with options.
|
void |
Schema.replaceAttributeType(AttributeType newAttributeType,
AttributeType existingAttributeType,
String schemaFile)
Replaces an existing attribute type by the provided new attribute type.
|
Modifier and Type | Method and Description |
---|---|
void |
LDIFImportConfig.setExcludeAttributes(Set<AttributeType> excludeAttributes)
Specifies the set of attributes that should be excluded from the
entries read from the LDIF.
|
void |
LDIFExportConfig.setExcludeAttributes(Set<AttributeType> excludeAttributes)
Specifies the set of attributes that should be excluded from 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.
|
void |
LDIFExportConfig.setIncludeAttributes(Set<AttributeType> includeAttributes)
Specifies the set of attributes that should be included in the
entries written to LDIF.
|
Constructor and Description |
---|
AttributeBuilder(AttributeType attributeType)
Creates a new attribute builder with the specified type and no
options and no values.
|
AttributeBuilder(AttributeType attributeType,
String name)
Creates a new attribute builder with the specified type and
user-provided name and no options and no values.
|
VirtualAttribute(AttributeType attributeType,
Entry entry,
VirtualAttributeRule rule)
Creates a new virtual attribute with the provided information.
|
VirtualAttributeRule(AttributeType attributeType,
VirtualAttributeProvider<? extends VirtualAttributeCfg> provider,
Set<DN> baseDNs,
SearchScope scope,
Set<DN> groupDNs,
Set<SearchFilter> filters,
VirtualAttributeCfgDefn.ConflictBehavior conflictBehavior)
Creates a new virtual attribute rule with the provided information.
|
Constructor and Description |
---|
Entry(DN dn,
Map<ObjectClass,String> objectClasses,
Map<AttributeType,List<Attribute>> userAttributes,
Map<AttributeType,List<Attribute>> operationalAttributes)
Creates a new entry with the provided information.
|
Entry(DN dn,
Map<ObjectClass,String> objectClasses,
Map<AttributeType,List<Attribute>> userAttributes,
Map<AttributeType,List<Attribute>> operationalAttributes)
Creates a new entry with the provided information.
|
Modifier and Type | Method and Description |
---|---|
Map<AttributeType,List<Attribute>> |
PreOperationAddOperation.getOperationalAttributes()
Retrieves the set of processed operational attributes for the
entry to add.
|
Map<AttributeType,List<Attribute>> |
PostSynchronizationAddOperation.getOperationalAttributes()
Retrieves the set of processed operational attributes for the
entry to add.
|
Map<AttributeType,List<Attribute>> |
PostResponseAddOperation.getOperationalAttributes()
Retrieves the set of processed operational attributes for the
entry to add.
|
Map<AttributeType,List<Attribute>> |
PostOperationAddOperation.getOperationalAttributes()
Retrieves the set of processed operational attributes for the
entry to add.
|
Map<AttributeType,List<Attribute>> |
PreOperationAddOperation.getUserAttributes()
Retrieves the set of processed user attributes for the entry to
add.
|
Map<AttributeType,List<Attribute>> |
PostSynchronizationAddOperation.getUserAttributes()
Retrieves the set of processed user attributes for the entry to
add.
|
Map<AttributeType,List<Attribute>> |
PostResponseAddOperation.getUserAttributes()
Retrieves the set of processed user attributes for the entry to
add.
|
Map<AttributeType,List<Attribute>> |
PostOperationAddOperation.getUserAttributes()
Retrieves the set of processed user attributes for the entry to
add.
|
Modifier and Type | Method and Description |
---|---|
void |
PreOperationAddOperation.removeAttribute(AttributeType attributeType)
Removes the specified attribute from the entry to add.
|
void |
PreOperationAddOperation.setAttribute(AttributeType attributeType,
List<Attribute> attributeList)
Sets the specified attribute in the entry to add, overwriting any
existing attribute of the specified type if necessary.
|
Modifier and Type | Method and Description |
---|---|
protected Map<AttributeType,List<Attribute>> |
LDIFReader.toAttributesMap(Map<AttributeType,List<AttributeBuilder>> attrBuilders)
Returns a new Map where the provided Map with AttributeBuilders is converted to another Map
with Attributes.
|
Modifier and Type | Method and Description |
---|---|
static SchemaUtils.PasswordType |
SchemaUtils.checkPasswordType(AttributeType attrType)
Checks if the provided attribute type contains a password.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LDIFReader.addRDNAttributesIfNecessary(DN entryDN,
Map<AttributeType,List<Attribute>> userAttributes,
Map<AttributeType,List<Attribute>> operationalAttributes)
Adds any missing RDN attributes to the entry that is being imported.
|
protected void |
LDIFReader.addRDNAttributesIfNecessary(DN entryDN,
Map<AttributeType,List<Attribute>> userAttributes,
Map<AttributeType,List<Attribute>> operationalAttributes)
Adds any missing RDN attributes to the entry that is being imported.
|
static Collection<String> |
SchemaUtils.getNameOrOIDsForATs(Collection<AttributeType> attributeTypes)
Returns a new collection with the result of calling
getNameOrOID() on
each element of the provided collection. |
protected void |
LDIFReader.readAttribute(List<StringBuilder> lines,
StringBuilder line,
DN entryDN,
Map<ObjectClass,String> objectClasses,
Map<AttributeType,List<AttributeBuilder>> userAttrBuilders,
Map<AttributeType,List<AttributeBuilder>> operationalAttrBuilders,
boolean checkSchema)
Decodes the provided line as an LDIF attribute and adds it to the
appropriate hash.
|
protected void |
LDIFReader.readAttribute(List<StringBuilder> lines,
StringBuilder line,
DN entryDN,
Map<ObjectClass,String> objectClasses,
Map<AttributeType,List<AttributeBuilder>> userAttrBuilders,
Map<AttributeType,List<AttributeBuilder>> operationalAttrBuilders,
boolean checkSchema)
Decodes the provided line as an LDIF attribute and adds it to the
appropriate hash.
|
protected Map<AttributeType,List<Attribute>> |
LDIFReader.toAttributesMap(Map<AttributeType,List<AttributeBuilder>> attrBuilders)
Returns a new Map where the provided Map with AttributeBuilders is converted to another Map
with Attributes.
|
Constructor and Description |
---|
AddChangeRecordEntry(DN dn,
Map<AttributeType,List<Attribute>> attributes)
Creates a new entry with the provided information.
|
Copyright 2010-2017 ForgeRock AS.