|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.webservice.authentication.AuthenticationService
public class AuthenticationService
Web Service class for Authentication operations.
Constructor Summary | |
---|---|
AuthenticationService()
|
Method Summary | |
---|---|
java.lang.String |
loginUser(java.lang.String login,
java.lang.String password)
Logins a user using the specified password as his credentials, and returns the new sessionId for the logged in user. |
void |
logoutUser(java.lang.String sessionId)
Close the user's session given the sessionId. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthenticationService()
Method Detail |
---|
public java.lang.String loginUser(java.lang.String login, java.lang.String password) throws PortalException
PortalException
.
login
- the user's login.password
- the user's password.
PortalException
public void logoutUser(java.lang.String sessionId) throws PortalException
sessionId
-
PortalException
IAuthenticationManager#logoutUser(SessionConfig, ITransaction)}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |