Package com.exedio.cope.pattern
Class PasswordRecovery.Token
- java.lang.Object
-
- com.exedio.cope.Item
-
- com.exedio.cope.pattern.PasswordRecovery.Token
-
- All Implemented Interfaces:
Serializable
,Comparable<Item>
- Enclosing class:
- PasswordRecovery
public static final class PasswordRecovery.Token extends Item
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getExpires()
Item
getParent()
PasswordRecovery
getPattern()
long
getSecret()
void
redeem()
String
redeemAndSetNewPassword()
-
Methods inherited from class com.exedio.cope.Item
activeCopeItem, afterNewCopeItem, appendCopeID, beforeDeleteCopeItem, beforeSetCopeItem, compareTo, deleteCopeItem, equals, existsCopeItem, get, getCopeID, getCopeType, hashCode, isActiveCopeItem, newEnumAttribute, newEnumField, newItemAttribute, newItemAttribute, newItemField, newItemField, newType, set, set, toString, writeReplace
-
-
-
-
Method Detail
-
getPattern
public PasswordRecovery getPattern()
-
getParent
public Item getParent()
-
getSecret
public long getSecret()
-
getExpires
public Date getExpires()
-
redeem
public void redeem()
-
redeemAndSetNewPassword
public String redeemAndSetNewPassword()
-
-