Uses of Class
org.opends.server.api.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
Modifier and TypeClassDescriptionfinal class
This class implements a virtual attribute provider to serve the collectiveAttributeSubentries operational attribute as described in RFC 3671.final class
This 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 class
This class implements a virtual attribute provider that is meant to serve the entryDN operational attribute as described in draft-zeilenga-ldap-entrydn.final class
This class implements a virtual attribute provider that is meant to serve the entryUUID operational attribute as described in RFC 4530.final class
This class implements a virtual attribute provider that is meant to serve the governingStructuralRule operational attribute as described in RFC 4512.final class
This class implements a virtual attribute provider that is meant to serve the hasSubordinates operational attribute as described in X.501.final class
This class implements a virtual attribute provider that is meant to serve the isMemberOf operational attribute.final class
This 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 class
This class implements a virtual attribute provider that is meant to serve the hasSubordinates operational attribute as described in draft-ietf-boreham-numsubordinates.final class
Provider for the password expiration time virtual attribute.final class
This class implements a virtual attribute provider to serve the pwdPolicySubentry operational attribute as described in Password Policy for LDAP Directories Internet-Draft.final class
This class implements a virtual attribute provider that is meant to serve the structuralObjectClass operational attribute as described in RFC 4512.final class
This class implements a virtual attribute provider that is meant to serve the subschemaSubentry operational attribute as described in RFC 4512.final class
This 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 class
This 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
Modifier and TypeMethodDescriptionVirtualAttributeProvider<? extends VirtualAttributeCfg>
VirtualAttributeRule.getProvider()
Retrieves the virtual attribute provider used to generate the values.ModifierConstructorDescriptionVirtualAttributeRule
(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.