Uses of Class
mireka.login.Principal
-
Packages that use Principal 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.pop.command Contains classes that implement POP3 commands. -
-
Uses of Principal in mireka.login
Fields in mireka.login declared as Principal Modifier and Type Field Description PrincipalLoginResult. principalRepresents the canonical name of the logged in userMethods in mireka.login with parameters of type Principal Modifier and Type Method Description StringGlobalUsersPrincipalMaildropTable. lookupMaildropName(Principal principal)Constructors in mireka.login with parameters of type Principal Constructor Description LoginResult(LoginDecision decision, Principal principal) -
Uses of Principal in mireka.pop
Methods in mireka.pop with parameters of type Principal Modifier and Type Method Description StringPrincipalMaildropTable. lookupMaildropName(Principal principal) -
Uses of Principal in mireka.pop.command
Methods in mireka.pop.command with parameters of type Principal Modifier and Type Method Description protected voidAbstractLoginCommand. startTransaction(Principal userPrincipal)
-