Package | Description |
---|---|
org.opends.server.admin |
Common administration classes.
|
Modifier and Type | Method and Description |
---|---|
static PropertyOption |
PropertyOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyOption[] |
PropertyOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PropertyDefinition.hasOption(PropertyOption option)
Check if the specified option is set for this property
definition.
|
void |
PropertyDefinition.AbstractBuilder.setOption(PropertyOption option)
Add a property definition option.
|
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.
|
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.