fr.ifremer.wao.ui.services
Class ServiceAuthenticationImpl

java.lang.Object
  extended by fr.ifremer.wao.ui.services.ServiceAuthenticationImpl
All Implemented Interfaces:
ServiceAuthentication

public class ServiceAuthenticationImpl
extends Object
implements ServiceAuthentication

ServiceAuthenticationImpl Created: 3 mai 2010

Author:
fdesbois $Id: ServiceAuthenticationImpl.java 474 2010-05-03 16:48:00Z fdesbois $

Constructor Summary
ServiceAuthenticationImpl(org.apache.tapestry5.services.ApplicationStateManager stateManager)
           
 
Method Summary
 WaoUser getNewUserInstance()
           
 WaoUser getUserConnected()
           
 boolean isAllowed(Class<?> page)
           
 boolean isUserConnected()
           
 void setUserConnected(WaoUser user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceAuthenticationImpl

public ServiceAuthenticationImpl(org.apache.tapestry5.services.ApplicationStateManager stateManager)
Method Detail

isUserConnected

public boolean isUserConnected()
Specified by:
isUserConnected in interface ServiceAuthentication

getUserConnected

public WaoUser getUserConnected()
Specified by:
getUserConnected in interface ServiceAuthentication

setUserConnected

public void setUserConnected(WaoUser user)
Specified by:
setUserConnected in interface ServiceAuthentication

isAllowed

public boolean isAllowed(Class<?> page)
Specified by:
isAllowed in interface ServiceAuthentication

getNewUserInstance

public WaoUser getNewUserInstance()
Specified by:
getNewUserInstance in interface ServiceAuthentication


Copyright © 2009-2010 Ifremer. All Rights Reserved.