Package com.axelor.auth
Class AuthSessionService
- java.lang.Object
-
- com.axelor.auth.AuthSessionService
-
public class AuthSessionService extends Object
Manages session attributes.
-
-
Constructor Summary
Constructors Constructor Description AuthSessionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTime
getLoginDate()
LocalDateTime
getLoginDate(org.apache.shiro.session.Session session)
void
updateLoginDate()
void
updateLoginDate(org.apache.shiro.session.Session session)
-
-
-
Method Detail
-
updateLoginDate
public void updateLoginDate()
-
updateLoginDate
public void updateLoginDate(org.apache.shiro.session.Session session)
-
getLoginDate
public LocalDateTime getLoginDate()
-
getLoginDate
public LocalDateTime getLoginDate(org.apache.shiro.session.Session session)
-
-