Oracle Entitlements Server for Java API Reference

com.bea.security
Class ExtendedAccessResult

java.lang.Object
  |
  +--com.bea.security.AccessResult
        |
        +--com.bea.security.ExtendedAccessResult

public class ExtendedAccessResult
extends AccessResult

ExtendedAccessResult is an extended AccessResult object. It contains not only access decision, but also resource, action, and response attributes that are used in an authorization operation.

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

Field Summary
protected  java.util.List responses
           
 
Method Summary
 RuntimeAction getAction()
          Gets the action associated with the AccessResult.
 RuntimeResource getResource()
          Gets the resource associated with the AccessResult.
 java.util.List getResponses()
          Gets a list of response attributes.
 
Methods inherited from class com.bea.security.AccessResult
getDecisionTime, isAllowed, reQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

responses

protected java.util.List responses
Method Detail

getResource

public RuntimeResource getResource()
Gets the resource associated with the AccessResult.

Returns:
a RuntimeResource object.

getAction

public RuntimeAction getAction()
Gets the action associated with the AccessResult.

Returns:
a RuntimeAction object.

getResponses

public java.util.List getResponses()
Gets a list of response attributes.

Returns:
a list of AppContextElement objects.