|
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.SmDomainObjectImpl
com.netegrity.sdk.policyapi.SmRuleGroup
public final class SmRuleGroup
Represents a SiteMinder Rule group.
This object has domain scope.
| Field Summary | |
|---|---|
static java.lang.String |
PropAgentType
Constant to indicate the property Agent Type (searchable). |
static java.lang.String |
PropRules
Constant to indicate the property Rules. |
| 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.SmDomainObject |
|---|
PropDomain |
| Fields inherited from interface com.netegrity.sdk.policyapi.SmObject |
|---|
ConfigurationClassName, PropDesc, PropName, PropOid |
| Constructor Summary | |
|---|---|
SmRuleGroup()
Constructs a rule group. |
|
SmRuleGroup(java.lang.String szName)
Constructs a rule group with the specified name. |
|
| Method Summary | |
|---|---|
SmObjId |
getAgentType()
Gets the object identifier of the agent type for the rule group. |
int |
getGroupType()
Returns the group type for the rule group. |
void |
readProperties(java.util.Hashtable properties)
Copies the object properties from the specified hashtable. |
void |
setAgentType(java.lang.Object AgentType)
Sets the agent type for the rule group. |
void |
writeProperties(java.util.Hashtable properties)
Copies the object properties to the specified hashtable. |
| Methods inherited from class com.netegrity.sdk.policyapi.SmDomainObjectImpl |
|---|
getDomain, getDomainName, isDomainObject, isWriteable, setDomain, setDomainName |
| Methods inherited from class com.netegrity.sdk.policyapi.SmObjectImpl |
|---|
getDescription, getName, getObjectClassname, getOid, newObject, setDescription, setName, setObjectClassname, setOid, setOid, toString, writeSearchProperties |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.netegrity.sdk.policyapi.SmObject |
|---|
getDescription, getName, getObjectClassname, getOid, setDescription, setName, setObjectClassname, setOid, setOid, toString, writeSearchProperties |
| Field Detail |
|---|
public static final java.lang.String PropAgentType
public static final java.lang.String PropRules
| Constructor Detail |
|---|
public SmRuleGroup()
SmAgentType.DefaultAgentType.
public SmRuleGroup(java.lang.String szName)
SmAgentType.DefaultAgentType.
name - Name of the Rule group.| Method Detail |
|---|
public int getGroupType()
getGroupType in interface SmGroupSmPolicyApi.Rule_Group_Prop.public SmObjId getAgentType()
public void setAgentType(java.lang.Object AgentType)
agentType - The object identifier of the agent type to set for the rule group.public void writeProperties(java.util.Hashtable properties)
SmObject
writeProperties in interface SmObjectwriteProperties in class SmDomainObjectImplproperties - The hashtable where the object properties will be
copied.public void readProperties(java.util.Hashtable properties)
SmObject
readProperties in interface SmObjectreadProperties in class SmDomainObjectImplproperties - 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 | ||||||||