| Package | Description |
|---|---|
| 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 |
|---|---|
static PasswordParam |
Passwords.getPasswords(javax.servlet.ServletRequest req,
String name)
Extract the passwords sent by the HTTP request.
|
protected abstract PasswordParam |
Passwords.getPasswords(String name)
Return a non empty sequence of passwords.
|
PasswordParam |
PasswordParam.next()
Return the next password in this sequence.
|
Copyright © 2018 Alternet. All rights reserved.