gov.nasa.pds.harvest.security
Class SecuredUser

java.lang.Object
  extended by gov.nasa.pds.harvest.security.SecuredUser

public class SecuredUser
extends Object


Constructor Summary
SecuredUser(String name, String password)
           
 
Method Summary
 String getName()
           
 String getPassword()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredUser

public SecuredUser(String name,
                   String password)
Method Detail

getName

public String getName()

getPassword

public String getPassword()


Copyright © 2010-2011 Planetary Data System. All Rights Reserved.