Skip navigation links

Package 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.

See: Description

Package ml.alternet.security.web Description

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.

An additional requirement for the Web container is that once extracted from the incoming data stream, the clear password have to be unset.

This package focus on handling the passwords inside a Web application (servlet-based applications as well as RESTful (JAX-RS) applications). It doesn't supply means for the Web container to capture the received passwords.

Please refer to Alternet Security subprojects to configure your servlet container to make this feature available.

See Also:
Passwords, PasswordParam
Skip navigation links

Copyright © 2018 Alternet. All rights reserved.