com.ibm.eNetwork.security.sso.CMResponse

The CMResponse object encapulates all relevant information needed by the CMS for the request made of a plug-in. The CMResponse interface contains the following members and methods:

Members:
  • Status Code
  • ID (Host ID or Network ID)
  • User Credentials (Password or Passticket)
Methods:
public CMResponse()
public CMResponse(Object id, Object password, int status)
public int getStatus()
public void setStatus(int status)
public Object getID()
public String getIDasString()
public void setID(Object id)
public Object getPassword()
public String getPasswordasString()
public void setPassword(Object password)
public String toString()