Enum Class EndOpMsg.TPSStatus

java.lang.Object
java.lang.Enum<EndOpMsg.TPSStatus>
org.dogtagpki.tps.msg.EndOpMsg.TPSStatus
All Implemented Interfaces:
Serializable, Comparable<EndOpMsg.TPSStatus>, Constable
Enclosing class:
EndOpMsg

public static enum EndOpMsg.TPSStatus extends Enum<EndOpMsg.TPSStatus>
  • Enum Constant Details

    • STATUS_NO_ERROR

      public static final EndOpMsg.TPSStatus STATUS_NO_ERROR
    • STATUS_ERROR_SNAC

      public static final EndOpMsg.TPSStatus STATUS_ERROR_SNAC
    • STATUS_ERROR_SEC_INIT_UPDATE

      public static final EndOpMsg.TPSStatus STATUS_ERROR_SEC_INIT_UPDATE
    • STATUS_ERROR_CREATE_CARDMGR

      public static final EndOpMsg.TPSStatus STATUS_ERROR_CREATE_CARDMGR
    • STATUS_ERROR_MAC_RESET_PIN_PDU

      public static final EndOpMsg.TPSStatus STATUS_ERROR_MAC_RESET_PIN_PDU
    • STATUS_ERROR_MAC_CERT_PDU

      public static final EndOpMsg.TPSStatus STATUS_ERROR_MAC_CERT_PDU
    • STATUS_ERROR_MAC_LIFECYCLE_PDU

      public static final EndOpMsg.TPSStatus STATUS_ERROR_MAC_LIFECYCLE_PDU
    • STATUS_ERROR_MAC_ENROLL_PDU

      public static final EndOpMsg.TPSStatus STATUS_ERROR_MAC_ENROLL_PDU
    • STATUS_ERROR_CANNOT_PERFORM_OPERATION

      public static final EndOpMsg.TPSStatus STATUS_ERROR_CANNOT_PERFORM_OPERATION
    • STATUS_ERROR_BAD_STATUS

      public static final EndOpMsg.TPSStatus STATUS_ERROR_BAD_STATUS
    • STATUS_ERROR_CA_RESPONSE

      public static final EndOpMsg.TPSStatus STATUS_ERROR_CA_RESPONSE
    • STATUS_ERROR_READ_BUFFER_OVERFLOW

      public static final EndOpMsg.TPSStatus STATUS_ERROR_READ_BUFFER_OVERFLOW
    • STATUS_ERROR_TOKEN_RESET_PIN_FAILED

      public static final EndOpMsg.TPSStatus STATUS_ERROR_TOKEN_RESET_PIN_FAILED
    • STATUS_ERROR_CONNECTION

      public static final EndOpMsg.TPSStatus STATUS_ERROR_CONNECTION
    • STATUS_ERROR_LOGIN

      public static final EndOpMsg.TPSStatus STATUS_ERROR_LOGIN
    • STATUS_ERROR_DB

      public static final EndOpMsg.TPSStatus STATUS_ERROR_DB
    • STATUS_ERROR_UNKNOWN_TOKEN

      public static final EndOpMsg.TPSStatus STATUS_ERROR_UNKNOWN_TOKEN
    • STATUS_ERROR_SECURE_CHANNEL

      public static final EndOpMsg.TPSStatus STATUS_ERROR_SECURE_CHANNEL
    • STATUS_ERROR_MISCONFIGURATION

      public static final EndOpMsg.TPSStatus STATUS_ERROR_MISCONFIGURATION
    • STATUS_ERROR_UPGRADE_APPLET

      public static final EndOpMsg.TPSStatus STATUS_ERROR_UPGRADE_APPLET
    • STATUS_ERROR_KEY_CHANGE_OVER

      public static final EndOpMsg.TPSStatus STATUS_ERROR_KEY_CHANGE_OVER
    • STATUS_ERROR_EXTERNAL_AUTH

      public static final EndOpMsg.TPSStatus STATUS_ERROR_EXTERNAL_AUTH
    • STATUS_ERROR_MAPPING_RESOLVER_FAILED

      public static final EndOpMsg.TPSStatus STATUS_ERROR_MAPPING_RESOLVER_FAILED
    • STATUS_ERROR_MAPPING_RESOLVER_PARAMS_NOT_FOUND

      public static final EndOpMsg.TPSStatus STATUS_ERROR_MAPPING_RESOLVER_PARAMS_NOT_FOUND
    • STATUS_ERROR_PUBLISH

      public static final EndOpMsg.TPSStatus STATUS_ERROR_PUBLISH
    • STATUS_ERROR_LDAP_CONN

      public static final EndOpMsg.TPSStatus STATUS_ERROR_LDAP_CONN
    • STATUS_ERROR_DISABLED_TOKEN

      public static final EndOpMsg.TPSStatus STATUS_ERROR_DISABLED_TOKEN
    • STATUS_ERROR_NOT_PIN_RESETABLE

      public static final EndOpMsg.TPSStatus STATUS_ERROR_NOT_PIN_RESETABLE
    • STATUS_ERROR_CONN_LOST

      public static final EndOpMsg.TPSStatus STATUS_ERROR_CONN_LOST
    • STATUS_ERROR_CREATE_TUS_TOKEN_ENTRY

      public static final EndOpMsg.TPSStatus STATUS_ERROR_CREATE_TUS_TOKEN_ENTRY
    • STATUS_ERROR_NO_SUCH_TOKEN_STATE

      public static final EndOpMsg.TPSStatus STATUS_ERROR_NO_SUCH_TOKEN_STATE
    • STATUS_ERROR_NO_SUCH_LOST_REASON

      public static final EndOpMsg.TPSStatus STATUS_ERROR_NO_SUCH_LOST_REASON
    • STATUS_ERROR_UNUSABLE_TOKEN_KEYCOMPROMISE

      public static final EndOpMsg.TPSStatus STATUS_ERROR_UNUSABLE_TOKEN_KEYCOMPROMISE
    • STATUS_ERROR_INACTIVE_TOKEN_NOT_FOUND

      public static final EndOpMsg.TPSStatus STATUS_ERROR_INACTIVE_TOKEN_NOT_FOUND
    • STATUS_ERROR_HAS_AT_LEAST_ONE_ACTIVE_TOKEN

      public static final EndOpMsg.TPSStatus STATUS_ERROR_HAS_AT_LEAST_ONE_ACTIVE_TOKEN
    • STATUS_ERROR_TOKEN_TERMINATED

      public static final EndOpMsg.TPSStatus STATUS_ERROR_TOKEN_TERMINATED
    • STATUS_RECOVERY_IS_PROCESSED

      public static final EndOpMsg.TPSStatus STATUS_RECOVERY_IS_PROCESSED
    • STATUS_ERROR_RECOVERY_FAILED

      public static final EndOpMsg.TPSStatus STATUS_ERROR_RECOVERY_FAILED
    • STATUS_ERROR_RENEWAL_FAILED

      public static final EndOpMsg.TPSStatus STATUS_ERROR_RENEWAL_FAILED
    • STATUS_ERROR_NO_OPERATION_ON_LOST_TOKEN

      public static final EndOpMsg.TPSStatus STATUS_ERROR_NO_OPERATION_ON_LOST_TOKEN
    • STATUS_ERROR_KEY_ARCHIVE_OFF

      public static final EndOpMsg.TPSStatus STATUS_ERROR_KEY_ARCHIVE_OFF
    • STATUS_ERROR_NO_TKS_CONNID

      public static final EndOpMsg.TPSStatus STATUS_ERROR_NO_TKS_CONNID
    • STATUS_ERROR_UPDATE_TOKENDB_FAILED

      public static final EndOpMsg.TPSStatus STATUS_ERROR_UPDATE_TOKENDB_FAILED
    • STATUS_ERROR_REVOKE_CERTIFICATES_FAILED

      public static final EndOpMsg.TPSStatus STATUS_ERROR_REVOKE_CERTIFICATES_FAILED
    • STATUS_ERROR_NOT_TOKEN_OWNER

      public static final EndOpMsg.TPSStatus STATUS_ERROR_NOT_TOKEN_OWNER
    • STATUS_RENEWAL_IS_PROCESSED

      public static final EndOpMsg.TPSStatus STATUS_RENEWAL_IS_PROCESSED
    • STATUS_ERROR_CANNOT_ESTABLISH_COMMUNICATION

      public static final EndOpMsg.TPSStatus STATUS_ERROR_CANNOT_ESTABLISH_COMMUNICATION
    • STATUS_ERROR_SYMKEY_256_UPGRADE

      public static final EndOpMsg.TPSStatus STATUS_ERROR_SYMKEY_256_UPGRADE
  • Field Details

    • code

      public final int code
  • Method Details

    • values

      public static EndOpMsg.TPSStatus[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EndOpMsg.TPSStatus valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null