Package org.keycloak.sessions
Class RootAuthenticationSessionModel.SearchableFields
- java.lang.Object
-
- org.keycloak.sessions.RootAuthenticationSessionModel.SearchableFields
-
- Enclosing interface:
- RootAuthenticationSessionModel
public static class RootAuthenticationSessionModel.SearchableFields extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static SearchableModelField<RootAuthenticationSessionModel>
ID
static SearchableModelField<RootAuthenticationSessionModel>
REALM_ID
-
Constructor Summary
Constructors Constructor Description SearchableFields()
-
-
-
Field Detail
-
ID
public static final SearchableModelField<RootAuthenticationSessionModel> ID
-
REALM_ID
public static final SearchableModelField<RootAuthenticationSessionModel> REALM_ID
-
-