Class Password.UnencryptedPassword
- java.lang.Object
 - 
- org.salespointframework.useraccount.Password
 - 
- org.salespointframework.useraccount.Password.UnencryptedPassword
 
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.salespointframework.useraccount.Password
Password.EncryptedPassword, Password.UnencryptedPassword 
 - 
 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)intgetLength()Returns the length of the password.inthashCode()static Password.UnencryptedPasswordof(String password)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
of
public static Password.UnencryptedPassword of(String password)
 
- 
getLength
public int getLength()
Returns the length of the password.- Returns:
 
 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -