| Package | Description |
|---|---|
| mireka.login |
Contains classes for the configuration and verification of login
credentials.
|
| Modifier and Type | Field and Description |
|---|---|
LoginDecision |
LoginResult.decision |
| Modifier and Type | Method and Description |
|---|---|
static LoginDecision |
LoginDecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoginDecision[] |
LoginDecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LoginResult(LoginDecision decision,
Principal principal) |