Class UserSessionLogic
java.lang.Object
com.echothree.model.control.user.server.logic.UserSessionLogic
-
Method Summary
Modifier and TypeMethodDescriptiondeleteUserSessionByUserVisit(UserVisit userVisit) deleteUserSessionByUserVisitPK(UserVisitPK userVisitPK) voiddeleteUserSessionsByParty(Party party) Sets the Party and PartyRelationship to null when a UserSession contains the specified Party.voiddeleteUserSessionsByPartyRelationship(PartyRelationship partyRelationship) Sets the Party and PartyRelationship to null when a UserSession contains the specified PartyRelationship.static UserSessionLogicinvalidateUserSession(UserSession userSession) Invalidating the UserSession will clear the PasswordVerified time if necessary.
-
Method Details
-
getInstance
-
invalidateUserSession
Invalidating the UserSession will clear the PasswordVerified time if necessary.- Parameters:
userSession- The UserSession that should be invalidated.- Returns:
- An invalid UserSession (may be the same as the userSession parameter).
-
deleteUserSessionsByParty
Sets the Party and PartyRelationship to null when a UserSession contains the specified Party. -
deleteUserSessionsByPartyRelationship
Sets the Party and PartyRelationship to null when a UserSession contains the specified PartyRelationship. -
deleteUserSessionByUserVisit
-
deleteUserSessionByUserVisitPK
-