org.silverpeas.password.web
Class PasswordEntity

java.lang.Object
  extended by org.silverpeas.password.web.PasswordEntity

public class PasswordEntity
extends Object

Author:
Yohann Chastagnier

Constructor Summary
protected PasswordEntity()
           
 
Method Summary
static PasswordEntity createFrom(String value)
          Creates a new password entity from the specified password.
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordEntity

protected PasswordEntity()
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()


Copyright © 2016 Silverpeas. All Rights Reserved.