Class Authentication.Login

  • All Implemented Interfaces:
    java.security.PrivilegedAction<java.lang.Object>
    Enclosing class:
    Authentication

    public class Authentication.Login
    extends java.lang.Object
    implements java.security.PrivilegedAction<java.lang.Object>
    This class performs the login.
    Author:
    rad
    • Constructor Summary

      Constructors 
      Constructor Description
      Login()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object run()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Login

        public Login()
    • Method Detail

      • run

        public java.lang.Object run()
        Specified by:
        run in interface java.security.PrivilegedAction<java.lang.Object>
        See Also:
        PrivilegedAction.run()