public interface Password
| Modifier and Type | Interface and Description |
|---|---|
static class |
Password.LeafIdentifier
Identify the leaf of Password.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Password.LeafIdentifier leaf)
Checks if the leaf value is set.
|
boolean |
passwordEnabled()
Returns the attribute passwordEnabled.
|
void |
passwordEnabled(boolean passwordEnabled)
Sets the attribute passwordEnabled.
|
String |
passwordValue()
Returns the attribute passwordValue.
|
void |
passwordValue(String passwordValue)
Sets the attribute passwordValue.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
boolean passwordEnabled()
String passwordValue()
BitSet valueLeafFlags()
void passwordEnabled(boolean passwordEnabled)
passwordEnabled - value of passwordEnabledvoid passwordValue(String passwordValue)
passwordValue - value of passwordValueboolean isLeafValueSet(Password.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.