org.n52.oxf.util.web
Class UserPasswordAuthentication

java.lang.Object
  extended by org.n52.oxf.util.web.UserPasswordAuthentication

public class UserPasswordAuthentication
extends Object


Constructor Summary
UserPasswordAuthentication(String user, String pass)
          Constructor setting user name and password.
 
Method Summary
 String getPassword()
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPasswordAuthentication

public UserPasswordAuthentication(String user,
                                  String pass)
Constructor setting user name and password.

Parameters:
user -
pass -
Method Detail

getUsername

public String getUsername()

getPassword

public String getPassword()


Copyright © 2012-2013 52north.org. All Rights Reserved.