Package | Description |
---|---|
com.fortanix.sdkms.v1.model |
Modifier and Type | Field and Description |
---|---|
static UserState |
UserState.ACTIVE |
static UserState |
UserState.DISABLED |
static UserState |
UserState.LOCKED |
static UserState |
UserState.PENDINGCONFIRMATION |
Modifier and Type | Method and Description |
---|---|
static UserState |
UserState.fromValue(String val)
Intantiate an enumeration member from a value.
|
UserState |
User.getState()
Get state
|
static UserState[] |
UserState.values()
Return an array containing the known enumeration values.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setState(UserState state) |
User |
User.state(UserState state) |
Copyright © 2017-2020 Fortanix Inc. All Rights Reserved