|
SiteMinder Java SDK r12.51 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netegrity.sdk.policyapi.SmObjectImpl
com.netegrity.sdk.policyapi.SmAgentConfig
public final class SmAgentConfig
Represents a SiteMinder Agent Configuration object.
For information about Agent Configuration objects, see Policy Configuration Guide and the Web Agent Configuration Guide.
This object has global scope.
| Field Summary | |
|---|---|
static java.lang.String |
PropAgentConfigProperties
|
static java.lang.String |
PropAgentConfigs
Property name to be specified in the method . |
| Fields inherited from class com.netegrity.sdk.policyapi.SmObjectImpl |
|---|
PropObjectClassName |
| Fields inherited from interface com.netegrity.sdk.policyapi.SmObject |
|---|
ConfigurationClassName, PropDesc, PropName, PropOid |
| Constructor Summary | |
|---|---|
SmAgentConfig()
Constructs an Agent Configuration object with the name and description set to an empty strings. |
|
SmAgentConfig(java.lang.String name)
Constructs an Agent Configuration object with the specified name. |
|
| Method Summary | |
|---|---|
void |
getAgentConfigProperties(SmProperty[] properties)
Gets Agent Configuration object parameters, filling the passed array of SmProperty objects with the contents of the private hashtable containing the properties of an Agent Configuration object. |
int |
getPropNum()
Gets the number of properties specified in the Agent Configuration object (excluding the object's directory object identifier (OID), Name, ClassName and Description). |
void |
readProperties(java.util.Hashtable properties)
Copies the object properties from the specified hashtable. |
void |
removeAgentConfigProperties()
Removes all properties of the Agent Configuration Object. |
SmProperty |
removeAgentConfigProperty(SmProperty property)
Removes the specified parameter of the Agent Configuration Object. |
void |
setAgentConfigProperties(SmProperty[] properties)
Creates a private hashtable containing Agent Configuration object parameters from passed SmProperty objects. |
void |
setAgentConfigProperty(SmProperty property)
Adds a new agent configuration parameter or updates value of an existing one. |
void |
writeProperties(java.util.Hashtable properties)
Copies the object properties to the specified hashtable. |
| Methods inherited from class com.netegrity.sdk.policyapi.SmObjectImpl |
|---|
getDescription, getName, getObjectClassname, getOid, isDomainObject, isWriteable, newObject, setDescription, setName, setObjectClassname, setOid, setOid, toString, writeSearchProperties |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PropAgentConfigs
getGlobalObjectNames().
public static final java.lang.String PropAgentConfigProperties
| Constructor Detail |
|---|
public SmAgentConfig()
public SmAgentConfig(java.lang.String name)
name - Name of the Agent Configuration Object.| Method Detail |
|---|
public int getPropNum()
public void getAgentConfigProperties(SmProperty[] properties)
properties - Array of SmProperty objects containing Agent Configuration object parameters.public void setAgentConfigProperties(SmProperty[] properties)
properties - Array of SmProperty objects containing Agent Configuration object parameterspublic void setAgentConfigProperty(SmProperty property)
property - An agent configuration parameterpublic void removeAgentConfigProperties()
public SmProperty removeAgentConfigProperty(SmProperty property)
property - Name-value of the property to be removed
public void writeProperties(java.util.Hashtable properties)
SmObject
writeProperties in interface SmObjectwriteProperties in class SmObjectImplproperties - The hashtable where the object properties will be
copied.public void readProperties(java.util.Hashtable properties)
SmObject
readProperties in interface SmObjectreadProperties in class SmObjectImplproperties - The new properties of the object.
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||