Package org.forgerock.openig.filter
Class FileAttributesContext
java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.openig.filter.FileAttributesContext
- All Implemented Interfaces:
Context
Context holding values extracted from the
FileAttributesFilter.
The content corresponds to a single record with keys associated to values. Example:
Map.of("username", "myUser",
"password", "myPassword);
-
Field Summary
Fields inherited from class org.forgerock.services.context.AbstractContext
data -
Method Summary
Methods inherited from class org.forgerock.services.context.AbstractContext
as, asContext, containsContext, containsContext, get, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
-
Method Details
-
getRecord
Get the full record as a map.- Returns:
- a map representing the record found by a
FileAttributesFilter.
-