public interface StaticGroupImplementationCfgClient extends GroupImplementationCfgClient
The Static Group Implementation provides a grouping mechanism in which the group membership is based on an explicit list of the DNs of the users that are members of the group.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends StaticGroupImplementationCfgClient,? extends StaticGroupImplementationCfg> |
definition()
Get the configuration definition associated with this Static Group Implementation.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends StaticGroupImplementationCfgClient,? extends StaticGroupImplementationCfg> definition()
definition
in interface ConfigurationClient
definition
in interface GroupImplementationCfgClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Static Group Implementation implementation.
getJavaClass
in interface GroupImplementationCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Static Group Implementation implementation.
setJavaClass
in interface GroupImplementationCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.