Package | Description |
---|---|
org.keycloak.models |
Modifier and Type | Method and Description |
---|---|
static UserSessionModel.SessionPersistenceState |
UserSessionModel.SessionPersistenceState.fromString(String sessionPersistenceString) |
static UserSessionModel.SessionPersistenceState |
UserSessionModel.SessionPersistenceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSessionModel.SessionPersistenceState[] |
UserSessionModel.SessionPersistenceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UserSessionModel |
UserSessionProvider.createUserSession(String id,
RealmModel realm,
UserModel user,
String loginUsername,
String ipAddress,
String authMethod,
boolean rememberMe,
String brokerSessionId,
String brokerUserId,
UserSessionModel.SessionPersistenceState persistenceState) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.