public class FwkAuthenticationDialogPaneValue extends FwkDialogPaneValue
,
Serialized FormgetHt, ident, propertyChange, setHt, version| Constructor and Description |
|---|
FwkAuthenticationDialogPaneValue()
The default constructore.
|
FwkAuthenticationDialogPaneValue(java.lang.String ident,
java.lang.String username)
The constructor that receives the initial username.
|
FwkAuthenticationDialogPaneValue(java.lang.String ident,
java.lang.String username,
java.lang.String password)
The constructor that receives the initial password and username.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassword()
Get the password.
|
java.lang.String |
getUsername()
Get the username.
|
void |
setPassword(java.lang.String password)
Set the password.
|
void |
setUsername(java.lang.String username)
Set the username.
|
addPropertyChangeListener, addPropertyChangeListener, entrySet, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getIdent, getProperties, getProperty, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, getVersion, isPropertyChangeEventSuspended, main, release, removePropertyChangeListener, removePropertyChangeListener, setIdent, setProperties, setProperty, setSource, suspendPropertyChangeEvents, toStringclear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, valuespublic FwkAuthenticationDialogPaneValue()
public FwkAuthenticationDialogPaneValue(java.lang.String ident,
java.lang.String username)
username - The intial username.public FwkAuthenticationDialogPaneValue(java.lang.String ident,
java.lang.String username,
java.lang.String password)
ident - A name to distinguish two or more identical panes
within one dialog.username - The intial username.password - The intial password.public void setUsername(java.lang.String username)
username - The new username.public void setPassword(java.lang.String password)
password - The new password.public java.lang.String getUsername()
public java.lang.String getPassword()