Uses of Class
org.forgerock.opendj.config.DefaultBehaviorProvider
Packages that use DefaultBehaviorProvider
-
Uses of DefaultBehaviorProvider in org.forgerock.opendj.config
Subclasses of DefaultBehaviorProvider in org.forgerock.opendj.configModifier and TypeClassDescriptionfinal classA default behavior provider which retrieves default values from a managed object in an absolute location.final classA default behavior provider which indicates special behavior.final classA default behavior provider which represents a well-defined set of default values.final classA default behavior provider which retrieves default values from a parent managed object.final classA default behavior provider which indicates undefined behavior.Methods in org.forgerock.opendj.config that return DefaultBehaviorProviderModifier and TypeMethodDescriptionPropertyDefinition.getDefaultBehaviorProvider()Get the default behavior provider associated with this property definition.Methods in org.forgerock.opendj.config with parameters of type DefaultBehaviorProviderModifier and TypeMethodDescriptionprotected AciPropertyDefinitionAciPropertyDefinition.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 AttributeTypePropertyDefinitionAttributeTypePropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<AttributeType>> defaultBehavior, Deprecated deprecated) protected BooleanPropertyDefinitionBooleanPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Boolean>> defaultBehavior, Deprecated deprecated) protected ClassPropertyDefinitionClassPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior, Deprecated deprecated) protected DnPropertyDefinitionDnPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Dn>> defaultBehavior, Deprecated deprecated) protected DurationPropertyDefinitionDurationPropertyDefinition.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 HostPortPropertyDefinitionHostPortPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?, ?> definition, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.HostPort>> defaultBehavior, Deprecated deprecated) protected HostPropertyDefinitionHostPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.Host>> defaultBehavior, Deprecated deprecated) protected IntegerPropertyDefinitionIntegerPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Integer>> defaultBehavior, Deprecated deprecated) protected IpAddressMaskPropertyDefinitionIpAddressMaskPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<AddressMask>> defaultBehavior, Deprecated deprecated) protected abstract DPropertyDefinition.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 SizePropertyDefinitionSizePropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Long>> defaultBehavior, Deprecated deprecated) protected StringPropertyDefinitionStringPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior, Deprecated deprecated) final voidPropertyDefinition.AbstractBuilder.setDefaultBehaviorProvider(DefaultBehaviorProvider<ValueOrExpression<T>> defaultBehavior) Set the default behavior provider.Constructors in org.forgerock.opendj.config with parameters of type DefaultBehaviorProviderModifierConstructorDescriptionprotectedPropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, Class<T> theClass, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<T>> defaultBehavior, Deprecated deprecated) Create a property definition.