Uses of Interface
mireka.login.LoginSpecification
-
Packages that use LoginSpecification Package Description mireka.login Contains classes for the configuration and verification of login credentials.mireka.pop Contains classes for the configuration and connection handling of a POP3 (Post Office Protocol) server.mireka.submission Filters and configuration objects related to receiving mail from a MUA (Mail User Agent). -
-
Uses of LoginSpecification in mireka.login
Classes in mireka.login that implement LoginSpecification Modifier and Type Class Description classGlobalUsersLoginSpecificationThis class authenticates users of aGlobalUserscollection using different authentication algorithms corresponding to both SMTP and POP3 protocols. -
Uses of LoginSpecification in mireka.pop
Methods in mireka.pop that return LoginSpecification Modifier and Type Method Description LoginSpecificationPopServer. getLoginSpecification()Methods in mireka.pop with parameters of type LoginSpecification Modifier and Type Method Description voidPopServer. setLoginSpecification(LoginSpecification loginSpecification) -
Uses of LoginSpecification in mireka.submission
Methods in mireka.submission that return LoginSpecification Modifier and Type Method Description LoginSpecificationUsernamePasswordValidatorImpl. getLoginSpecification()Methods in mireka.submission with parameters of type LoginSpecification Modifier and Type Method Description voidUsernamePasswordValidatorImpl. setLoginSpecification(LoginSpecification users)
-