Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.models.session | |
org.keycloak.models.sessions.infinispan | |
org.keycloak.models.sessions.infinispan.entities |
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) |
Modifier and Type | Method and Description |
---|---|
UserSessionModel.State |
PersistentUserSessionAdapter.getState() |
Modifier and Type | Method and Description |
---|---|
void |
PersistentUserSessionAdapter.setState(UserSessionModel.State state) |
Modifier and Type | Method and Description |
---|---|
UserSessionModel.State |
UserSessionAdapter.getState() |
Modifier and Type | Method and Description |
---|---|
void |
UserSessionAdapter.setState(UserSessionModel.State state) |
Modifier and Type | Method and Description |
---|---|
UserSessionModel.State |
UserSessionEntity.getState() |
Modifier and Type | Method and Description |
---|---|
void |
UserSessionEntity.setState(UserSessionModel.State state) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.