org.clazzes.util.http.sec
public interface CheckLoginService
Modifier and Type | Method and Description |
---|---|
String |
checkLogin() |
boolean |
checkPermission(String contextUrl)
Check the permission of the logged in user on the given context
URL.
|
String |
getLocale() |
String |
getLoginUrl() |
String |
getTimeZone() |
void |
logout()
Remove all login properties from the HTTP session and log the user out.
|
String checkLogin() throws LoginRequiredException
LoginRequiredException
- if no user is logged in.String getLoginUrl()
String getLocale()
String getTimeZone()
TimeZone.getID()
.boolean checkPermission(String contextUrl)
contextUrl
- The context Url.void logout()
Copyright © 2013 Clazzes.org. All Rights Reserved.