Class FapiResourceUnprotectedFilterChainHeaplet

java.lang.Object
org.forgerock.openig.heap.GenericHeaplet
org.forgerock.openig.fapi.FapiGenericHeaplet
org.forgerock.openig.fapi.resource.FapiResourceUnprotectedFilterChainHeaplet
All Implemented Interfaces:
Heaplet

public final class FapiResourceUnprotectedFilterChainHeaplet extends FapiGenericHeaplet
Filters chain that validates requests on resources server to make sure they are compliant with the following FAPI specifications.
 {
    "type": "FapiResourceUnprotectedFilterChain",
    "config": {
      "auditService" : AuditService [OPTIONAL - Reference to an {@link AuditService}.]
    }
  }
 
 
 
 {
     "name": "fapiResourceUnprotectedFilterChain",
     "type": "FapiResourceUnprotectedFilterChain",
     "config": {
       "auditService" : "auditService"
     }
 }