public abstract class AbstractAuthorizationCallback extends Object implements AuthorizationCallback
| Constructor and Description |
|---|
AbstractAuthorizationCallback()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the login name.
|
String |
getPassword()
Returns the password.
|
void |
setName(String name)
Sets the login name.
|
void |
setPassword(String password)
Sets the password.
|
public AbstractAuthorizationCallback()
public String getName()
getName in interface AuthorizationCallbackpublic String getPassword()
getPassword in interface AuthorizationCallbackpublic void setName(String name)
name - - the name to setpublic void setPassword(String password)
password - - the password to setCopyright © 2012. All Rights Reserved.