public static class ClientModel.SearchableFields extends Object
Modifier and Type | Field and Description |
---|---|
static SearchableModelField<ClientModel> |
ATTRIBUTE
Search for attribute value.
|
static SearchableModelField<ClientModel> |
CLIENT_ID |
static SearchableModelField<ClientModel> |
ENABLED |
static SearchableModelField<ClientModel> |
ID |
static SearchableModelField<ClientModel> |
REALM_ID |
static SearchableModelField<ClientModel> |
SCOPE_MAPPING_ROLE |
Constructor and Description |
---|
SearchableFields() |
public static final SearchableModelField<ClientModel> ID
public static final SearchableModelField<ClientModel> REALM_ID
public static final SearchableModelField<ClientModel> CLIENT_ID
public static final SearchableModelField<ClientModel> ENABLED
public static final SearchableModelField<ClientModel> SCOPE_MAPPING_ROLE
public static final SearchableModelField<ClientModel> ATTRIBUTE
(attribute_name, values...)
where attribute_name
is always checked for equality, and the value is checked per the operator.Copyright © 2021 JBoss by Red Hat. All rights reserved.