SiteMinder
Java SDK r12.5


netegrity.siteminder.javaagent
Class AgentInstanceDef

java.lang.Object
  extended by netegrity.siteminder.javaagent.AgentInstanceDef

public class AgentInstanceDef
extends java.lang.Object

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

AI_PARAM_UNKNOWN

public static final java.lang.String AI_PARAM_UNKNOWN
See Also:
Constant Field Values

FIPSMODE_UNKNOWN

public static final java.lang.String FIPSMODE_UNKNOWN
See Also:
Constant Field Values

FIPSMODE_NOT_APPLICABLE

public static final java.lang.String FIPSMODE_NOT_APPLICABLE
See Also:
Constant Field Values

FIPSMODE_FIPS_ONLY

public static final java.lang.String FIPSMODE_FIPS_ONLY
See Also:
Constant Field Values

FIPSMODE_COMPAT

public static final java.lang.String FIPSMODE_COMPAT
See Also:
Constant Field Values

FIPSMODE_MIGRATION

public static final java.lang.String FIPSMODE_MIGRATION
See Also:
Constant Field Values
Constructor Detail

AgentInstanceDef

public AgentInstanceDef()
Constructor Definition. Initializes the default values for all agent instance attributes.


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)
Constructor Definition.

Parameters:
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

setAgentProductType

public void setAgentProductType(java.lang.String strAgentProductType)
Sets the value of the agent instance product type.


getAgentProductType

public java.lang.String getAgentProductType()
Retrieves the value of the agent instance product type.


setAgentProductVersion

public void setAgentProductVersion(java.lang.String strAgentProductVersion)
Sets the value of the agent instance product Version.


getAgentProductVersion

public java.lang.String getAgentProductVersion()
Retrieves the value of the agent instance product version.


setAgentProductSubtype

public void setAgentProductSubtype(java.lang.String strAgentproductsubtype)
Sets the value of the agent instance product subtype.


getAgentProductSubtype

public java.lang.String getAgentProductSubtype()
Retrieves the value of the agent instance product subtype.


setAgentProductOStype

public void setAgentProductOStype(java.lang.String strAgentproductostype)
Sets the value of the agent instance OS subtype.


getAgentProductOStype

public java.lang.String getAgentProductOStype()
Retrieves the value of the agent instance OS subtype.


setAgentIdFile

public void setAgentIdFile(java.lang.String strAgentIdFile)
Sets the value of the agent instance config file path.


getAgentIdFile

public java.lang.String getAgentIdFile()
Retrieves the value of the agent instance config file path.


setACOName

public void setACOName(java.lang.String strACOName)
Sets the ACO name.


getACOName

public java.lang.String getACOName()
Retrieves the ACO name.


setHCOName

public void setHCOName(java.lang.String strHCOName)
Sets the HCO name.


getHCOName

public java.lang.String getHCOName()
Retrieves the HCO name.


setFIPSMode

public void setFIPSMode(java.lang.String strFIPSMode)
Sets the FIPS mode.


getFIPSMode

public java.lang.String getFIPSMode()
Retrieves the FIPS mode.


SiteMinder
Java SDK r12.5

Thu 09/08/2011

http://ca.com
Copyright (c) 2011 CA.