org.nakedobjects.runtime.authentication
Class AuthenticationRequestAbstract

java.lang.Object
  extended by org.nakedobjects.runtime.authentication.AuthenticationRequestAbstract
All Implemented Interfaces:
AuthenticationRequest
Direct Known Subclasses:
AuthenticationRequestExploration, AuthenticationRequestLogonFixture, AuthenticationRequestPassword, AuthenticationRequestSingleUser

public abstract class AuthenticationRequestAbstract
extends java.lang.Object
implements AuthenticationRequest


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

Constructor Detail

AuthenticationRequestAbstract

public AuthenticationRequestAbstract(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface AuthenticationRequest

getRoles

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

setRoles

public void setRoles(java.util.List<java.lang.String> roles)
Specified by:
setRoles in interface AuthenticationRequest


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