Class CmsLoginController.CmsLoginTargetInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsLoginTargetInfo​(java.lang.String target, java.lang.String user, java.lang.String password)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPassword()
      Returns the password.
      java.lang.String getTarget()
      Returns the target.
      java.lang.String getUser()
      Returns the user.
      • Methods inherited from class java.lang.Object

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

      • CmsLoginTargetInfo

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

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

      • getPassword

        public java.lang.String getPassword()
        Returns the password.

        Returns:
        the password
      • getTarget

        public java.lang.String getTarget()
        Returns the target.

        Returns:
        the target
      • getUser

        public java.lang.String getUser()
        Returns the user.

        Returns:
        the user