Class FileAttributesContext

java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.openig.filter.FileAttributesContext
All Implemented Interfaces:
Context

public class FileAttributesContext extends AbstractContext
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);