
SecurityUtils.getSecurityManager() instead.@Deprecated public interface WebSecurityContext extends SecurityContext
| Modifier and Type | Method and Description |
|---|---|
User |
authenticate(HttpServletRequest request,
HttpServletResponse response,
String username,
String password)
Deprecated.
Method description
|
Collection<String> |
getGroups()
Deprecated.
Method description
|
boolean |
isAuthenticated()
Deprecated.
Method description
|
void |
logout(HttpServletRequest request,
HttpServletResponse response)
Deprecated.
Method description
|
getUserUser authenticate(HttpServletRequest request, HttpServletResponse response, String username, String password)
request - response - username - password - void logout(HttpServletRequest request, HttpServletResponse response)
request - response - Collection<String> getGroups()
boolean isAuthenticated()
Copyright © 2013. All Rights Reserved.