|
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.SmAgentGroup
public final class SmAgentGroup
Represents a SiteMinder Agent group object.
This object has global scope.
| Field Summary | |
|---|---|
static java.lang.String |
PropAgentGroups
Property name to be specified in the method . |
static java.lang.String |
PropAgents
The object's Agent property. |
static java.lang.String |
PropAgentType
The object's Agent Type property (searchable). |
| Fields inherited from class com.netegrity.sdk.policyapi.SmObjectImpl |
|---|
PropObjectClassName |
| Fields inherited from interface com.netegrity.sdk.policyapi.SmGroup |
|---|
Agent_Group_Prop, NULL_Group_Prop, Response_Group_Prop, Rule_Group_Prop |
| Fields inherited from interface com.netegrity.sdk.policyapi.SmObject |
|---|
ConfigurationClassName, PropDesc, PropName, PropOid |
| Constructor Summary | |
|---|---|
SmAgentGroup()
Constructs an Agent group. |
|
SmAgentGroup(java.lang.String name)
Constructs an Agent group object with the specified name. |
|
| Method Summary | |
|---|---|
SmObjId |
getAgentType()
Gets the object identifier of the type of Agent group. |
int |
getGroupType()
Returns the group type of the Agent group. |
void |
readProperties(java.util.Hashtable properties)
Copies the object properties from the specified hashtable. |
void |
setAgentType(java.lang.Object agentType)
Sets the type of Agent group. |
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 PropAgentGroups
getGlobalObjectNames().
public static final java.lang.String PropAgentType
public static final java.lang.String PropAgents
| Constructor Detail |
|---|
public SmAgentGroup()
SmAgentType.DefaultAgentType.
public SmAgentGroup(java.lang.String name)
SmAgentType.DefaultAgentType.
name - Name of the Agent group.| Method Detail |
|---|
public int getGroupType()
SmPolicyApi.Agent_Group_Prop.
getGroupType in interface SmGroupNULL_Group_Prop = 0 Rule_Group_Prop = 1 Response_Group_Prop = 2 Agent_Group_Prop = 3
public SmObjId getAgentType()
public void setAgentType(java.lang.Object agentType)
agentType - The object identifier of the type of Agent group.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 | ||||||||