Uses of Class
org.opends.server.api.VirtualAttributeProvider
Packages that use VirtualAttributeProvider
Package
Description
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
Contains implementations for a number of Directory Server data types.
-
Uses of VirtualAttributeProvider in org.opends.server.extensions
Subclasses of VirtualAttributeProvider in org.opends.server.extensionsModifier and TypeClassDescriptionfinal classThis class implements a virtual attribute provider to serve the collectiveAttributeSubentries operational attribute as described in RFC 3671.final classThis class implements a virtual attribute provider which ensures that all entries contain an "entity tag" or "Etag" as defined in section 3.11 of RFC 2616.final classThis class implements a virtual attribute provider that is meant to serve the entryDN operational attribute as described in draft-zeilenga-ldap-entrydn.final classThis class implements a virtual attribute provider that is meant to serve the entryUUID operational attribute as described in RFC 4530.final classThis class implements a virtual attribute provider that is meant to serve the governingStructuralRule operational attribute as described in RFC 4512.final classThis class implements a virtual attribute provider that is meant to serve the hasSubordinates operational attribute as described in X.501.final classThis class implements a virtual attribute provider that is meant to serve the isMemberOf operational attribute.final classThis class implements a virtual attribute provider that works in conjunction with virtual static groups to generate the values for the member or uniqueMember attribute.final classThis class implements a virtual attribute provider that is meant to serve the hasSubordinates operational attribute as described in draft-ietf-boreham-numsubordinates.final classProvider for the password expiration time virtual attribute.final classThis class implements a virtual attribute provider to serve the pwdPolicySubentry operational attribute as described in Password Policy for LDAP Directories Internet-Draft.final classThis class implements a virtual attribute provider that is meant to serve the structuralObjectClass operational attribute as described in RFC 4512.final classThis class implements a virtual attribute provider that is meant to serve the subschemaSubentry operational attribute as described in RFC 4512.final classThis class implements a virtual attribute provider that allows administrators to define their own values that will be inserted into any entry that matches the criteria defined in the virtual attribute rule.final classThis class implements a virtual attribute provider that allows administrators to define their own virtual attribute with template that will be evaluated by taking the data from the attributes only for the entry that matches the criteria defined in the virtual attribute rule. -
Uses of VirtualAttributeProvider in org.opends.server.types
Methods in org.opends.server.types that return VirtualAttributeProviderModifier and TypeMethodDescriptionVirtualAttributeProvider<? extends VirtualAttributeCfg>VirtualAttributeRule.getProvider()Retrieves the virtual attribute provider used to generate the values.Constructors in org.opends.server.types with parameters of type VirtualAttributeProviderModifierConstructorDescriptionVirtualAttributeRule(AttributeType attributeType, VirtualAttributeProvider<? extends VirtualAttributeCfg> provider, Set<Dn> baseDNs, SearchScope scope, Set<Dn> groupDNs, Set<Filter> anyFilter, VirtualAttributeCfgDefn.ConflictBehavior conflictBehavior, ServerContext serverContext) Creates a new virtual attribute rule with the provided information.