Uses of Class
org.forgerock.opendj.config.PropertyValueVisitor
-
Packages that use PropertyValueVisitor Package Description org.forgerock.opendj.config Common administration classes. -
-
Uses of PropertyValueVisitor in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config with parameters of type PropertyValueVisitor Modifier and Type Method Description <R,P>
RACIPropertyDefinition. accept(PropertyValueVisitor<R,P> v, String value, P p)<R,P>
RAggregationPropertyDefinition. accept(PropertyValueVisitor<R,P> v, String value, P p)<R,P>
RAttributeTypePropertyDefinition. accept(PropertyValueVisitor<R,P> v, org.forgerock.opendj.ldap.schema.AttributeType value, P p)<R,P>
RBooleanPropertyDefinition. accept(PropertyValueVisitor<R,P> v, Boolean value, P p)<R,P>
RClassPropertyDefinition. accept(PropertyValueVisitor<R,P> v, String value, P p)<R,P>
RDNPropertyDefinition. accept(PropertyValueVisitor<R,P> v, org.forgerock.opendj.ldap.DN value, P p)<R,P>
RDurationPropertyDefinition. accept(PropertyValueVisitor<R,P> v, Long value, P p)<R,P>
REnumPropertyDefinition. accept(PropertyValueVisitor<R,P> v, E value, P p)<R,P>
RIntegerPropertyDefinition. accept(PropertyValueVisitor<R,P> v, Integer value, P p)<R,P>
RIPAddressMaskPropertyDefinition. accept(PropertyValueVisitor<R,P> v, org.forgerock.opendj.ldap.AddressMask value, P p)<R,P>
RIPAddressPropertyDefinition. accept(PropertyValueVisitor<R,P> v, InetAddress value, P p)abstract <R,P>
RPropertyDefinition. accept(PropertyValueVisitor<R,P> v, T value, P p)Apply a visitor to a property value associated with this property definition.<R,P>
RSizePropertyDefinition. accept(PropertyValueVisitor<R,P> v, Long value, P p)<R,P>
RStringPropertyDefinition. accept(PropertyValueVisitor<R,P> v, String value, P p)
-