Class UserKeyLogic
java.lang.Object
com.echothree.model.control.user.server.logic.UserKeyLogic
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearUserKey
(UserKey userKey) Sets the Party and PartyRelationship to null.void
clearUserKeys
(List<UserKey> userKeys) Calls clearUserKey(...) for each UserKey in the List.void
clearUserKeysByParty
(Party party) Sets the Party and PartyRelationship to null when a UserKey contains the specified Party.void
clearUserKeysByPartyRelationship
(PartyRelationship partyRelationship) Sets the Party and PartyRelationship to null when a UserKey contains the specified PartyRelationship.static UserKeyLogic
void
removeInactiveUserKeys
(Long remainingTime, Long inactiveTime)
-
Method Details
-
getInstance
-
removeInactiveUserKeys
-
clearUserKey
Sets the Party and PartyRelationship to null. -
clearUserKeys
Calls clearUserKey(...) for each UserKey in the List. -
clearUserKeysByParty
Sets the Party and PartyRelationship to null when a UserKey contains the specified Party. -
clearUserKeysByPartyRelationship
Sets the Party and PartyRelationship to null when a UserKey contains the specified PartyRelationship.
-