public final class PasswordRequest extends Object
Provides the password request.
Constructor and Description |
---|
PasswordRequest()
Initializes a new instance of the
PasswordRequest class. |
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)
Sets a value indicating whether the request is rejected.
|
void |
setPassword(String value)
Sets a password.
|
public PasswordRequest()
Initializes a new instance of the PasswordRequest
class.
public boolean getCancel()
Gets a value indicating whether the request is rejected.
public void setCancel(boolean value)
Sets a value indicating whether the request is rejected.
value
- The boolean true if request is rejected; otherwise - false.public String getPassword()
Gets a password.
public void setPassword(String value)
Sets a password.
value
- A password for the document.Copyright © 2019. All rights reserved.