public class AuthenticationWarningContext extends BaseContext
The login process is particularly prone to requiring detailed warning information to provide appropriate user feedback and auditing, and this context tracks warnings that occur and preserves detailed information about the kind of warnings encountered in multi-part authentication flows.
AuthenticationContextBaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private Collection<String> |
classifiedWarnings
Warning conditions detected through classified warning messages.
|
| Constructor and Description |
|---|
AuthenticationWarningContext()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getClassifiedWarnings()
Get a mutable collection of warning "tokens" associated with the context.
|
boolean |
isClassifiedWarning(String warning)
Check for the presence of a particular warning condition in the context.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentprivate Collection<String> classifiedWarnings
@Nonnull @NonnullElements @Live public Collection<String> getClassifiedWarnings()
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.