C
- The type of client default managed object configuration.S
- The type of server default managed object configuration.public static final class DefaultManagedObject.Builder<C extends ConfigurationClient,S extends Configuration> extends Object
Constructor and Description |
---|
DefaultManagedObject.Builder(ManagedObjectDefinition<C,S> definition)
Creates a new default managed object builder.
|
Modifier and Type | Method and Description |
---|---|
DefaultManagedObject<C,S> |
getInstance()
Construct a default managed object based on the properties of
this builder.
|
void |
setPropertyValues(String name,
String... values)
Defines a property's values for the default managed object.
|
public DefaultManagedObject.Builder(ManagedObjectDefinition<C,S> definition)
definition
- The default managed object's definition.public DefaultManagedObject<C,S> getInstance()
public void setPropertyValues(String name, String... values)
name
- The name of the property.values
- One or more property values in the string
representation.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.