Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
Modifier and Type | Method and Description |
---|---|
Collection<VirtualAttributeRule> |
VirtualAttributeConfigManager.getVirtualAttributes()
Retrieves the collection of registered virtual attribute rules.
|
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.
|
Modifier and Type | Method and 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.
|
Copyright 2010-2018 ForgeRock AS.