|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.p13n.security.ResourceAuthorizer
public class ResourceAuthorizer
The ResourceAuthorizer class provides runtime methods for checking security policies on a URLResource.
| Constructor Summary | |
|---|---|
ResourceAuthorizer()
|
|
| Method Summary | |
|---|---|
static boolean |
isAccessAllowed(javax.servlet.http.HttpServletRequest hServletRequest,
String resourceURI)
|
static boolean |
isAnonymousURIAccessAllowed(javax.servlet.http.HttpServletRequest request,
String resourceURI)
|
static boolean |
isURIAccessAllowed(javax.servlet.http.HttpServletRequest request,
String resourceURI)
Evaluates whether access is allowed to view a URI resource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceAuthorizer()
| Method Detail |
|---|
public static boolean isAnonymousURIAccessAllowed(javax.servlet.http.HttpServletRequest request,
String resourceURI)
public static boolean isURIAccessAllowed(javax.servlet.http.HttpServletRequest request,
String resourceURI)
request - The HttpServletRequest sent in to evaulate the user principalresourceURI - String representation of the resource to check access on. Path to the resource
without the webApp name.
public static boolean isAccessAllowed(javax.servlet.http.HttpServletRequest hServletRequest,
String resourceURI)
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||