org.wso2.registry.servlet.utils
Class UserUtil
java.lang.Object
org.wso2.registry.servlet.utils.UserUtil
public class UserUtil
- extends java.lang.Object
Method Summary |
static boolean |
isAuthorizeAllowed(java.lang.String userName,
java.lang.String resourcePath,
javax.servlet.http.HttpServletRequest request)
|
static boolean |
isDeleteAllowed(java.lang.String userName,
java.lang.String resourcePath,
javax.servlet.http.HttpServletRequest request)
|
static boolean |
isPutAllowed(java.lang.String userName,
java.lang.String resourcePath,
javax.servlet.http.HttpServletRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserUtil
public UserUtil()
isPutAllowed
public static boolean isPutAllowed(java.lang.String userName,
java.lang.String resourcePath,
javax.servlet.http.HttpServletRequest request)
throws RegistryException
- Throws:
RegistryException
isDeleteAllowed
public static boolean isDeleteAllowed(java.lang.String userName,
java.lang.String resourcePath,
javax.servlet.http.HttpServletRequest request)
throws RegistryException
- Throws:
RegistryException
isAuthorizeAllowed
public static boolean isAuthorizeAllowed(java.lang.String userName,
java.lang.String resourcePath,
javax.servlet.http.HttpServletRequest request)
throws RegistryException
- Throws:
RegistryException
Copyright © 2007 Apache Web Services Project. All Rights Reserved.