public interface UserDefinedVirtualAttributeCfgClient extends VirtualAttributeCfgClient
The User Defined Virtual Attribute creates virtual attributes with user-defined values in entries that match the criteria defined in the plug-in's configuration.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends UserDefinedVirtualAttributeCfgClient,? extends UserDefinedVirtualAttributeCfg> |
definition()
Get the configuration definition associated with this User Defined Virtual Attribute.
|
String |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<String> |
getValue()
Gets the "value" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setValue(Collection<String> values)
Sets the "value" property.
|
getAttributeType, getBaseDN, getConflictBehavior, getFilter, getGroupDN, getScope, isEnabled, setAttributeType, setBaseDN, setConflictBehavior, setEnabled, setFilter, setGroupDN, setScope
commit, properties
ManagedObjectDefinition<? extends UserDefinedVirtualAttributeCfgClient,? extends UserDefinedVirtualAttributeCfg> definition()
definition
in interface ConfigurationClient
definition
in interface VirtualAttributeCfgClient
String getJavaClass()
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
getJavaClass
in interface VirtualAttributeCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
setJavaClass
in interface VirtualAttributeCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.SortedSet<String> getValue()
Specifies the values to be included in the virtual attribute.
void setValue(Collection<String> values) throws PropertyException
Specifies the values to be included in the virtual attribute.
values
- The values of the "value" property.PropertyException
- If one or more of the new values are invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.