massim.framework.connection
Class UsernamePasswordAuthentication

java.lang.Object
  extended by massim.framework.connection.UsernamePasswordAuthentication
All Implemented Interfaces:
Authentication

public class UsernamePasswordAuthentication
extends java.lang.Object
implements Authentication

This class represents a username/password-style authentication.


Field Summary
 java.lang.String password
          password component for this authentication
 java.lang.String username
          username component for this authentication
 
Constructor Summary
UsernamePasswordAuthentication()
          Constructs a new UsernamePasswordAuthentication object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

username

public java.lang.String username
username component for this authentication


password

public java.lang.String password
password component for this authentication

Constructor Detail

UsernamePasswordAuthentication

public UsernamePasswordAuthentication()
Constructs a new UsernamePasswordAuthentication object.



Copyright © 2012. All Rights Reserved.