| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.security.spi.Result
The Result class contains the result of calling the
 isAccessAllowed method on an AccessDecision.
 Instances are ABSTAIN, DENY, and
 PERMIT.
| Field Summary | |
| static Result | ABSTAINIndicates that the Access Decision can not determine whether the request should be permitted or denied. | 
| static Result | DENYIndicates that the Access Decision has decided that the request should be denied. | 
| static Result | PERMITIndicates that the Access Decision has decided that the request should be permitted. | 
| Method Summary | |
|  java.lang.String | toString()Returns this Result, represented as a String. | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
| Field Detail | 
public static final Result ABSTAIN
public static final Result DENY
public static final Result PERMIT
| Method Detail | 
public java.lang.String toString()
Result, represented as a String.
Result, represented as a String.| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||