public class UserQuery extends Query
ParticipantGrantFilter.| Modifier and Type | Class and Description |
|---|---|
static class |
UserQuery.Attribute
User attribute supporting filter operations.
|
| Modifier and Type | Field and Description |
|---|---|
static UserQuery.Attribute |
ACCOUNT |
static UserQuery.Attribute |
DESCRIPTION |
static UserQuery.Attribute |
EMAIL |
static UserQuery.Attribute |
FAILED_LOGIN_COUNT |
static UserQuery.Attribute |
FIRST_NAME |
static UserQuery.Attribute |
LAST_LOGIN_TIME |
static UserQuery.Attribute |
LAST_NAME |
static UserQuery.Attribute |
OID |
static FilterableAttribute |
REALM_ID |
static UserQuery.Attribute |
VALID_FROM |
static UserQuery.Attribute |
VALID_TO |
| Constructor and Description |
|---|
UserQuery()
Initializes the query to find all users.
|
| Modifier and Type | Method and Description |
|---|---|
static UserQuery |
findActive()
Creates a query for finding active users.
|
static UserQuery |
findActiveForUserGroup(String id)
Creates a query for finding active users associated to a given user group.
|
static UserQuery |
findAll()
Creates a query for finding all users.
|
static UserQuery |
findAllForUserGroup(String id)
Creates a query for finding users associated to a given user group.
|
public static final UserQuery.Attribute OID
public static final UserQuery.Attribute ACCOUNT
public static final UserQuery.Attribute FIRST_NAME
public static final UserQuery.Attribute LAST_NAME
public static final UserQuery.Attribute EMAIL
public static final UserQuery.Attribute VALID_FROM
public static final UserQuery.Attribute VALID_TO
public static final UserQuery.Attribute DESCRIPTION
public static final UserQuery.Attribute FAILED_LOGIN_COUNT
public static final UserQuery.Attribute LAST_LOGIN_TIME
public static final FilterableAttribute REALM_ID
public UserQuery()
findAll()public static UserQuery findAll()
public static UserQuery findActive()
Active means having no expired VALID_TO attribute.
public static UserQuery findAllForUserGroup(String id)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.