Esri Geoportal Server
1.0

com.esri.gpt.framework.security.credentials
Class RecoverPasswordCriteria

java.lang.Object
  extended by com.esri.gpt.framework.security.credentials.RecoverPasswordCriteria

public class RecoverPasswordCriteria
extends Object

Criteria associated with a password recovery request.


Constructor Summary
RecoverPasswordCriteria()
          Default constructor.
 
Method Summary
 String getEmailAddress()
          Gets the email address.
 String getUsername()
          Gets the username.
 void setEmailAddress(String emailAddress)
          Sets the email address.
 void setUsername(String username)
          Sets the username.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoverPasswordCriteria

public RecoverPasswordCriteria()
Default constructor.

Method Detail

getEmailAddress

public String getEmailAddress()
Gets the email address.

Returns:
the email address

setEmailAddress

public void setEmailAddress(String emailAddress)
Sets the email address.

Parameters:
emailAddress - the email address

getUsername

public String getUsername()
Gets the username.

Returns:
the username

setUsername

public void setUsername(String username)
Sets the username.

Parameters:
username - the username

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.