org.wso2.registry.servlet.utils
Class UserUtil

java.lang.Object
  extended by org.wso2.registry.servlet.utils.UserUtil

public class UserUtil
extends java.lang.Object


Constructor Summary
UserUtil()
           
 
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
 

Constructor Detail

UserUtil

public UserUtil()
Method Detail

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.