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
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
responses
protected java.util.List responses
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.