public class PasswordResetToken extends Object implements AuthenticationToken
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected String |
newPassword |
protected String |
token |
Constructor and Description |
---|
PasswordResetToken(String token,
String newPassword) |
public static final String copyright
protected final String token
protected final String newPassword
public Object getPrincipal()
getPrincipal
in interface AuthenticationToken
public String getCredentials()
getCredentials
in interface AuthenticationToken
public String getToken()
public String getNewPassword()