|
SiteMinder Java SDK r12.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnetegrity.siteminder.javaagent.AgentInstanceDef
public class AgentInstanceDef
This class implements agent discovery. Administrators can track agent instances and set the values of attributes in an agent instance.
| Field Summary | |
|---|---|
static java.lang.String |
AI_PARAM_UNKNOWN
|
static java.lang.String |
FIPSMODE_COMPAT
|
static java.lang.String |
FIPSMODE_FIPS_ONLY
|
static java.lang.String |
FIPSMODE_MIGRATION
|
static java.lang.String |
FIPSMODE_NOT_APPLICABLE
|
static java.lang.String |
FIPSMODE_UNKNOWN
|
| Constructor Summary | |
|---|---|
AgentInstanceDef()
Constructor Definition. |
|
AgentInstanceDef(java.lang.String agentProductType,
java.lang.String agentProductVersion,
java.lang.String agentProductSubtype,
java.lang.String agentProductOStype,
java.lang.String agentIdFile,
java.lang.String acoName,
java.lang.String hcoName,
java.lang.String fipsMode)
Constructor Definition. |
|
| Method Summary | |
|---|---|
java.lang.String |
getACOName()
Retrieves the ACO name. |
java.lang.String |
getAgentIdFile()
Retrieves the value of the agent instance config file path. |
java.lang.String |
getAgentProductOStype()
Retrieves the value of the agent instance OS subtype. |
java.lang.String |
getAgentProductSubtype()
Retrieves the value of the agent instance product subtype. |
java.lang.String |
getAgentProductType()
Retrieves the value of the agent instance product type. |
java.lang.String |
getAgentProductVersion()
Retrieves the value of the agent instance product version. |
java.lang.String |
getFIPSMode()
Retrieves the FIPS mode. |
java.lang.String |
getHCOName()
Retrieves the HCO name. |
void |
setACOName(java.lang.String strACOName)
Sets the ACO name. |
void |
setAgentIdFile(java.lang.String strAgentIdFile)
Sets the value of the agent instance config file path. |
void |
setAgentProductOStype(java.lang.String strAgentproductostype)
Sets the value of the agent instance OS subtype. |
void |
setAgentProductSubtype(java.lang.String strAgentproductsubtype)
Sets the value of the agent instance product subtype. |
void |
setAgentProductType(java.lang.String strAgentProductType)
Sets the value of the agent instance product type. |
void |
setAgentProductVersion(java.lang.String strAgentProductVersion)
Sets the value of the agent instance product Version. |
void |
setFIPSMode(java.lang.String strFIPSMode)
Sets the FIPS mode. |
void |
setHCOName(java.lang.String strHCOName)
Sets the HCO name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String AI_PARAM_UNKNOWN
public static final java.lang.String FIPSMODE_UNKNOWN
public static final java.lang.String FIPSMODE_NOT_APPLICABLE
public static final java.lang.String FIPSMODE_FIPS_ONLY
public static final java.lang.String FIPSMODE_COMPAT
public static final java.lang.String FIPSMODE_MIGRATION
| Constructor Detail |
|---|
public AgentInstanceDef()
public AgentInstanceDef(java.lang.String agentProductType,
java.lang.String agentProductVersion,
java.lang.String agentProductSubtype,
java.lang.String agentProductOStype,
java.lang.String agentIdFile,
java.lang.String acoName,
java.lang.String hcoName,
java.lang.String fipsMode)
agentProductType - Holds the name of agent product type; the default value is "unknown".agentProductVersion - Holds the version of current agent; the default value is "unknown".agentProductSubtype - Holds the name of the web server from which the agent is configured; the default value is "unknown".agentProductOStype - Holds the name of the operating system on which the agent is running; the default value is "unknown"agentIdFile - Holds the path of the "WebAgent.conf". In case there is configuration file other then "WebAgent.conf"
file then it holds the path of that configuration file; the default value is "".acoName - Holds the name of Agent Configuration Object; the default value is "unknown".hcoName - Holds the name of Host Configuration Object; the default value is "unknown".fipsMode - Holds the name of encryption Mode; the default value is "COMPAT".| Method Detail |
|---|
public void setAgentProductType(java.lang.String strAgentProductType)
public java.lang.String getAgentProductType()
public void setAgentProductVersion(java.lang.String strAgentProductVersion)
public java.lang.String getAgentProductVersion()
public void setAgentProductSubtype(java.lang.String strAgentproductsubtype)
public java.lang.String getAgentProductSubtype()
public void setAgentProductOStype(java.lang.String strAgentproductostype)
public java.lang.String getAgentProductOStype()
public void setAgentIdFile(java.lang.String strAgentIdFile)
public java.lang.String getAgentIdFile()
public void setACOName(java.lang.String strACOName)
public java.lang.String getACOName()
public void setHCOName(java.lang.String strHCOName)
public java.lang.String getHCOName()
public void setFIPSMode(java.lang.String strFIPSMode)
public java.lang.String getFIPSMode()
|
Java SDK r12.5 Thu 09/08/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||