org.picketlink.identity.federation.core.audit
Enum PicketLinkAuditEventType
java.lang.Object
java.lang.Enum<PicketLinkAuditEventType>
org.picketlink.identity.federation.core.audit.PicketLinkAuditEventType
- All Implemented Interfaces:
- Serializable, Comparable<PicketLinkAuditEventType>
public enum PicketLinkAuditEventType
- extends Enum<PicketLinkAuditEventType>
An enumeration indicating the type of audit event
- Author:
- anil saldhana
CREATED_ASSERTION
public static final PicketLinkAuditEventType CREATED_ASSERTION
ERROR_RESPONSE_TO_SP
public static final PicketLinkAuditEventType ERROR_RESPONSE_TO_SP
ERROR_SIG_VALIDATION
public static final PicketLinkAuditEventType ERROR_SIG_VALIDATION
ERROR_TRUSTED_DOMAIN
public static final PicketLinkAuditEventType ERROR_TRUSTED_DOMAIN
EXPIRED_ASSERTION
public static final PicketLinkAuditEventType EXPIRED_ASSERTION
GENERATED_ROLES
public static final PicketLinkAuditEventType GENERATED_ROLES
INVALIDATE_HTTP_SESSION
public static final PicketLinkAuditEventType INVALIDATE_HTTP_SESSION
LOGIN_INIT
public static final PicketLinkAuditEventType LOGIN_INIT
LOGIN_COMPLETE
public static final PicketLinkAuditEventType LOGIN_COMPLETE
REQUEST_TO_IDP
public static final PicketLinkAuditEventType REQUEST_TO_IDP
RESPONSE_FROM_IDP
public static final PicketLinkAuditEventType RESPONSE_FROM_IDP
REQUEST_FROM_IDP
public static final PicketLinkAuditEventType REQUEST_FROM_IDP
RESPONSE_TO_SP
public static final PicketLinkAuditEventType RESPONSE_TO_SP
TOKEN_ISSUED
public static final PicketLinkAuditEventType TOKEN_ISSUED
values
public static PicketLinkAuditEventType[] 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 (PicketLinkAuditEventType c : PicketLinkAuditEventType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PicketLinkAuditEventType valueOf(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:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.