Class AuthenticateAction

    • Constructor Detail

      • AuthenticateAction

        public AuthenticateAction()
    • Method Detail

      • execute

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

        public com.atlassian.user.User getUser()
      • getUsername

        public String getUsername()
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getDestination

        public String getDestination()
      • setDestination

        public void setDestination​(String destination)
      • setWebSudoManager

        public void setWebSudoManager​(WebSudoManager webSudoManager)
      • setEventPublisher

        public void setEventPublisher​(com.atlassian.event.api.EventPublisher eventPublisher)