public final class PasswordRequest extends Object
Provides the password request.
Constructor and Description |
---|
PasswordRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCancel()
Gets a value indicating whether the request is rejected.
|
String |
getPassword()
Gets a password.
|
void |
setCancel(boolean value) |
void |
setPassword(String value) |
public boolean getCancel()
Gets a value indicating whether the request is rejected.
public void setCancel(boolean value)
public String getPassword()
Gets a password.
public void setPassword(String value)
Copyright © 2018. All rights reserved.