| Package | Description |
|---|---|
| ml.alternet.security |
This package aims to enhance security on passwords
handled in the JVM.
|
| ml.alternet.security.auth |
Support for password based authentication.
|
| 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.
|
| ml.alternet.security.web.server |
Helper classes for Web containers such as
Jetty, Tomcat...
|
| Class and Description |
|---|
| EmptyPassword
The empty password (use it as a placeholder for
a password when no password is supplied.
|
| Password
A safe password, stored obfuscate.
|
| Password.Clear
This class helps keeping low the period where a password appear in clear
in the memory, in order to make it difficult to find when a memory dump
is performed.
|
| PasswordManager
A concrete implementation should supply obfuscate Passwords according to the
level of security expected.
|
| PasswordState
Indicates whether a password is empty, valid, or invalid.
|
| SensitiveData
Mark a data as sensitive data, that is to say
should be destroyed after use and not remain too much
time in memory.
|
| Class and Description |
|---|
| Password
A safe password, stored obfuscate.
|
| Class and Description |
|---|
| Password
A safe password, stored obfuscate.
|
| Password.Clear
This class helps keeping low the period where a password appear in clear
in the memory, in order to make it difficult to find when a memory dump
is performed.
|
| PasswordManager
A concrete implementation should supply obfuscate Passwords according to the
level of security expected.
|
| PasswordState
Indicates whether a password is empty, valid, or invalid.
|
| Class and Description |
|---|
| Password
A safe password, stored obfuscate.
|
| Password.Clear
This class helps keeping low the period where a password appear in clear
in the memory, in order to make it difficult to find when a memory dump
is performed.
|
| PasswordState
Indicates whether a password is empty, valid, or invalid.
|
| Class and Description |
|---|
| Password
A safe password, stored obfuscate.
|
| PasswordManager
A concrete implementation should supply obfuscate Passwords according to the
level of security expected.
|
Copyright © 2018 Alternet. All rights reserved.