Class EduAdminLoginService

java.lang.Object
org.jdesktop.beans.AbstractBean
org.jdesktop.swingx.auth.LoginService
be.gaudry.swing.authentication.SSOLoginService
be.gaudry.swing.edu.authentication.EduAdminLoginService

public class EduAdminLoginService extends SSOLoginService
EduAdminLoginService allows to load a login name and password from the persistent layer to try to authenticate, as single sign one, for the administrative tasks of EducaBrol.
Since:
1.0 Feb 22, 2009, 1.0
Version:
%I%, %G%
Author:
Steph GAUDRY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    authenticateOnce​(String name, char[] password, String server)
    This method is intended to be implemented by clients wishing to authenticate a user with a given password.

    Methods inherited from class be.gaudry.swing.authentication.SSOLoginService

    authenticate, isAuthenticated, logOff

    Methods inherited from class org.jdesktop.swingx.auth.LoginService

    addLoginListener, cancelAuthentication, getServer, getSynchronous, getUserRoles, removeLoginListener, setServer, setSynchronous, startAuthentication

    Methods inherited from class org.jdesktop.beans.AbstractBean

    addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EduAdminLoginService

      public EduAdminLoginService()
    • EduAdminLoginService

      public EduAdminLoginService(String server)
      Parameters:
      server -
  • Method Details