com.sibvisions.rad.server.http.rest
Class LifeCycleConnector

java.lang.Object
  extended by org.restlet.security.User
      extended by com.sibvisions.rad.server.http.rest.LifeCycleConnector
All Implemented Interfaces:
java.security.Principal

public class LifeCycleConnector
extends org.restlet.security.User

The LifeCycleConnector class is a org.restlet.security.User that contains the connection for the user credentials.


Method Summary
 DirectServerSession getSession()
          Gets the session.
 
Methods inherited from class org.restlet.security.User
getEmail, getFirstName, getIdentifier, getLastName, getName, getSecret, setEmail, setFirstName, setIdentifier, setLastName, setSecret, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode
 

Method Detail

getSession

public DirectServerSession getSession()
Gets the session.

Returns:
the session


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.