Oracle Entitlements Server Provider SSPI API Reference

com.bea.security.spi
Class AccessResponseFilter

java.lang.Object
  |
  +--com.bea.security.spi.AccessResponseFilter
Direct Known Subclasses:
SimpleAccessResponseFilter

public abstract class AccessResponseFilter
extends java.lang.Object

This class is used to filter AccessResponse objects from an AccessResponseCollector. A custom adjudicator may provide a concrete implementation of this class and call the installFilter method on the AccessResponseCollector, thus controlling the adjudication of detailed authorization data. SimpleAccessResponseFilter is the default filter used if none is specified by the adjudicator.

Author:
Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.

Constructor Summary
AccessResponseFilter()
           
 
Method Summary
abstract  boolean isAllowed(AccessResponse response)
          Tests to see if the supplied response is allowed in the final result set returned to the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessResponseFilter

public AccessResponseFilter()
Method Detail

isAllowed

public abstract boolean isAllowed(AccessResponse response)
Tests to see if the supplied response is allowed in the final result set returned to the application.

Returns:
A value of true is returned if the response is allowed in the final result or false if not allowed.