public class Login extends Object implements org.apache.commons.chain.Command
Repository
Constructor and Description |
---|
Login() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(org.apache.commons.chain.Context ctx) |
String |
getPasswordKey() |
String |
getUserKey() |
String |
getWorkspaceKey() |
void |
setPasswordKey(String passwordKey) |
void |
setUserKey(String userKey) |
void |
setWorkspaceKey(String workspaceKey) |
public boolean execute(org.apache.commons.chain.Context ctx) throws Exception
execute
in interface org.apache.commons.chain.Command
Exception
public String getPasswordKey()
public void setPasswordKey(String passwordKey)
passwordKey
- the password key to setpublic String getUserKey()
public void setUserKey(String userKey)
userKey
- the user key to setpublic String getWorkspaceKey()
Workspace
.public void setWorkspaceKey(String workspaceKey)
workspaceKey
- the Workspace
key to setCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.