|
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.SmAgent
public final class SmAgent
Represents a SiteMinder Agent object.
This object has global scope.
| Field Summary | |
|---|---|
static java.lang.String |
PropAgents
Property name to be specified in the method . |
static java.lang.String |
PropAgentType
The object's Agent Type property (searchable). |
static java.lang.String |
PropIpAddr
The object's IP Address property (searchable). |
static java.lang.String |
PropRealmHintAttrId
The object's Realm Hint Attribute property. |
static java.lang.String |
PropSecret
The object's Shared Secret property. |
| 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 | |
|---|---|
SmAgent()
Constructs an Agent object. |
|
SmAgent(java.lang.String name)
Constructs an Agent object with the specified name. |
|
| Method Summary | |
|---|---|
SmObjId |
getAgentType()
Gets the object identifier of the type of Agent. |
java.lang.String |
getIpAddr()
Gets the IP address of the machine where the Agent resides. |
int |
getRealmHintAttrId()
Gets the Realm hint attribute of the Agent. |
java.lang.String |
getSecret()
Gets the shared secret of the Agent. |
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. |
void |
setIpAddr(java.lang.String address)
Sets the IP address of the machine where the Agent resides. |
void |
setRealmHintAttrId(int realmHintAttrId)
Sets the Realm hint attribute of the Agent. |
void |
setSecret(java.lang.String secret)
Sets the shared secret of the Agent. |
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 PropAgents
getGlobalObjectNames().
public static final java.lang.String PropAgentType
public static final java.lang.String PropIpAddr
public static final java.lang.String PropSecret
public static final java.lang.String PropRealmHintAttrId
| Constructor Detail |
|---|
public SmAgent()
SmAgentType.DefaultAgentType.
public SmAgent(java.lang.String name)
SmAgentType.DefaultAgentType.
name - Name of the agent. Agent names are
converted to lower case when written
to the policy store.| Method Detail |
|---|
public java.lang.String getIpAddr()
public void setIpAddr(java.lang.String address)
address - The IP address of the machine where the Agent resides.public java.lang.String getSecret()
public void setSecret(java.lang.String secret)
secret - The shared secret of the Agent.public SmObjId getAgentType()
public void setAgentType(java.lang.Object agentType)
agentType - The object identifier of the type of Agent.public int getRealmHintAttrId()
public void setRealmHintAttrId(int realmHintAttrId)
realmHintAttrId - The Realm hint attribute of the Agent.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 | ||||||||