| Package | Description |
|---|---|
| ml.alternet.security |
This package aims to enhance security on passwords
handled in the JVM.
|
| ml.alternet.security.impl |
Base and full implementations of passwords.
|
| ml.alternet.security.web |
Handle safe passwords on a Web environment, meaning that in the
Web processing chain, a password NEVER appear as a String (unsafe)
inside the Web container.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordState |
Password.state()
Return the state of this password.
|
PasswordState |
EmptyPassword.state()
Return
Empty |
static PasswordState |
PasswordState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordState[] |
PasswordState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordState |
AbstractPassword.state() |
| Modifier and Type | Method and Description |
|---|---|
PasswordState |
PasswordParam.state() |
Copyright © 2018 Alternet. All rights reserved.