|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserSessionService extends org.springframework.security.core.userdetails.UserDetailsService
The Interface UserSessionService.
Modifier and Type | Method and Description |
---|---|
UserSessionData |
addActionEvent(ActionEvent actionEvent,
UserSessionData userSession)
Adds the action event. |
UserSessionData |
createUserSession(AgencyData agency,
String sessionId,
String headerHost,
String serverHost,
String acceptLanguageKeys,
String userAgent)
Creates the user session. |
UserSessionData |
loadUserSessionById(Long userSessionId)
Load user session by id. |
UserSessionData |
login(String name,
String encodedPassword,
UserSessionData userSession)
Login. |
UserSessionData |
logout(UserSessionData userSession)
Logout. |
Methods inherited from interface org.springframework.security.core.userdetails.UserDetailsService |
---|
loadUserByUsername |
Method Detail |
---|
UserSessionData addActionEvent(ActionEvent actionEvent, UserSessionData userSession)
actionEvent
- the action eventuserSession
- the user sessionUserSessionData createUserSession(AgencyData agency, String sessionId, String headerHost, String serverHost, String acceptLanguageKeys, String userAgent)
agency
- the agencysessionId
- the session idheaderHost
- the header hostserverHost
- the server hostacceptLanguageKeys
- the accept language keysuserAgent
- the user agentUserSessionData loadUserSessionById(Long userSessionId)
userSessionId
- the user session idUserSessionData login(String name, String encodedPassword, UserSessionData userSession)
name
- the nameencodedPassword
- the encoded passworduserSession
- the user sessionUserSessionData logout(UserSessionData userSession)
userSession
- the user session
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |