Package org.apache.guacamole.form
Class PasswordField
- java.lang.Object
-
- org.apache.guacamole.form.Field
-
- org.apache.guacamole.form.PasswordField
-
public class PasswordField extends Field
Represents a field which contains sensitive text information related to authenticating a user.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.guacamole.form.Field
Field.Type
-
-
Constructor Summary
Constructors Constructor Description PasswordField(String name)
Creates a new PasswordField with the given name.
-
-
-
Constructor Detail
-
PasswordField
public PasswordField(String name)
Creates a new PasswordField with the given name.- Parameters:
name
- The unique name to associate with this field.
-
-