public interface DynamicGroupImplementationCfgClient extends GroupImplementationCfgClient
The Dynamic Group Implementation provides a grouping mechanism in which the group membership is determined based on criteria defined in one or more LDAP URLs.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends DynamicGroupImplementationCfgClient,? extends DynamicGroupImplementationCfg> |
definition()
Get the configuration definition associated with this Dynamic Group Implementation.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends DynamicGroupImplementationCfgClient,? extends DynamicGroupImplementationCfg> definition()
definition
in interface ConfigurationClient
definition
in interface GroupImplementationCfgClient
ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Dynamic Group Implementation implementation.
getJavaClass
in interface GroupImplementationCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Dynamic Group Implementation implementation.
setJavaClass
in interface GroupImplementationCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.