org.wso2.carbon.registry.core.servlet.utils
Class UserUtil

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

Deprecated.

@Deprecated
public class UserUtil
extends Object


Constructor Summary
UserUtil()
          Deprecated.  
 
Method Summary
static boolean isAuthorizeAllowed(String userName, String resourcePath, javax.servlet.http.HttpServletRequest request)
          Deprecated.  
static boolean isDeleteAllowed(String userName, String resourcePath, javax.servlet.http.HttpServletRequest request)
          Deprecated.  
static boolean isPutAllowed(String userName, String resourcePath, javax.servlet.http.HttpServletRequest request)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserUtil

public UserUtil()
Deprecated. 
Method Detail

isPutAllowed

public static boolean isPutAllowed(String userName,
                                   String resourcePath,
                                   javax.servlet.http.HttpServletRequest request)
                            throws RegistryException
Deprecated. 
Throws:
RegistryException

isDeleteAllowed

public static boolean isDeleteAllowed(String userName,
                                      String resourcePath,
                                      javax.servlet.http.HttpServletRequest request)
                               throws RegistryException
Deprecated. 
Throws:
RegistryException

isAuthorizeAllowed

public static boolean isAuthorizeAllowed(String userName,
                                         String resourcePath,
                                         javax.servlet.http.HttpServletRequest request)
                                  throws RegistryException
Deprecated. 
Throws:
RegistryException


Copyright © 2011 WSO2 Inc. All Rights Reserved.