|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserSessionManager
UserSession Manager definition. Provides methods for administration of user session information. This is one of the services that are defined in WebServiceLocator interface; and thus is provided as a service to web applications created under the framework.
Derechos Reservados
WebServiceLocator| Method Summary | |
|---|---|
UserSession |
authenticate(java.lang.String login,
java.lang.String password)
Authenticate a user, and return it's session. |
UserSession |
createSessionFor(java.lang.String login)
Create a session for the given login. |
UserSession |
getSystemSession()
Get the system's session |
| Method Detail |
|---|
UserSession getSystemSession()
UserSession authenticate(java.lang.String login,
java.lang.String password)
throws SystemException
SystemException
UserSession createSessionFor(java.lang.String login)
throws InvalidUserException,
SystemException
InvalidUserException
SystemException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||