All Implemented Interfaces:
Password<RawPassword,RawPassword.Encoder>

public class RawPassword extends AbstractPassword<RawPassword,RawPassword.Encoder>

Represents a raw unencoded password.

This password implementation is not secured and MUST NOT be used for password serialization, in particular for password storage. It should only be considered during an authentication process to represent user provided passwords.

Since:
1.5
Author:
Jeremy Kuhn