Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollectiveAttributeSubentriesVirtualAttributeCfgClient
A client-side interface for reading and modifying Collective
Attribute Subentries Virtual Attribute settings.
|
interface |
EntityTagVirtualAttributeCfgClient
A client-side interface for reading and modifying Entity Tag
Virtual Attribute settings.
|
interface |
EntryDNVirtualAttributeCfgClient
A client-side interface for reading and modifying Entry DN Virtual
Attribute settings.
|
interface |
EntryUUIDVirtualAttributeCfgClient
A client-side interface for reading and modifying Entry UUID
Virtual Attribute settings.
|
interface |
GoverningStructureRuleVirtualAttributeCfgClient
A client-side interface for reading and modifying Governing
Structure Rule Virtual Attribute settings.
|
interface |
HasSubordinatesVirtualAttributeCfgClient
A client-side interface for reading and modifying Has Subordinates
Virtual Attribute settings.
|
interface |
IsMemberOfVirtualAttributeCfgClient
A client-side interface for reading and modifying Is Member Of
Virtual Attribute settings.
|
interface |
MemberVirtualAttributeCfgClient
A client-side interface for reading and modifying Member Virtual
Attribute settings.
|
interface |
NumSubordinatesVirtualAttributeCfgClient
A client-side interface for reading and modifying Num Subordinates
Virtual Attribute settings.
|
interface |
PasswordExpirationTimeVirtualAttributeCfgClient
A client-side interface for reading and modifying Password
Expiration Time Virtual Attribute settings.
|
interface |
PasswordPolicySubentryVirtualAttributeCfgClient
A client-side interface for reading and modifying Password Policy
Subentry Virtual Attribute settings.
|
interface |
StructuralObjectClassVirtualAttributeCfgClient
A client-side interface for reading and modifying Structural Object
Class Virtual Attribute settings.
|
interface |
SubschemaSubentryVirtualAttributeCfgClient
A client-side interface for reading and modifying Subschema
Subentry Virtual Attribute settings.
|
interface |
UserDefinedVirtualAttributeCfgClient
A client-side interface for reading and modifying User Defined
Virtual Attribute settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends VirtualAttributeCfgClient> |
RootCfgClient.createVirtualAttribute(ManagedObjectDefinition<C,? extends VirtualAttributeCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Virtual Attribute.
|
Modifier and Type | Method and Description |
---|---|
VirtualAttributeCfgClient |
RootCfgClient.getVirtualAttribute(String name)
Gets the named Virtual Attribute.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends VirtualAttributeCfgClient,? extends VirtualAttributeCfg> |
VirtualAttributeCfgClient.definition()
Get the configuration definition associated with this Virtual Attribute.
|
Modifier and Type | Method and Description |
---|---|
VirtualAttributeCfgClient |
VirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends VirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<VirtualAttributeCfgClient,VirtualAttributeCfg> |
RootCfgDefn.getVirtualAttributesRelationDefinition()
Get the "virtual-attributes" relation definition.
|
Modifier and Type | Method and Description |
---|---|
VirtualAttributeCfgClient |
VirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends VirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.