Uses of Class
org.forgerock.opendj.server.config.meta.PluginCfgDefn.PluginType
-
Packages that use PluginCfgDefn.PluginType 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 PluginCfgDefn.PluginType in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PluginCfgDefn.PluginType Modifier and Type Method Description SortedSet<ValueOrExpression<PluginCfgDefn.PluginType>>
AttributeCleanupPluginCfgClient. getPluginType()
Gets the "plugin-type" property.SortedSet<ValueOrExpression<PluginCfgDefn.PluginType>>
ChangeNumberControlPluginCfgClient. getPluginType()
Gets the "plugin-type" property.SortedSet<ValueOrExpression<PluginCfgDefn.PluginType>>
EntryUuidPluginCfgClient. getPluginType()
Gets the "plugin-type" property.SortedSet<ValueOrExpression<PluginCfgDefn.PluginType>>
GraphiteMonitorReporterPluginCfgClient. getPluginType()
Gets the "plugin-type" property.SortedSet<ValueOrExpression<PluginCfgDefn.PluginType>>
LastModPluginCfgClient. getPluginType()
Gets the "plugin-type" property.SortedSet<ValueOrExpression<PluginCfgDefn.PluginType>>
LdapAttributeDescriptionListPluginCfgClient. getPluginType()
Gets the "plugin-type" property.SortedSet<ValueOrExpression<PluginCfgDefn.PluginType>>
PasswordPolicyImportPluginCfgClient. getPluginType()
Gets the "plugin-type" property.SortedSet<ValueOrExpression<PluginCfgDefn.PluginType>>
PluginCfgClient. getPluginType()
Gets the "plugin-type" property.SortedSet<ValueOrExpression<PluginCfgDefn.PluginType>>
ReferentialIntegrityPluginCfgClient. getPluginType()
Gets the "plugin-type" property.SortedSet<ValueOrExpression<PluginCfgDefn.PluginType>>
SambaPasswordPluginCfgClient. getPluginType()
Gets the "plugin-type" property.SortedSet<ValueOrExpression<PluginCfgDefn.PluginType>>
SevenBitCleanPluginCfgClient. getPluginType()
Gets the "plugin-type" property.SortedSet<ValueOrExpression<PluginCfgDefn.PluginType>>
UniqueAttributePluginCfgClient. getPluginType()
Gets the "plugin-type" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type PluginCfgDefn.PluginType Modifier and Type Method Description void
AttributeCleanupPluginCfgClient. setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values)
Sets the "plugin-type" property.void
ChangeNumberControlPluginCfgClient. setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values)
Sets the "plugin-type" property.void
EntryUuidPluginCfgClient. setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values)
Sets the "plugin-type" property.void
GraphiteMonitorReporterPluginCfgClient. setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values)
Sets the "plugin-type" property.void
LastModPluginCfgClient. setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values)
Sets the "plugin-type" property.void
LdapAttributeDescriptionListPluginCfgClient. setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values)
Sets the "plugin-type" property.void
PasswordPolicyImportPluginCfgClient. setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values)
Sets the "plugin-type" property.void
PluginCfgClient. setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values)
Sets the "plugin-type" property.void
ReferentialIntegrityPluginCfgClient. setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values)
Sets the "plugin-type" property.void
SambaPasswordPluginCfgClient. setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values)
Sets the "plugin-type" property.void
SevenBitCleanPluginCfgClient. setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values)
Sets the "plugin-type" property.void
UniqueAttributePluginCfgClient. setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values)
Sets the "plugin-type" property. -
Uses of PluginCfgDefn.PluginType in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return PluginCfgDefn.PluginType Modifier and Type Method Description static PluginCfgDefn.PluginType
PluginCfgDefn.PluginType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluginCfgDefn.PluginType[]
PluginCfgDefn.PluginType. 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 PluginCfgDefn.PluginType Modifier and Type Method Description EnumPropertyDefinition<PluginCfgDefn.PluginType>
AttributeCleanupPluginCfgDefn. getPluginTypePropertyDefinition()
Get the "plugin-type" property definition.EnumPropertyDefinition<PluginCfgDefn.PluginType>
ChangeNumberControlPluginCfgDefn. getPluginTypePropertyDefinition()
Get the "plugin-type" property definition.EnumPropertyDefinition<PluginCfgDefn.PluginType>
EntryUuidPluginCfgDefn. getPluginTypePropertyDefinition()
Get the "plugin-type" property definition.EnumPropertyDefinition<PluginCfgDefn.PluginType>
FractionalLdifImportPluginCfgDefn. getPluginTypePropertyDefinition()
Get the "plugin-type" property definition.EnumPropertyDefinition<PluginCfgDefn.PluginType>
GraphiteMonitorReporterPluginCfgDefn. getPluginTypePropertyDefinition()
Get the "plugin-type" property definition.EnumPropertyDefinition<PluginCfgDefn.PluginType>
LastModPluginCfgDefn. getPluginTypePropertyDefinition()
Get the "plugin-type" property definition.EnumPropertyDefinition<PluginCfgDefn.PluginType>
LdapAttributeDescriptionListPluginCfgDefn. getPluginTypePropertyDefinition()
Get the "plugin-type" property definition.EnumPropertyDefinition<PluginCfgDefn.PluginType>
PasswordPolicyImportPluginCfgDefn. getPluginTypePropertyDefinition()
Get the "plugin-type" property definition.EnumPropertyDefinition<PluginCfgDefn.PluginType>
PluginCfgDefn. getPluginTypePropertyDefinition()
Get the "plugin-type" property definition.EnumPropertyDefinition<PluginCfgDefn.PluginType>
ReferentialIntegrityPluginCfgDefn. getPluginTypePropertyDefinition()
Get the "plugin-type" property definition.EnumPropertyDefinition<PluginCfgDefn.PluginType>
SambaPasswordPluginCfgDefn. getPluginTypePropertyDefinition()
Get the "plugin-type" property definition.EnumPropertyDefinition<PluginCfgDefn.PluginType>
SevenBitCleanPluginCfgDefn. getPluginTypePropertyDefinition()
Get the "plugin-type" property definition.EnumPropertyDefinition<PluginCfgDefn.PluginType>
UniqueAttributePluginCfgDefn. getPluginTypePropertyDefinition()
Get the "plugin-type" property definition. -
Uses of PluginCfgDefn.PluginType in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type PluginCfgDefn.PluginType Modifier and Type Method Description SortedSet<PluginCfgDefn.PluginType>
AttributeCleanupPluginCfg. getPluginType()
Gets the "plugin-type" property.SortedSet<PluginCfgDefn.PluginType>
ChangeNumberControlPluginCfg. getPluginType()
Gets the "plugin-type" property.SortedSet<PluginCfgDefn.PluginType>
EntryUuidPluginCfg. getPluginType()
Gets the "plugin-type" property.SortedSet<PluginCfgDefn.PluginType>
GraphiteMonitorReporterPluginCfg. getPluginType()
Gets the "plugin-type" property.SortedSet<PluginCfgDefn.PluginType>
LastModPluginCfg. getPluginType()
Gets the "plugin-type" property.SortedSet<PluginCfgDefn.PluginType>
LdapAttributeDescriptionListPluginCfg. getPluginType()
Gets the "plugin-type" property.SortedSet<PluginCfgDefn.PluginType>
PasswordPolicyImportPluginCfg. getPluginType()
Gets the "plugin-type" property.SortedSet<PluginCfgDefn.PluginType>
PluginCfg. getPluginType()
Gets the "plugin-type" property.SortedSet<PluginCfgDefn.PluginType>
ReferentialIntegrityPluginCfg. getPluginType()
Gets the "plugin-type" property.SortedSet<PluginCfgDefn.PluginType>
SambaPasswordPluginCfg. getPluginType()
Gets the "plugin-type" property.SortedSet<PluginCfgDefn.PluginType>
SevenBitCleanPluginCfg. getPluginType()
Gets the "plugin-type" property.SortedSet<PluginCfgDefn.PluginType>
UniqueAttributePluginCfg. getPluginType()
Gets the "plugin-type" property.
-