Uses of Class
org.forgerock.opendj.config.DefaultBehaviorProvider
-
Uses of DefaultBehaviorProvider in org.forgerock.opendj.config
Modifier and TypeClassDescriptionfinal class
A default behavior provider which retrieves default values from a managed object in an absolute location.final class
A default behavior provider which indicates special behavior.final class
A default behavior provider which represents a well-defined set of default values.final class
A default behavior provider which retrieves default values from a parent managed object.final class
A default behavior provider which indicates undefined behavior.Modifier and TypeMethodDescriptionPropertyDefinition.getDefaultBehaviorProvider()
Get the default behavior provider associated with this property definition.Modifier 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) final void
PropertyDefinition.AbstractBuilder.setDefaultBehaviorProvider
(DefaultBehaviorProvider<ValueOrExpression<T>> defaultBehavior) Set the default behavior provider.ModifierConstructorDescriptionprotected
PropertyDefinition
(AbstractManagedObjectDefinition<?, ?> d, Class<T> theClass, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<T>> defaultBehavior, Deprecated deprecated) Create a property definition.