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 SummaryFields Modifier and Type Field Description static SearchableModelField<RealmModel>CLIENT_INITIAL_ACCESSSearch for realms that have some client initial access set.static SearchableModelField<RealmModel>COMPONENT_PROVIDER_TYPESearch for realms that have some component withstatic SearchableModelField<RealmModel>IDstatic SearchableModelField<RealmModel>NAME
 - 
Constructor SummaryConstructors Constructor Description SearchableFields()
 
- 
- 
- 
Field Detail- 
IDpublic static final SearchableModelField<RealmModel> ID 
 - 
NAMEpublic static final SearchableModelField<RealmModel> NAME 
 - 
CLIENT_INITIAL_ACCESSpublic static final SearchableModelField<RealmModel> CLIENT_INITIAL_ACCESS Search for realms that have some client initial access set.
 - 
COMPONENT_PROVIDER_TYPEpublic static final SearchableModelField<RealmModel> COMPONENT_PROVIDER_TYPE Search for realms that have some component with
 
- 
 
-