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

java.lang.Object
  extended by org.nakedobjects.metamodel.authentication.AuthenticationSessionAbstract
      extended by org.nakedobjects.runtime.authentication.standard.singleuser.SingleUserSession
All Implemented Interfaces:
java.io.Serializable, AuthenticationSession, Encodable

public final class SingleUserSession
extends AuthenticationSessionAbstract
implements Encodable

See Also:
Serialized Form

Constructor Summary
SingleUserSession()
          Defaults validation code to "".
SingleUserSession(DataInputExtended input)
           
SingleUserSession(java.lang.String code)
           
 
Method Summary
 void encode(DataOutputExtended output)
           
 
Methods inherited from class org.nakedobjects.metamodel.authentication.AuthenticationSessionAbstract
getAttribute, getRoles, getUserName, getValidationCode, hasUserNameOf, setAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingleUserSession

public SingleUserSession()
Defaults validation code to "".


SingleUserSession

public SingleUserSession(java.lang.String code)

SingleUserSession

public SingleUserSession(DataInputExtended input)
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

encode

public void encode(DataOutputExtended output)
            throws java.io.IOException
Specified by:
encode in interface Encodable
Overrides:
encode in class AuthenticationSessionAbstract
Throws:
java.io.IOException


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