Package org.keycloak.models
Class RealmModel.SearchableFields
- java.lang.Object
-
- org.keycloak.models.RealmModel.SearchableFields
-
- Enclosing interface:
- RealmModel
public static class RealmModel.SearchableFields extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static SearchableModelField<RealmModel>
CLIENT_INITIAL_ACCESS
Search for realms that have some client initial access set.static SearchableModelField<RealmModel>
COMPONENT_PROVIDER_TYPE
Search for realms that have some component withstatic SearchableModelField<RealmModel>
ID
static SearchableModelField<RealmModel>
NAME
-
Constructor Summary
Constructors Constructor Description SearchableFields()
-
-
-
Field Detail
-
ID
public static final SearchableModelField<RealmModel> ID
-
NAME
public static final SearchableModelField<RealmModel> NAME
-
CLIENT_INITIAL_ACCESS
public static final SearchableModelField<RealmModel> CLIENT_INITIAL_ACCESS
Search for realms that have some client initial access set.
-
COMPONENT_PROVIDER_TYPE
public static final SearchableModelField<RealmModel> COMPONENT_PROVIDER_TYPE
Search for realms that have some component with
-
-