Package | Description |
---|---|
com.streamscape.sef.exchange | |
com.streamscape.sef.security |
Modifier and Type | Field and Description |
---|---|
static UserState |
FabricExchange.DEFAULT_ANONYMOUS_USER |
Modifier and Type | Method and Description |
---|---|
UserState |
FabricExchange.getAnonymousUser()
Returns an initial state of users created by an anonymous registration
(i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
FabricExchange.setAnonymousUser(UserState state)
Sets an initial state of users created by an anonymous registration
(i.e.
|
Modifier and Type | Field and Description |
---|---|
static UserState |
UserState.DISABLED |
static UserState |
UserState.DISABLED_INVALID_GROUP |
static UserState |
UserState.DISABLED_INVALID_ORGANIZATION |
static UserState |
UserState.ENABLED |
Modifier and Type | Method and Description |
---|---|
UserState |
User.getState()
Returns a current state of the user.
|
static UserState |
UserState.valueOf(java.lang.String name) |
static UserState[] |
UserState.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.