org.nakedobjects.runtime.authentication.standard.singleuser
Class AuthenticationRequestSingleUser

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

public class AuthenticationRequestSingleUser
extends AuthenticationRequestAbstract

Requests corresponding to an SingleUserSession.


Constructor Summary
AuthenticationRequestSingleUser()
           
 
Method Summary
 java.util.List<java.lang.String> getRoles()
           
 
Methods inherited from class org.nakedobjects.runtime.authentication.AuthenticationRequestAbstract
getName, setRoles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationRequestSingleUser

public AuthenticationRequestSingleUser()
Method Detail

getRoles

public java.util.List<java.lang.String> getRoles()
Specified by:
getRoles in interface AuthenticationRequest
Overrides:
getRoles in class AuthenticationRequestAbstract


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