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.
|
mireka.submission |
Filters and configuration objects related to receiving mail from a
MUA (Mail User Agent).
|
Class and Description |
---|
GlobalUser
represents a user, who is a valid recipient in all (local) domains in the
form of USERNAME@LOCAL_DOMAIN, and who uses a password for login.
|
GlobalUsers
GlobalUsers is a simple collection of GlobalUser instances, this class is
useful in CDI XML configuration.
|
LoginDecision
This class represents the result of an authentication attempt.
|
LoginResult
This class represents the result of an authentication attempt, it gives both
the decision, and if the attempt is successful, the
Principal
authenticated. |
LoginSpecification
Verifies login credentials like username, password combinations, returns
detailed result
|
Principal
This class represents the canonical name of a user account.
|
Username
case-insensitive user name, where case-insensitivity is defined by the en_US
locale.
|
Class and Description |
---|
GlobalUsers
GlobalUsers is a simple collection of GlobalUser instances, this class is
useful in CDI XML configuration.
|
LoginSpecification
Verifies login credentials like username, password combinations, returns
detailed result
|
Principal
This class represents the canonical name of a user account.
|
Class and Description |
---|
Principal
This class represents the canonical name of a user account.
|
Class and Description |
---|
LoginSpecification
Verifies login credentials like username, password combinations, returns
detailed result
|