Class CmsLoginController.CmsLoginTargetInfo

java.lang.Object
org.opencms.ui.login.CmsLoginController.CmsLoginTargetInfo
Enclosing class:
CmsLoginController

public static class CmsLoginController.CmsLoginTargetInfo extends Object
Represents the login target information.

  • Constructor Details

    • CmsLoginTargetInfo

      public CmsLoginTargetInfo(String target, String user, String password)
      Creates a new instance.

      Parameters:
      target - the login target
      user - the user name
      password - the password
  • Method Details

    • getPassword

      public String getPassword()
      Returns the password.

      Returns:
      the password
    • getTarget

      public String getTarget()
      Returns the target.

      Returns:
      the target
    • getUser

      public String getUser()
      Returns the user.

      Returns:
      the user