Uses of Enum Class
org.forgerock.opendj.config.PropertyOption
Packages that use PropertyOption
-
Uses of PropertyOption in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return PropertyOptionModifier and TypeMethodDescriptionstatic PropertyOption
Returns the enum constant of this class with the specified name.static PropertyOption[]
PropertyOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.opendj.config with parameters of type PropertyOptionModifier and TypeMethodDescriptionfinal boolean
PropertyDefinition.hasOption
(PropertyOption option) Check if the specified option is set for this property definition.final void
PropertyDefinition.AbstractBuilder.setOption
(PropertyOption option) Add a property definition option.Method parameters in org.forgerock.opendj.config with type arguments of type PropertyOptionModifier and TypeMethodDescriptionprotected AciPropertyDefinition
AciPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior, Deprecated deprecated) protected AggregationPropertyDefinition<C,
S> AggregationPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior, Deprecated deprecated) protected AttributeTypePropertyDefinition
AttributeTypePropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<AttributeType>> defaultBehavior, Deprecated deprecated) protected BooleanPropertyDefinition
BooleanPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Boolean>> defaultBehavior, Deprecated deprecated) protected ClassPropertyDefinition
ClassPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior, Deprecated deprecated) protected DnPropertyDefinition
DnPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Dn>> defaultBehavior, Deprecated deprecated) protected DurationPropertyDefinition
DurationPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Long>> defaultBehavior, Deprecated deprecated) protected EnumPropertyDefinition<E>
EnumPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<E>> defaultBehavior, Deprecated deprecated) protected HostPortPropertyDefinition
HostPortPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> definition, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.HostPort>> defaultBehavior, Deprecated deprecated) protected HostPropertyDefinition
HostPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.Host>> defaultBehavior, Deprecated deprecated) protected IntegerPropertyDefinition
IntegerPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Integer>> defaultBehavior, Deprecated deprecated) protected IpAddressMaskPropertyDefinition
IpAddressMaskPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<AddressMask>> defaultBehavior, Deprecated deprecated) protected abstract D
PropertyDefinition.AbstractBuilder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<T>> defaultBehavior, Deprecated deprecated) Build a property definition based on the properties of this builder.protected SizePropertyDefinition
SizePropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Long>> defaultBehavior, Deprecated deprecated) protected StringPropertyDefinition
StringPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior, Deprecated deprecated) Constructor parameters in org.forgerock.opendj.config with type arguments of type PropertyOptionModifierConstructorDescriptionprotected
PropertyDefinition
(AbstractManagedObjectDefinition<?, ?> d, Class<T> theClass, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<T>> defaultBehavior, Deprecated deprecated) Create a property definition.