@Deprecated public class Utils extends Object
Constructor and Description |
---|
Utils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static Map getParameters(String queryString)
queryString
- query string of the URLpublic static UserRegistry getSecureRegistry(javax.servlet.http.HttpServletRequest request) throws RegistryException
request
- Servlet requestRegistryException
- : 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
Copyright © 2016 WSO2 Inc. All Rights Reserved.