Package mireka.login
Class GlobalUsersRecipientSpecification
- Object
-
- mireka.login.GlobalUsersRecipientSpecification
-
- All Implemented Interfaces:
RecipientSpecification
public class GlobalUsersRecipientSpecification extends Object implements RecipientSpecification
ARecipientSpecificationwhich accepts those recipient addresses where the local part case insensitively matches any of the user names in the suppliedGlobalUserscollection.
-
-
Constructor Summary
Constructors Constructor Description GlobalUsersRecipientSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSatisfiedBy(Recipient recipient)voidsetUsers(GlobalUsers users)
-
-
-
Method Detail
-
setUsers
public void setUsers(GlobalUsers users)
-
isSatisfiedBy
public boolean isSatisfiedBy(Recipient recipient)
- Specified by:
isSatisfiedByin interfaceRecipientSpecification
-
-