Package org.opencms.ui.login
Class CmsLoginController.CmsLoginTargetInfo
java.lang.Object
org.opencms.ui.login.CmsLoginController.CmsLoginTargetInfo
- Enclosing class:
CmsLoginController
Represents the login target information.
-
Constructor Summary
ConstructorsConstructorDescriptionCmsLoginTargetInfo(String target, String user, String password) Creates a new instance. -
Method Summary
-
Constructor Details
-
CmsLoginTargetInfo
Creates a new instance.- Parameters:
target- the login targetuser- the user namepassword- the password
-
-
Method Details
-
getPassword
Returns the password.- Returns:
- the password
-
getTarget
Returns the target.- Returns:
- the target
-
getUser
Returns the user.- Returns:
- the user
-