|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.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 |
ABSTAIN
Indicates that the Access Decision can not determine whether the request should be permitted or denied. |
static Result |
DENY
Indicates that the Access Decision has decided that the request should be denied. |
static Result |
PERMIT
Indicates that the Access Decision has decided that the request should be permitted. |
Method Summary | |
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 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/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |