Class UserKeyLogic
java.lang.Object
com.echothree.model.control.user.server.logic.UserKeyLogic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearUserKey(UserKey userKey) Sets the Party and PartyRelationship to null.voidclearUserKeys(List<UserKey> userKeys) Calls clearUserKey(...) for each UserKey in the List.voidclearUserKeysByParty(Party party) Sets the Party and PartyRelationship to null when a UserKey contains the specified Party.voidclearUserKeysByPartyRelationship(PartyRelationship partyRelationship) Sets the Party and PartyRelationship to null when a UserKey contains the specified PartyRelationship.static UserKeyLogicvoidremoveInactiveUserKeys(Long remainingTime, Long inactiveTime)
-
Constructor Details
-
UserKeyLogic
protected UserKeyLogic()
-
-
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.
-