Package net.shibboleth.idp.authn
Class AuthnEventIds
java.lang.Object
net.shibboleth.idp.authn.AuthnEventIds
Constants to use for
ProfileAction
EventContext results related to
authentication and subject c14n.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringID of event returned if the subject's account is in an invalid state.static final StringID of event returned if the subject's account is locked.static final StringID of event returned if the subject's account has non-fatal but potentially useful state to report.static final StringID of event returned if authentication throws an exception unrelated to credential validation.static final StringID of event returned if an authenticated subject doesn't match the identity in an existing session.static final StringID of event returned if theAuthenticationContextis missing or invalid.static final StringID of event returned if the given credentials are invalid.static final StringID of event returned if a Subject cannot be canonicalized.static final StringID of event returned if theSubjectCanonicalizationContextis missing or invalid.static final StringID of event returned if there are no credentials available in the request.static final StringID of the event returned if passive authentication isn't possible.static final StringID of event returned if there are no flows that could be used for authentication or c14n.static final StringID of event returned if proxying is disallowed.static final StringID of event returned if the request's authentication requirements can't be met by an action or flow.static final StringID of event returned if a flow wishes to indicate that another flow should be selected instead.static final StringID of event returned if the authentication process should be restarted from scratch.static final StringID of event returned if an error occurs canonicalizing a Subject.static final StringID of event returned if a username is unknown. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INVALID_AUTHN_CTX
ID of event returned if theAuthenticationContextis missing or invalid.- See Also:
-
NO_POTENTIAL_FLOW
ID of event returned if there are no flows that could be used for authentication or c14n.- See Also:
-
NO_PASSIVE
ID of the event returned if passive authentication isn't possible.- See Also:
-
REQUEST_UNSUPPORTED
ID of event returned if the request's authentication requirements can't be met by an action or flow.- See Also:
-
NO_CREDENTIALS
ID of event returned if there are no credentials available in the request.- See Also:
-
UNKNOWN_USERNAME
ID of event returned if a username is unknown.- See Also:
-
INVALID_CREDENTIALS
ID of event returned if the given credentials are invalid.- See Also:
-
ACCOUNT_LOCKED
ID of event returned if the subject's account is locked.- See Also:
-
ACCOUNT_ERROR
ID of event returned if the subject's account is in an invalid state.- See Also:
-
ACCOUNT_WARNING
ID of event returned if the subject's account has non-fatal but potentially useful state to report.- See Also:
-
RESELECT_FLOW
ID of event returned if a flow wishes to indicate that another flow should be selected instead.- See Also:
-
RESTART_AUTHN
ID of event returned if the authentication process should be restarted from scratch.- See Also:
-
INVALID_SUBJECT_C14N_CTX
ID of event returned if theSubjectCanonicalizationContextis missing or invalid.- See Also:
-
INVALID_SUBJECT
ID of event returned if a Subject cannot be canonicalized.- See Also:
-
SUBJECT_C14N_ERROR
ID of event returned if an error occurs canonicalizing a Subject.- See Also:
-
IDENTITY_SWITCH
ID of event returned if an authenticated subject doesn't match the identity in an existing session.- See Also:
-
PROXY_COUNT_EXCEEDED
ID of event returned if proxying is disallowed.- See Also:
-
AUTHN_EXCEPTION
ID of event returned if authentication throws an exception unrelated to credential validation.- See Also:
-
-
Constructor Details
-
AuthnEventIds
private AuthnEventIds()Constructor.
-