public final class AuditContext extends BaseContext
BaseContext containing information to preserve for auditing/logging.BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.Multimap<String,String> |
fieldMap
Extensible map of arbitrary field to data mappings.
|
| Constructor and Description |
|---|
AuditContext()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<String,String> |
getFields()
Get a live view of the map of field/data mappings.
|
Collection<String> |
getFieldValues(String field)
Get a live collection of values associated with a field.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nonnull @NonnullElements private com.google.common.collect.Multimap<String,String> fieldMap
@Nonnull @NonnullElements @Live public com.google.common.collect.Multimap<String,String> getFields()
@Nonnull @NonnullElements @Live public Collection<String> getFieldValues(@Nonnull@NotEmpty String field)
field - field to retrieveCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.