public enum EventTypes extends java.lang.Enum<EventTypes> implements org.cesecore.audit.enums.EventType
ModuleTypes
,
ServiceTypes
Enum Constant and Description |
---|
ACCESS_CONTROL
Authorization check to resource of authenticated entity.
|
AUTHENTICATION
Authentication check of an entity.
|
BACKUP
Event type is currently not used in EJBCA.
|
CA_CREATION
Creation of a Certificate Authority.
|
CA_DELETION
Removal of a Certificate Authority.
|
CA_EDITING
Modification of a Certificate Authority.
|
CA_KEYACTIVATE
Certificate Authority starts using a different key pair.
|
CA_KEYGEN
Generation of a new key pair that can be used by the Certificate Authority during renewal or update.
|
CA_RENAMING
Internal application name change of a Certificate Authority.
|
CA_SERVICEACTIVATE
Certificate Authority state change to start serving requests.
|
CA_SERVICEDEACTIVATE
Certificate Authority state change to stop serving requests.
|
CERT_CHANGEDSTATUS
Change of a certificate's status to unassigned, inactive, active, notified about expiration, revoked or archived.
|
CERT_CREATION
Issuance of a certificate by a Certificate Authority.
|
CERT_CTPRECERT_SUBMISSION
Certificate Transparency log servers responds to a pre-certificate submission from a Certificate Authority.
|
CERT_REQUEST
A request for certificate issuance from a Certificate Authority is submitted.
|
CERT_REVOKED
Change of a certificate's status to revoked or active.
|
CERT_STORED
Persistence of a certificate to the database.
|
CERTIFICATE_KEY_BIND
Event type is currently not used in EJBCA.
|
CERTIFICATE_KEY_UNBIND
Event type is currently not used in EJBCA.
|
CERTPROFILE_CREATION
Creation of a certificate profile.
|
CERTPROFILE_DELETION
Removal of a certificate profile.
|
CERTPROFILE_EDITING
Modification of a certificate profile.
|
CERTPROFILE_RENAMING
Name change of a certificate profile.
|
CRL_CREATION
Issuance of a Certificate Revocation List by a Certificate Authority.
|
CRL_DELETED
Event type is currently not used in EJBCA.
|
CRL_STORED
Persistence of a Certificate Revocation List to the database.
|
CRYPTOTOKEN_ACTIVATION
Activation of a Crypto Token, making the key material available for use by the application.
|
CRYPTOTOKEN_CREATE
Creation of a Crypto Token.
|
CRYPTOTOKEN_DEACTIVATION
Deactivation of a Crypto Token, making the key material unavailable for use by the application.
|
CRYPTOTOKEN_DELETE_ENTRY
Removal of a key pair from the Crypto Token key material or key pair place-holder from the Crypto Token object.
|
CRYPTOTOKEN_DELETION
Removal of a Crypto Token.
|
CRYPTOTOKEN_EDIT
Modification of a Crypto Token.
|
CRYPTOTOKEN_GEN_EXTRACT_KEYPAIR
Event type is currently not used in EJBCA.
|
CRYPTOTOKEN_GEN_KEY
Event type is currently not used in EJBCA.
|
CRYPTOTOKEN_GEN_KEYPAIR
Generation of a new key pair in the Crypto Token.
|
CRYPTOTOKEN_UPDATEPIN
Modification of the Crypto Token's auto-activation PIN.
|
INTERNALKEYBINDING_CREATE
Creations of a new Internal Key Binding.
|
INTERNALKEYBINDING_DELETE
Removal of an existing Internal Key Binding.
|
INTERNALKEYBINDING_EDIT
Modification of an existing Internal Key Binding.
|
LOG_DELETE
Removal of persisted audit log records.
|
LOG_EXPORT
Export of audit log records.
|
LOG_MANAGEMENT_CHANGE
Change of protection settings for audit log records.
|
LOG_SIGN
Event type is currently only used by EJBCA development tests.
|
LOG_VERIFY
Verification of existing audit log records.
|
RESTORE
Event type is currently not used in EJBCA.
|
ROLE_ACCESS_RULE_ADDITION
New access rules added to administrative role.
|
ROLE_ACCESS_RULE_CHANGE
Modifications of existing access rules in an administrative role.
|
ROLE_ACCESS_RULE_DELETION
Removal of existing access rules from administrative role.
|
ROLE_ACCESS_USER_ADDITION
New administrator added to administrative role.
|
ROLE_ACCESS_USER_CHANGE
Change of existing administrator in an administrative role.
|
ROLE_ACCESS_USER_DELETION
Removal of existing administrator from administrative role.
|
ROLE_CREATION
Creation of an administrative role.
|
ROLE_DELETION
Removal of an administrative role.
|
ROLE_RENAMING
Name change of an administrative role.
|
SYSTEMCONF_CREATE
Creation of new system settings stored in the database.
|
SYSTEMCONF_EDIT
Modification of existing system settings stored in the database.
|
TIME_SYNC_ACQUIRE
Event type is currently not used in EJBCA.
|
TIME_SYNC_LOST
Event type is currently not used in EJBCA.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(org.cesecore.audit.enums.EventType value) |
static EventTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventTypes ACCESS_CONTROL
public static final EventTypes AUTHENTICATION
public static final EventTypes BACKUP
public static final EventTypes CA_CREATION
public static final EventTypes CA_DELETION
public static final EventTypes CA_EDITING
public static final EventTypes CA_KEYACTIVATE
public static final EventTypes CA_KEYGEN
public static final EventTypes CA_RENAMING
public static final EventTypes CA_SERVICEACTIVATE
public static final EventTypes CA_SERVICEDEACTIVATE
public static final EventTypes CERT_CHANGEDSTATUS
public static final EventTypes CERT_CREATION
public static final EventTypes CERT_CTPRECERT_SUBMISSION
public static final EventTypes CERT_REQUEST
public static final EventTypes CERT_REVOKED
public static final EventTypes CERT_STORED
public static final EventTypes CERTIFICATE_KEY_BIND
public static final EventTypes CERTIFICATE_KEY_UNBIND
public static final EventTypes CERTPROFILE_CREATION
public static final EventTypes CERTPROFILE_DELETION
public static final EventTypes CERTPROFILE_EDITING
public static final EventTypes CERTPROFILE_RENAMING
public static final EventTypes CRL_CREATION
public static final EventTypes CRL_DELETED
public static final EventTypes CRL_STORED
public static final EventTypes CRYPTOTOKEN_ACTIVATION
public static final EventTypes CRYPTOTOKEN_CREATE
public static final EventTypes CRYPTOTOKEN_DEACTIVATION
public static final EventTypes CRYPTOTOKEN_DELETE_ENTRY
public static final EventTypes CRYPTOTOKEN_DELETION
public static final EventTypes CRYPTOTOKEN_EDIT
public static final EventTypes CRYPTOTOKEN_GEN_EXTRACT_KEYPAIR
public static final EventTypes CRYPTOTOKEN_GEN_KEY
public static final EventTypes CRYPTOTOKEN_GEN_KEYPAIR
public static final EventTypes CRYPTOTOKEN_UPDATEPIN
public static final EventTypes INTERNALKEYBINDING_CREATE
public static final EventTypes INTERNALKEYBINDING_DELETE
public static final EventTypes INTERNALKEYBINDING_EDIT
public static final EventTypes LOG_DELETE
public static final EventTypes LOG_EXPORT
public static final EventTypes LOG_MANAGEMENT_CHANGE
public static final EventTypes LOG_SIGN
public static final EventTypes LOG_VERIFY
public static final EventTypes RESTORE
public static final EventTypes ROLE_ACCESS_RULE_ADDITION
public static final EventTypes ROLE_ACCESS_RULE_CHANGE
public static final EventTypes ROLE_ACCESS_RULE_DELETION
public static final EventTypes ROLE_ACCESS_USER_ADDITION
public static final EventTypes ROLE_ACCESS_USER_CHANGE
public static final EventTypes ROLE_ACCESS_USER_DELETION
public static final EventTypes ROLE_CREATION
public static final EventTypes ROLE_DELETION
public static final EventTypes ROLE_RENAMING
public static final EventTypes SYSTEMCONF_CREATE
public static final EventTypes SYSTEMCONF_EDIT
public static final EventTypes TIME_SYNC_ACQUIRE
public static final EventTypes TIME_SYNC_LOST
public boolean equals(org.cesecore.audit.enums.EventType value)
equals
in interface org.cesecore.audit.enums.ConstantType<org.cesecore.audit.enums.EventType>
public static EventTypes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static EventTypes[] values()
for (EventTypes c : EventTypes.values()) System.out.println(c);
2015 PrimeKey Solutions AB.