Uses of Class
org.forgerock.opendj.config.Reference
- 
Packages that use Reference Package Description org.forgerock.opendj.config Common administration classes. - 
- 
Uses of Reference in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return Reference Modifier and Type Method Description static <C extends ConfigurationClient,S extends Configuration>
Reference<C,S>Reference. parseDn(ManagedObjectPath<?,?> path, InstantiableRelationDefinition<C,S> relationDef, String dnAsString)Parses a DN string value as a reference using the provided managed object path and relation definition.static <C extends ConfigurationClient,S extends Configuration>
Reference<C,S>Reference. parseName(ManagedObjectPath<?,?> p, InstantiableRelationDefinition<C,S> rd, String s)Parses a name as a reference using the provided managed object path and relation definition. 
 -