public final class AuthnEventIds extends Object
ProfileAction
EventContext results related to
authentication and subject c14n.| Modifier and Type | Field and Description |
|---|---|
static String |
ACCOUNT_ERROR
ID of event returned if the subject's account is in an invalid state.
|
static String |
ACCOUNT_LOCKED
ID of event returned if the subject's account is locked.
|
static String |
ACCOUNT_WARNING
ID of event returned if the subject's account has non-fatal but potentially useful state to report.
|
static String |
AUTHN_EXCEPTION
ID of event returned if authentication throws an exception unrelated to credential validation.
|
static String |
IDENTITY_SWITCH
ID of event returned if an authenticated subject doesn't match the identity in an existing session.
|
static String |
INVALID_AUTHN_CTX
ID of event returned if the
AuthenticationContext is missing or invalid. |
static String |
INVALID_CREDENTIALS
ID of event returned if the given credentials are invalid.
|
static String |
INVALID_SUBJECT
ID of event returned if a Subject cannot be canonicalized.
|
static String |
INVALID_SUBJECT_C14N_CTX
ID of event returned if the
SubjectCanonicalizationContext
is missing or invalid. |
static String |
NO_CREDENTIALS
ID of event returned if there are no credentials available in the request.
|
static String |
NO_PASSIVE
ID of the event returned if passive authentication isn't possible.
|
static String |
NO_POTENTIAL_FLOW
ID of event returned if there are no flows that could be used for authentication or c14n.
|
static String |
REQUEST_UNSUPPORTED
ID of event returned if the request's authentication requirements can't be met by an action or flow.
|
static String |
RESELECT_FLOW
ID of event returned if a flow wishes to indicate that another flow should be selected instead.
|
static String |
RESTART_AUTHN
ID of event returned if the authentication process should be restarted from scratch.
|
static String |
SUBJECT_C14N_ERROR
ID of event returned if an error occurs canonicalizing a Subject.
|
| Modifier | Constructor and Description |
|---|---|
private |
AuthnEventIds()
Constructor.
|
@Nonnull @NotEmpty public static final String INVALID_AUTHN_CTX
AuthenticationContext is missing or invalid.@Nonnull @NotEmpty public static final String NO_POTENTIAL_FLOW
@Nonnull @NotEmpty public static final String NO_PASSIVE
@Nonnull @NotEmpty public static final String REQUEST_UNSUPPORTED
@Nonnull @NotEmpty public static final String NO_CREDENTIALS
@Nonnull @NotEmpty public static final String INVALID_CREDENTIALS
@Nonnull @NotEmpty public static final String ACCOUNT_LOCKED
@Nonnull @NotEmpty public static final String ACCOUNT_ERROR
@Nonnull @NotEmpty public static final String ACCOUNT_WARNING
@Nonnull @NotEmpty public static final String RESELECT_FLOW
@Nonnull @NotEmpty public static final String RESTART_AUTHN
@Nonnull @NotEmpty public static final String INVALID_SUBJECT_C14N_CTX
SubjectCanonicalizationContext
is missing or invalid.@Nonnull @NotEmpty public static final String INVALID_SUBJECT
@Nonnull @NotEmpty public static final String SUBJECT_C14N_ERROR
@Nonnull @NotEmpty public static final String IDENTITY_SWITCH
@Nonnull @NotEmpty public static final String AUTHN_EXCEPTION
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.