Class Login

    • Constructor Detail

      • Login

        public Login()
    • Method Detail

      • setUsername

        public void setUsername​(String username)
        Passed in by the caller - as an http param
        Parameters:
        username - The name of the user logging in
      • setPassword

        public void setPassword​(String password)
        Passed in by the caller - as an http param
        Parameters:
        password - The password of the user logging in
      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • getSessionId

        public String getSessionId()
      • getElevatedSecurityGuard

        protected com.atlassian.seraph.elevatedsecurity.ElevatedSecurityGuard getElevatedSecurityGuard()