fr.ifremer.allegro.data.specific.service
Class AuthenticationFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.specific.service.AuthenticationFullServiceBase
      extended by fr.ifremer.allegro.data.specific.service.AuthenticationFullServiceImpl
All Implemented Interfaces:
AuthenticationFullService

public class AuthenticationFullServiceImpl
extends AuthenticationFullServiceBase

See Also:
AuthenticationFullService

Constructor Summary
AuthenticationFullServiceImpl()
           
 
Method Summary
protected  java.lang.Boolean handleCloseSession(java.lang.String userName)
          Performs the core logic for AuthenticationFullServiceBase.closeSession(java.lang.String)
protected  java.lang.Boolean handleOpenSession(java.lang.String userName, java.lang.String pwd)
          Performs the core logic for AuthenticationFullServiceBase.openSession(java.lang.String, java.lang.String)
 
Methods inherited from class fr.ifremer.allegro.data.specific.service.AuthenticationFullServiceBase
closeSession, getMessage, getMessage, getMessage, getMessages, getPrincipal, openSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationFullServiceImpl

public AuthenticationFullServiceImpl()
Method Detail

handleOpenSession

protected java.lang.Boolean handleOpenSession(java.lang.String userName,
                                              java.lang.String pwd)
                                       throws java.lang.Exception
Description copied from class: AuthenticationFullServiceBase
Performs the core logic for AuthenticationFullServiceBase.openSession(java.lang.String, java.lang.String)

Specified by:
handleOpenSession in class AuthenticationFullServiceBase
Throws:
java.lang.Exception
See Also:
AuthenticationFullService.openSession(java.lang.String, java.lang.String)

handleCloseSession

protected java.lang.Boolean handleCloseSession(java.lang.String userName)
                                        throws java.lang.Exception
Description copied from class: AuthenticationFullServiceBase
Performs the core logic for AuthenticationFullServiceBase.closeSession(java.lang.String)

Specified by:
handleCloseSession in class AuthenticationFullServiceBase
Throws:
java.lang.Exception
See Also:
AuthenticationFullService.closeSession(java.lang.String)


Copyright © 2008-2010 IFREMER. All Rights Reserved.