Uses of Interface
org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
-
Packages that use VirtualAttributeCfgClient Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components. -
-
Uses of VirtualAttributeCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of VirtualAttributeCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interfaceCollectiveAttributeSubentriesVirtualAttributeCfgClientA client-side interface for reading and modifying Collective Attribute Subentries Virtual Attribute settings.interfaceEntityTagVirtualAttributeCfgClientA client-side interface for reading and modifying Entity Tag Virtual Attribute settings.interfaceEntryDNVirtualAttributeCfgClientA client-side interface for reading and modifying Entry DN Virtual Attribute settings.interfaceEntryUUIDVirtualAttributeCfgClientA client-side interface for reading and modifying Entry UUID Virtual Attribute settings.interfaceGoverningStructureRuleVirtualAttributeCfgClientA client-side interface for reading and modifying Governing Structure Rule Virtual Attribute settings.interfaceHasSubordinatesVirtualAttributeCfgClientA client-side interface for reading and modifying Has Subordinates Virtual Attribute settings.interfaceIsMemberOfVirtualAttributeCfgClientA client-side interface for reading and modifying Is Member Of Virtual Attribute settings.interfaceMemberVirtualAttributeCfgClientA client-side interface for reading and modifying Member Virtual Attribute settings.interfaceNumSubordinatesVirtualAttributeCfgClientA client-side interface for reading and modifying Num Subordinates Virtual Attribute settings.interfacePasswordExpirationTimeVirtualAttributeCfgClientA client-side interface for reading and modifying Password Expiration Time Virtual Attribute settings.interfacePasswordPolicySubentryVirtualAttributeCfgClientA client-side interface for reading and modifying Password Policy Subentry Virtual Attribute settings.interfaceStructuralObjectClassVirtualAttributeCfgClientA client-side interface for reading and modifying Structural Object Class Virtual Attribute settings.interfaceSubschemaSubentryVirtualAttributeCfgClientA client-side interface for reading and modifying Subschema Subentry Virtual Attribute settings.interfaceUserDefinedVirtualAttributeCfgClientA client-side interface for reading and modifying User Defined Virtual Attribute settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type VirtualAttributeCfgClient Modifier and Type Method Description <C extends VirtualAttributeCfgClient>
CRootCfgClient. createVirtualAttribute(ManagedObjectDefinition<C,? extends VirtualAttributeCfg> d, String name, Collection<PropertyException> exceptions)Creates a new Virtual Attribute.Methods in org.forgerock.opendj.server.config.client that return VirtualAttributeCfgClient Modifier and Type Method Description VirtualAttributeCfgClientRootCfgClient. getVirtualAttribute(String name)Gets the named Virtual Attribute.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type VirtualAttributeCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends VirtualAttributeCfgClient,? extends VirtualAttributeCfg>VirtualAttributeCfgClient. definition()Get the configuration definition associated with this Virtual Attribute. -
Uses of VirtualAttributeCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return VirtualAttributeCfgClient Modifier and Type Method Description VirtualAttributeCfgClientVirtualAttributeCfgDefn. createClientConfiguration(ManagedObject<? extends VirtualAttributeCfgClient> impl)Creates a client configuration view of the provided managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type VirtualAttributeCfgClient Modifier and Type Method Description InstantiableRelationDefinition<VirtualAttributeCfgClient,VirtualAttributeCfg>RootCfgDefn. getVirtualAttributesRelationDefinition()Get the "virtual-attributes" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type VirtualAttributeCfgClient Modifier and Type Method Description VirtualAttributeCfgClientVirtualAttributeCfgDefn. createClientConfiguration(ManagedObject<? extends VirtualAttributeCfgClient> impl)Creates a client configuration view of the provided managed object.
-