Package org.duracloud.syncui.domain
Class DuracloudCredentialsForm
java.lang.Object
org.duracloud.syncui.domain.DuracloudCredentialsForm
- All Implemented Interfaces:
Serializable
@Component("duracloudCredentialsForm")
public class DuracloudCredentialsForm
extends Object
implements Serializable
This class backs the Duracloud credentials form.
- Author:
- Daniel Bernstein
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacecheck both basic constraints and high level ones.static interface -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetHost()getPort()booleanvoidvoidsetPassword(String password) voidvoidsetUsername(String username)
-
Constructor Details
-
DuracloudCredentialsForm
public DuracloudCredentialsForm() -
DuracloudCredentialsForm
-
-
Method Details
-
isDefaultPort
public boolean isDefaultPort() -
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getHost
-
setHost
-
getPort
-
setPort
-