public interface UserSubStates
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVE
Use this one as the default in combination with the active state of a user.
|
static String |
DEACTIVATING
You can use this sub state while the user is in deactivation process (e.g.
|
static String |
INACTIVE
Use this one as the default in combination with the inactive state of a user.
|
static String |
INITIALIZING
You can use this sub state while the user is initializing (e.g.
|
static String |
REACTIVATING
You can use this sub state while the user is in reactivation process (e.g.
|
static final String ACTIVE
static final String INACTIVE
static final String INITIALIZING
static final String DEACTIVATING
static final String REACTIVATING