@Deprecated public class UserUtil extends Object
Constructor and Description |
---|
UserUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static boolean isPutAllowed(String userName, String resourcePath, javax.servlet.http.HttpServletRequest request) throws RegistryException
RegistryException
public static boolean isDeleteAllowed(String userName, String resourcePath, javax.servlet.http.HttpServletRequest request) throws RegistryException
RegistryException
public static boolean isAuthorizeAllowed(String userName, String resourcePath, javax.servlet.http.HttpServletRequest request) throws RegistryException
RegistryException
Copyright © 2015 WSO2 Inc. All Rights Reserved.