Package | Description |
---|---|
org.opends.server.admin |
Common administration classes.
|
Modifier and Type | Method and Description |
---|---|
<R,P> R |
ACIPropertyDefinition.accept(PropertyValueVisitor<R,P> v,
Aci value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
<R,P> R |
IPAddressMaskPropertyDefinition.accept(PropertyValueVisitor<R,P> v,
org.forgerock.opendj.ldap.AddressMask value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
<R,P> R |
AttributeTypePropertyDefinition.accept(PropertyValueVisitor<R,P> v,
AttributeType value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
<R,P> R |
BooleanPropertyDefinition.accept(PropertyValueVisitor<R,P> v,
Boolean value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
<R,P> R |
DNPropertyDefinition.accept(PropertyValueVisitor<R,P> v,
DN value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
<R,P> R |
EnumPropertyDefinition.accept(PropertyValueVisitor<R,P> v,
E value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
<R,P> R |
IPAddressPropertyDefinition.accept(PropertyValueVisitor<R,P> v,
InetAddress value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
<R,P> R |
IntegerPropertyDefinition.accept(PropertyValueVisitor<R,P> v,
Integer value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
<R,P> R |
DurationPropertyDefinition.accept(PropertyValueVisitor<R,P> v,
Long value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
<R,P> R |
SizePropertyDefinition.accept(PropertyValueVisitor<R,P> v,
Long value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
<R,P> R |
AggregationPropertyDefinition.accept(PropertyValueVisitor<R,P> v,
String value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
<R,P> R |
StringPropertyDefinition.accept(PropertyValueVisitor<R,P> v,
String value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
<R,P> R |
ClassPropertyDefinition.accept(PropertyValueVisitor<R,P> v,
String value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
abstract <R,P> R |
PropertyDefinition.accept(PropertyValueVisitor<R,P> v,
T value,
P p)
Apply a visitor to a property value associated with this property
definition.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.