|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.cetia4.service.impl.BasicUserSessionManager
public class BasicUserSessionManager
A simple session manager component for classes that do not require special session characteristics.
| Constructor Summary | |
|---|---|
BasicUserSessionManager()
|
|
| Method Summary | |
|---|---|
UserSession |
authenticate(java.lang.String login,
java.lang.String password)
No authentication performed by this implementation. |
UserSession |
createSessionFor(java.lang.String login)
Create a session for the given login. |
UserSession |
getSystemSession()
Get the system's session |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicUserSessionManager()
| Method Detail |
|---|
public UserSession getSystemSession()
UserSessionManager
getSystemSession in interface UserSessionManager
public UserSession authenticate(java.lang.String login,
java.lang.String password)
throws SystemException
authenticate in interface UserSessionManagerSystemException
public UserSession createSessionFor(java.lang.String login)
throws InvalidUserException,
SystemException
UserSessionManager
createSessionFor in interface UserSessionManagerInvalidUserException
SystemException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||