org.nakedobjects.runtime.authentication.standard.fixture
Class AuthenticationRequestLogonFixture

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

public class AuthenticationRequestLogonFixture
extends AuthenticationRequestAbstract

For testing purposes, request corresponding to a LogonFixture.

Understood directly by AuthenticationManagerStandard.


Constructor Summary
AuthenticationRequestLogonFixture(LogonFixture logonFixture)
           
AuthenticationRequestLogonFixture(java.lang.String name, java.util.List<java.lang.String> roles)
           
 
Method Summary
 
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

AuthenticationRequestLogonFixture

public AuthenticationRequestLogonFixture(LogonFixture logonFixture)

AuthenticationRequestLogonFixture

public AuthenticationRequestLogonFixture(java.lang.String name,
                                         java.util.List<java.lang.String> roles)


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