|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bea.security.spi.AccessResponseFilter
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.
| 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 |
public AccessResponseFilter()
| Method Detail |
public abstract boolean isAllowed(AccessResponse response)
true is returned if the response is allowed in the final result or false if not allowed.
|
Documentation is available at http://edocs.bea.com/ales/docs25 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||