Package | Description |
---|---|
org.keycloak.models |
Modifier and Type | Method and Description |
---|---|
UserSessionModel.State |
UserSessionModel.getState() |
static UserSessionModel.State |
UserSessionModel.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSessionModel.State[] |
UserSessionModel.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UserSessionModel.setState(UserSessionModel.State state) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.