|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.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 |
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.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.