org.openqa.selenium.security
Class UserAndPassword

java.lang.Object
  extended by org.openqa.selenium.security.UserAndPassword
All Implemented Interfaces:
Credentials

@Beta
public class UserAndPassword
extends Object
implements Credentials

Represents the authentication credentials for a user with username and password


Constructor Summary
UserAndPassword(String username, String 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

UserAndPassword

public UserAndPassword(String username,
                       String password)
Method Detail

getUsername

public String getUsername()

getPassword

public String getPassword()


Copyright © 2012. All Rights Reserved.