Uses of Class
org.opends.server.types.VirtualAttributeRule
-
Packages that use VirtualAttributeRule Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of VirtualAttributeRule in org.opends.server.core
Methods in org.opends.server.core that return types with arguments of type VirtualAttributeRule Modifier and Type Method Description static Collection<VirtualAttributeRule>
DirectoryServer. getVirtualAttributes()
Retrieves the set of virtual attribute rules registered with the Directory Server.static Iterable<VirtualAttributeRule>
DirectoryServer. getVirtualAttributes(Entry entry)
Retrieves the set of virtual attribute rules registered with the Directory Server that are applicable to the provided entry.Collection<VirtualAttributeRule>
VirtualAttributeConfigManager. getVirtualAttributes()
Retrieves the collection of registered virtual attribute rules.Methods in org.opends.server.core with parameters of type VirtualAttributeRule Modifier and Type Method Description void
VirtualAttributeConfigManager. deregister(VirtualAttributeRule rule)
Deregisters the provided virtual attribute rule.static void
DirectoryServer. deregisterVirtualAttribute(VirtualAttributeRule rule)
Deregisters the provided virtual attribute rule with the Directory Server.void
VirtualAttributeConfigManager. register(VirtualAttributeRule rule)
Registers the provided virtual attribute rule.static void
DirectoryServer. registerVirtualAttribute(VirtualAttributeRule rule)
Registers the provided virtual attribute rule with the Directory Server.
-