Package | Description |
---|---|
org.opends.server.admin |
Common administration classes.
|
Modifier and Type | Method and Description |
---|---|
AdministratorAction |
PropertyDefinition.getAdministratorAction()
Get the administrator action associated with this property
definition.
|
Modifier and Type | Method and Description |
---|---|
protected ACIPropertyDefinition |
ACIPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Aci> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected IPAddressMaskPropertyDefinition |
IPAddressMaskPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<org.forgerock.opendj.ldap.AddressMask> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected AttributeTypePropertyDefinition |
AttributeTypePropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<AttributeType> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected BooleanPropertyDefinition |
BooleanPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Boolean> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected DNPropertyDefinition |
DNPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<DN> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected EnumPropertyDefinition<E> |
EnumPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<E> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected IPAddressPropertyDefinition |
IPAddressPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<InetAddress> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected IntegerPropertyDefinition |
IntegerPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Integer> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected DurationPropertyDefinition |
DurationPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<Long> defaultBehavior)
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<Long> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected AggregationPropertyDefinition<C,S> |
AggregationPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<String> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected StringPropertyDefinition |
StringPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<String> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected ClassPropertyDefinition |
ClassPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<String> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
protected abstract D |
PropertyDefinition.AbstractBuilder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<T> defaultBehavior)
Build a property definition based on the properties of this
builder.
|
void |
PropertyDefinition.AbstractBuilder.setAdministratorAction(AdministratorAction adminAction)
Set the administrator action.
|
Constructor and Description |
---|
PropertyDefinition(AbstractManagedObjectDefinition<?,?> d,
Class<T> theClass,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<T> defaultBehavior)
Create a property definition.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.