|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LDAPAttributeDescriptionListPluginCfgClient
A client-side interface for reading and modifying LDAP Attribute Description List Plugin settings.
The LDAP Attribute Description List Plugin provides the ability for clients to include an attribute list in a search request that names object classes instead of (or in addition to) attributes.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends LDAPAttributeDescriptionListPluginCfgClient,? extends LDAPAttributeDescriptionListPluginCfg> |
definition()
Get the configuration definition associated with this LDAP Attribute Description List Plugin. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.util.SortedSet<PluginCfgDefn.PluginType> |
getPluginType()
Gets the "plugin-type" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setPluginType(java.util.Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property. |
Methods inherited from interface org.opends.server.admin.std.client.PluginCfgClient |
---|
isEnabled, isInvokeForInternalOperations, setEnabled, setInvokeForInternalOperations |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends LDAPAttributeDescriptionListPluginCfgClient,? extends LDAPAttributeDescriptionListPluginCfg> definition()
definition
in interface ConfigurationClient
definition
in interface PluginCfgClient
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
getJavaClass
in interface PluginCfgClient
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
setJavaClass
in interface PluginCfgClient
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.java.util.SortedSet<PluginCfgDefn.PluginType> getPluginType()
Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
getPluginType
in interface PluginCfgClient
void setPluginType(java.util.Collection<PluginCfgDefn.PluginType> values) throws IllegalPropertyValueException
Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
setPluginType
in interface PluginCfgClient
values
- The values of the "plugin-type" property.
IllegalPropertyValueException
- If one or more of the new values are invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |