|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 12c Release 1 (12.1.1) Part Number E24391-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.security.spi.Direction
public final class Direction
The Direction
class is used to represent when the
authorization check is to be performed by an Access Decision
(either before a resource is accessed or after access has been allowed).
Instances are ONCE
, POST
, and PRIOR
.
For example, if the Direction
is PRIOR
and the
resource is a directory, the Access Decision might allow access.
If the Direction
is POST
, the Access Decision
might want to check what is being returned (that is, a particular file might be
returned from a directory that should not be). An Access Decision
might be called ONCE
for access to a resource or it might get called
PRIOR
and then POST
access to a resource. ONCE
and PRIOR
determine if the resource can be accessed; POST
determines if what is being returned from the resource may be returned.
Field Summary | |
---|---|
static Direction |
ONCE
Indicates that the authorization check is being performed once, with no indication of whether it is being done before or after an operation. |
static Direction |
POST
Indicates that the authorization check is being peformed after the request has been allowed to be processed, but before the results have been returned. |
static Direction |
PRIOR
Indicates that the authorization check is being performed prior to allowing the request to be processed. |
Method Summary | |
---|---|
String |
toString()
Returns this Direction , 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 Direction ONCE
isAccessAllowed
method using a
Direction
of ONCE
.
public static final Direction PRIOR
public static final Direction POST
Method Detail |
---|
public String toString()
Direction
, represented as a String.
toString
in class Object
Direction
, represented as a String.
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 12c Release 1 (12.1.1) Part Number E24391-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |