|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CheckLoginService
A base interface for remote services to check for logged in persons.
Method Summary | |
---|---|
String |
checkLogin()
|
boolean |
checkPermission(String contextUrl)
Check the permission of the logged in user on the given context URL. |
String |
getLoginUrl()
|
void |
logout()
Remove all login properties from the HTTP session and log the user out. |
Method Detail |
---|
String checkLogin() throws LoginRequiredException
LoginRequiredException
- if no user is logged in.String getLoginUrl()
boolean checkPermission(String contextUrl)
contextUrl
- The context Url.
void logout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |