org.hardtokenmgmt.admin.common
Class CAInfoVO
java.lang.Object
org.hardtokenmgmt.admin.common.CAInfoVO
public class CAInfoVO
- extends java.lang.Object
Value object containing information about a CA in the system
- Version:
- $Id$
- Author:
- Philip Vendil 19 feb 2009
|
Constructor Summary |
CAInfoVO()
Empty constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CAInfoVO
public CAInfoVO()
- Empty constructor
getCAId
public int getCAId()
- Returns:
- the cAId
setCAId
public void setCAId(int id)
- Parameters:
id - the cAId to set
getCAName
public java.lang.String getCAName()
- Returns:
- the cAName
setCAName
public void setCAName(java.lang.String name)
- Parameters:
name - the cAName to set
getCAStatus
public java.lang.String getCAStatus()
- Returns:
- the cAStatus one of Constants.CASTATUS_ constants
setCAStatus
public void setCAStatus(java.lang.String status)
- Parameters:
status - the cAStatus to set, one of Constants.CASTATUS_ constants
getCertificatePath
public java.util.List<java.lang.String> getCertificatePath()
- Returns:
- A list of certificate path where the current CA is a position 0 and root CA
is last.
A Base64 encoded string without BEGIN,END tags
setCertificatePath
public void setCertificatePath(java.util.List<java.lang.String> certificatePath)
- A list of certificate path where the current CA is a position 0 and root CA
is last.
A Base64 encoded string without BEGIN,END tags
- Parameters:
certificatePath - the certificatePath to set
getDescription
public java.lang.String getDescription()
- Returns:
- the description of the CA (optional)
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - the description of the CA (optional)
setCATokenStatus
public void setCATokenStatus(java.lang.String cATokenStatus)
- Parameters:
cATokenStatus - one of the Constants.CATOKENSTATUS_ constants
getCATokenStatus
public java.lang.String getCATokenStatus()
- Returns:
- the cATokenStatus one of the Constants.CATOKENSTATUS_ constants
setCATokenStatusMessage
public void setCATokenStatusMessage(java.lang.String cATokenStatusMessage)
- Parameters:
cATokenStatusMessage - optional status message that can give more in-depth explanations about
the current status of the CA Token.
getCATokenStatusMessage
public java.lang.String getCATokenStatusMessage()
- Returns:
- the cATokenStatusMessage optional status message that can give more in-depth explanations about
the current status of the CA Token.