Package org.keycloak.models
Class RoleModel.SearchableFields
java.lang.Object
org.keycloak.models.RoleModel.SearchableFields
- Enclosing interface:
- RoleModel
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SearchableModelField<RoleModel>
If client role, ID of the client (not the clientId)static final SearchableModelField<RoleModel>
static final SearchableModelField<RoleModel>
static final SearchableModelField<RoleModel>
static final SearchableModelField<RoleModel>
static final SearchableModelField<RoleModel>
-
Constructor Summary
-
Method Summary
-
Field Details
-
ID
-
REALM_ID
-
CLIENT_ID
If client role, ID of the client (not the clientId) -
NAME
-
DESCRIPTION
-
COMPOSITE_ROLE
-
-
Constructor Details
-
SearchableFields
public SearchableFields()
-