Uses of Class
org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn.Scope
-
Packages that use VirtualAttributeCfgDefn.Scope 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.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of VirtualAttributeCfgDefn.Scope in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type VirtualAttributeCfgDefn.Scope Modifier and Type Method Description ValueOrExpression<VirtualAttributeCfgDefn.Scope>
VirtualAttributeCfgClient. getScope()
Gets the "scope" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type VirtualAttributeCfgDefn.Scope Modifier and Type Method Description void
VirtualAttributeCfgClient. setScope(ValueOrExpression<VirtualAttributeCfgDefn.Scope> value)
Sets the "scope" property. -
Uses of VirtualAttributeCfgDefn.Scope in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return VirtualAttributeCfgDefn.Scope Modifier and Type Method Description static VirtualAttributeCfgDefn.Scope
VirtualAttributeCfgDefn.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static VirtualAttributeCfgDefn.Scope[]
VirtualAttributeCfgDefn.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type VirtualAttributeCfgDefn.Scope Modifier and Type Method Description EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
CollectiveAttributeSubentriesVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
EntityTagVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
EntryDnVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
EntryUuidVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
GoverningStructureRuleVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
HasSubordinatesVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
IsMemberOfVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
MemberVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
NumSubordinatesVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
PasswordExpirationTimeVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
PasswordPolicySubentryVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
StructuralObjectClassVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
SubschemaSubentryVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
UserDefinedVirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition.EnumPropertyDefinition<VirtualAttributeCfgDefn.Scope>
VirtualAttributeCfgDefn. getScopePropertyDefinition()
Get the "scope" property definition. -
Uses of VirtualAttributeCfgDefn.Scope in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return VirtualAttributeCfgDefn.Scope Modifier and Type Method Description VirtualAttributeCfgDefn.Scope
VirtualAttributeCfg. getScope()
Gets the "scope" property.
-