eu.semiramis.identityaggregator.client
Enum Audit.AppLogEventId
java.lang.Object
java.lang.Enum<Audit.AppLogEventId>
eu.semiramis.identityaggregator.client.Audit.AppLogEventId
- All Implemented Interfaces:
- Audit.EventId, java.io.Serializable, java.lang.Comparable<Audit.AppLogEventId>
- Enclosing class:
- Audit
public static enum Audit.AppLogEventId
- extends java.lang.Enum<Audit.AppLogEventId>
- implements Audit.EventId
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
REQUEST_PROCESSING_INFO
public static final Audit.AppLogEventId REQUEST_PROCESSING_INFO
REQUEST_PROCESSING_ERROR
public static final Audit.AppLogEventId REQUEST_PROCESSING_ERROR
RESPONSE_PROCESSING_INFO
public static final Audit.AppLogEventId RESPONSE_PROCESSING_INFO
RESPONSE_PROCESSING_ERROR
public static final Audit.AppLogEventId RESPONSE_PROCESSING_ERROR
RESPONSE_STATUS_NOT_SUCCESS
public static final Audit.AppLogEventId RESPONSE_STATUS_NOT_SUCCESS
REQUEST_GENERATION_ERROR
public static final Audit.AppLogEventId REQUEST_GENERATION_ERROR
OUTGOING_REQUEST_INFO
public static final Audit.AppLogEventId OUTGOING_REQUEST_INFO
OUTGOING_RESPONSE_INFO
public static final Audit.AppLogEventId OUTGOING_RESPONSE_INFO
SIGNATURE_VALIDATION_INFO
public static final Audit.AppLogEventId SIGNATURE_VALIDATION_INFO
SIGNATURE_VALIDATION_ERROR
public static final Audit.AppLogEventId SIGNATURE_VALIDATION_ERROR
SIGNATURE_VALIDATED
public static final Audit.AppLogEventId SIGNATURE_VALIDATED
AUTHENTICATION_TOKEN_PROCESSING_INFO
public static final Audit.AppLogEventId AUTHENTICATION_TOKEN_PROCESSING_INFO
AUTHENTICATION_TOKEN_PROCESSING_ERROR
public static final Audit.AppLogEventId AUTHENTICATION_TOKEN_PROCESSING_ERROR
AUTHENTICATION_TOKEN_FOUND
public static final Audit.AppLogEventId AUTHENTICATION_TOKEN_FOUND
AUTHENTICATION_TOKEN_NOT_FOUND
public static final Audit.AppLogEventId AUTHENTICATION_TOKEN_NOT_FOUND
AUTHORIZATION_TOKEN_PROCESSING_INFO
public static final Audit.AppLogEventId AUTHORIZATION_TOKEN_PROCESSING_INFO
AUTHORIZATION_TOKEN_PROCESSING_ERROR
public static final Audit.AppLogEventId AUTHORIZATION_TOKEN_PROCESSING_ERROR
AUTHORIZATION_TOKEN_FOUND
public static final Audit.AppLogEventId AUTHORIZATION_TOKEN_FOUND
AUTHORIZATION_TOKEN_NOT_FOUND
public static final Audit.AppLogEventId AUTHORIZATION_TOKEN_NOT_FOUND
ATTRIBUTE_PROCESSING_INFO
public static final Audit.AppLogEventId ATTRIBUTE_PROCESSING_INFO
ATTRIBUTE_PROCESSING_ERROR
public static final Audit.AppLogEventId ATTRIBUTE_PROCESSING_ERROR
ATTRIBUTES_FOUND
public static final Audit.AppLogEventId ATTRIBUTES_FOUND
NO_ATTRIBUTES_FOUND
public static final Audit.AppLogEventId NO_ATTRIBUTES_FOUND
ASSERTION_PROCESSING_INFO
public static final Audit.AppLogEventId ASSERTION_PROCESSING_INFO
ASSERTION_PROCESSING_ERROR
public static final Audit.AppLogEventId ASSERTION_PROCESSING_ERROR
CONDITION_GENERATION_INFO
public static final Audit.AppLogEventId CONDITION_GENERATION_INFO
CONDITIONS_NOT_FULFILLED
public static final Audit.AppLogEventId CONDITIONS_NOT_FULFILLED
NO_PROVIDER_INFO_FOUND
public static final Audit.AppLogEventId NO_PROVIDER_INFO_FOUND
ORIGIN_ISSUER_PROCESSING_INFO
public static final Audit.AppLogEventId ORIGIN_ISSUER_PROCESSING_INFO
ORIGIN_ISSUER_PROCESSING_ERROR
public static final Audit.AppLogEventId ORIGIN_ISSUER_PROCESSING_ERROR
ORIGIN_ISSUER_FOUND
public static final Audit.AppLogEventId ORIGIN_ISSUER_FOUND
ORIGIN_ISSUER_NOT_FOUND
public static final Audit.AppLogEventId ORIGIN_ISSUER_NOT_FOUND
values
public static Audit.AppLogEventId[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Audit.AppLogEventId c : Audit.AppLogEventId.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Audit.AppLogEventId valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getEventId
public java.lang.String getEventId()
- Specified by:
getEventId
in interface Audit.EventId