| 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 |
|---|---|
Password.Clear |
Password.getClearCopy()
Wrap this password in a clear copy.
|
Password.Clear |
EmptyPassword.getClearCopy() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClearPassword
Base implementation of a clear password.
|
| Modifier and Type | Method and Description |
|---|---|
Password.Clear |
AbstractPassword.getClearCopy() |
protected abstract Password.Clear |
AbstractPassword.getClearValidPassword()
Return a new clear copy of this valid password.
|
| Modifier and Type | Method and Description |
|---|---|
Password.Clear |
PasswordParam.getClearCopy() |
Copyright © 2018 Alternet. All rights reserved.