|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.servlet.utils.Utils
@Deprecated public class Utils
Constructor Summary | |
---|---|
Utils()
Deprecated. |
Method Summary | |
---|---|
static Map |
getParameters(String queryString)
Deprecated. Extract the paramters from the query string. |
static UserRegistry |
getSecureRegistry(javax.servlet.http.HttpServletRequest request)
Deprecated. Returns the registry associated with the current session. |
static boolean |
isLoggedIn(javax.servlet.http.HttpServletRequest request)
Deprecated. |
static void |
logInUser(javax.servlet.http.HttpServletRequest request,
String userName,
String password)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utils()
Method Detail |
---|
public static Map getParameters(String queryString)
queryString
- query string of the URL
public static UserRegistry getSecureRegistry(javax.servlet.http.HttpServletRequest request) throws RegistryException
request
- Servlet request
RegistryException
- : if something went wrongpublic static boolean isLoggedIn(javax.servlet.http.HttpServletRequest request)
public static void logInUser(javax.servlet.http.HttpServletRequest request, String userName, String password) throws RegistryException
RegistryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |