Esri Geoportal Server
1.0

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

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

public class ChangePasswordCriteria
extends Object

Criteria associated with a change password request.


Constructor Summary
ChangePasswordCriteria()
          Default constructor.
 
Method Summary
 UsernamePasswordCredentials getNewCredentials()
          Gets the new credentials.
 UsernamePasswordCredentials getOriginalCredentials()
          Gets the original credentials.
 User getSubjectUser()
          Gets the user for which the password will be changed.
 void setSubjectUser(User user)
          Sets the user for which the password will be changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangePasswordCriteria

public ChangePasswordCriteria()
Default constructor.

Method Detail

getNewCredentials

public UsernamePasswordCredentials getNewCredentials()
Gets the new credentials.

Returns:
the new credentials

getOriginalCredentials

public UsernamePasswordCredentials getOriginalCredentials()
Gets the original credentials.

Returns:
the original credentials

getSubjectUser

public User getSubjectUser()
Gets the user for which the password will be changed.

Returns:
the subject user

setSubjectUser

public void setSubjectUser(User user)
Sets the user for which the password will be changed. param user the subject user


Esri Geoportal Server
1.0

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