org.nakedobjects.runtime.authentication
Class AuthenticationRequestPassword

java.lang.Object
  extended by org.nakedobjects.runtime.authentication.AuthenticationRequestAbstract
      extended by org.nakedobjects.runtime.authentication.AuthenticationRequestPassword
All Implemented Interfaces:
AuthenticationRequest

public class AuthenticationRequestPassword
extends AuthenticationRequestAbstract


Constructor Summary
AuthenticationRequestPassword(java.lang.String name, java.lang.String password)
           
 
Method Summary
 java.lang.String getPassword()
           
 
Methods inherited from class org.nakedobjects.runtime.authentication.AuthenticationRequestAbstract
getName, getRoles, setRoles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationRequestPassword

public AuthenticationRequestPassword(java.lang.String name,
                                     java.lang.String password)
Method Detail

getPassword

public java.lang.String getPassword()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.