Modifier and Type | Field and Description |
---|---|
static SearchableModelField<UserModel> |
ASSIGNED_GROUP |
static SearchableModelField<UserModel> |
ASSIGNED_ROLE |
static SearchableModelField<UserModel> |
ATTRIBUTE
Search for attribute value.
|
static SearchableModelField<UserModel> |
CONSENT_CLIENT_FEDERATION_LINK
Search for users that have consent set for a particular client that originates in the given client provider.
|
static SearchableModelField<UserModel> |
CONSENT_FOR_CLIENT
Search for users that have consent set for a particular client.
|
static SearchableModelField<UserModel> |
CONSENT_WITH_CLIENT_SCOPE
Search for users that have consent that has given client scope.
|
static SearchableModelField<UserModel> |
EMAIL |
static SearchableModelField<UserModel> |
EMAIL_VERIFIED |
static SearchableModelField<UserModel> |
ENABLED |
static SearchableModelField<UserModel> |
FEDERATION_LINK |
static SearchableModelField<UserModel> |
FIRST_NAME |
static SearchableModelField<UserModel> |
ID |
static SearchableModelField<UserModel> |
IDP_AND_USER
This field can only searched either for users coming from an IDP, then the operand is (idp_alias),
or as user coming from a particular IDP with given username there, then the operand is a pair (idp_alias, idp_user_id).
|
static SearchableModelField<UserModel> |
LAST_NAME |
static SearchableModelField<UserModel> |
REALM_ID |
static SearchableModelField<UserModel> |
SERVICE_ACCOUNT_CLIENT
ID of the client corresponding to the service account
|
static SearchableModelField<UserModel> |
USERNAME |
Constructor and Description |
---|
SearchableFields() |
public static final SearchableModelField<UserModel> ID
public static final SearchableModelField<UserModel> REALM_ID
public static final SearchableModelField<UserModel> USERNAME
public static final SearchableModelField<UserModel> FIRST_NAME
public static final SearchableModelField<UserModel> LAST_NAME
public static final SearchableModelField<UserModel> EMAIL
public static final SearchableModelField<UserModel> ENABLED
public static final SearchableModelField<UserModel> EMAIL_VERIFIED
public static final SearchableModelField<UserModel> FEDERATION_LINK
public static final SearchableModelField<UserModel> IDP_AND_USER
idp_alias
, then the pair is (null, idp_user_id)
.public static final SearchableModelField<UserModel> ASSIGNED_ROLE
public static final SearchableModelField<UserModel> ASSIGNED_GROUP
public static final SearchableModelField<UserModel> CONSENT_FOR_CLIENT
public static final SearchableModelField<UserModel> CONSENT_CLIENT_FEDERATION_LINK
public static final SearchableModelField<UserModel> CONSENT_WITH_CLIENT_SCOPE
public static final SearchableModelField<UserModel> SERVICE_ACCOUNT_CLIENT
public static final SearchableModelField<UserModel> ATTRIBUTE
(attribute_name, values...)
where attribute_name
is always checked for equality, and the value (which can be any numbert of values, none for operators like EXISTS
or potentially many for e.g. IN) is checked per the operator.Copyright © 2021 JBoss by Red Hat. All rights reserved.