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 String
ID of event returned if the subject's account is in an invalid state.static final String
ID of event returned if the subject's account is locked.static final String
ID of event returned if the subject's account has non-fatal but potentially useful state to report.static final String
ID of event returned if authentication throws an exception unrelated to credential validation.static final String
ID of event returned if an authenticated subject doesn't match the identity in an existing session.static final String
ID of event returned if theAuthenticationContext
is missing or invalid.static final String
ID of event returned if the given credentials are invalid.static final String
ID of event returned if a Subject cannot be canonicalized.static final String
ID of event returned if theSubjectCanonicalizationContext
is missing or invalid.static final String
ID of event returned if there are no credentials available in the request.static final String
ID of the event returned if passive authentication isn't possible.static final String
ID of event returned if there are no flows that could be used for authentication or c14n.static final String
ID of event returned if proxying is disallowed.static final String
ID of event returned if the request's authentication requirements can't be met by an action or flow.static final String
ID of event returned if a flow wishes to indicate that another flow should be selected instead.static final String
ID of event returned if the authentication process should be restarted from scratch.static final String
ID of event returned if an error occurs canonicalizing a Subject.static final String
ID of event returned if a username is unknown. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INVALID_AUTHN_CTX
ID of event returned if theAuthenticationContext
is 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 theSubjectCanonicalizationContext
is 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.
-