Class PasswordEntity
- java.lang.Object
-
- org.silverpeas.core.webapi.password.PasswordEntity
-
public class PasswordEntity extends Object
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PasswordEntity()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PasswordEntity
createFrom(String value)
Creates a new password entity from the specified password.String
getValue()
-
-
-
Method Detail
-
createFrom
public static PasswordEntity createFrom(String value)
Creates a new password entity from the specified password.- Parameters:
value
-- Returns:
- the entity representing the specified password.
-
getValue
public String getValue()
-
-