|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<StaticGroupImplementationCfgClient,StaticGroupImplementationCfg>
org.opends.server.admin.std.meta.StaticGroupImplementationCfgDefn
public final class StaticGroupImplementationCfgDefn
An interface for querying the Static Group Implementation managed object definition meta information.
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.
Method Summary | |
---|---|
StaticGroupImplementationCfgClient |
createClientConfiguration(ManagedObject<? extends StaticGroupImplementationCfgClient> impl)
Creates a client configuration view of the provided managed object. |
StaticGroupImplementationCfg |
createServerConfiguration(ServerManagedObject<? extends StaticGroupImplementationCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static StaticGroupImplementationCfgDefn |
getInstance()
Get the Static Group Implementation configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<StaticGroupImplementationCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static StaticGroupImplementationCfgDefn getInstance()
public StaticGroupImplementationCfgClient createClientConfiguration(ManagedObject<? extends StaticGroupImplementationCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<StaticGroupImplementationCfgClient,StaticGroupImplementationCfg>
impl
- The managed object.
public StaticGroupImplementationCfg createServerConfiguration(ServerManagedObject<? extends StaticGroupImplementationCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<StaticGroupImplementationCfgClient,StaticGroupImplementationCfg>
impl
- The server managed object.
public java.lang.Class<StaticGroupImplementationCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<StaticGroupImplementationCfgClient,StaticGroupImplementationCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Static Group Implementation is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Static Group Implementation implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |