Package | Description |
---|---|
org.picketlink.idm.model | |
org.picketlink.idm.model.basic | |
org.picketlink.idm.query |
Modifier and Type | Field and Description |
---|---|
static QueryParameter |
IdentityType.CREATED_AFTER
A query parameter used to set the created after date
|
static QueryParameter |
IdentityType.CREATED_BEFORE
A query parameter used to set the created before date
|
static QueryParameter |
IdentityType.CREATED_DATE
A query parameter used to set the createdDate value
|
static QueryParameter |
IdentityType.ENABLED
A query parameter used to set the enabled value.
|
static QueryParameter |
IdentityType.EXPIRY_AFTER
A query parameter used to set the expiration after date
|
static QueryParameter |
IdentityType.EXPIRY_BEFORE
A query parameter used to set the expiration before date
|
static QueryParameter |
IdentityType.EXPIRY_DATE
A query parameter used to set the expiryDate value
|
static QueryParameter |
AttributedType.ID
A query parameter used to set the id value.
|
static QueryParameter |
Relationship.IDENTITY
A query parameter that can be used to obtain all relationships for a given
IdentityType . |
static QueryParameter |
IdentityType.MODIFIED_AFTER
A query parameter used to set the modified after date
|
static QueryParameter |
IdentityType.PARTITION
A query parameter used to set the
Partition value |
Modifier and Type | Field and Description |
---|---|
static QueryParameter |
User.EMAIL
A query parameter used to set the email value.
|
static QueryParameter |
User.FIRST_NAME
A query parameter used to set the firstName value.
|
static QueryParameter |
User.LAST_NAME
A query parameter used to set the lastName value.
|
static QueryParameter |
Agent.LOGIN_NAME |
static QueryParameter |
Role.NAME
A query parameter used to set the name value.
|
static QueryParameter |
Group.NAME
A query parameter used to set the name value.
|
static QueryParameter |
Group.PARENT
A query parameter used to set the parent value.
|
static QueryParameter |
Group.PATH
A query parameter used to set the path.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RelationshipQueryParameter |
Modifier and Type | Class and Description |
---|---|
class |
AttributeParameter
This class can be used to define a query parameter for properties annotated with
AttributeProperty . |
Modifier and Type | Method and Description |
---|---|
QueryParameter |
Sort.getParameter() |
QueryParameter |
Condition.getParameter()
The
QueryParameter restricted by this condition. |
QueryParameter[] |
IdentityQuery.getSortParameters()
Deprecated.
Will be removed soon.
|
Modifier and Type | Method and Description |
---|---|
Map<QueryParameter,Object[]> |
IdentityQuery.getParameters()
Deprecated.
Use
IdentityQuery.getConditions() instead. Will be removed. |
Map<QueryParameter,Object[]> |
RelationshipQuery.getParameters() |
Map<QueryParameter,Object[]> |
IdentityQuery.getParameters(Class<?> type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Sort |
IdentityQueryBuilder.asc(QueryParameter parameter)
Create an ascending order for the given
parameter . |
Condition |
IdentityQueryBuilder.between(QueryParameter parameter,
Object x,
Object y)
Create a condition for testing whether the query parameter is between the given values.
|
Sort |
IdentityQueryBuilder.desc(QueryParameter parameter)
Create an descending order for the given
parameter . |
Condition |
IdentityQueryBuilder.equal(QueryParameter parameter,
Object value)
Create a condition for testing the arguments for equality.
|
Object[] |
IdentityQuery.getParameter(QueryParameter queryParameter)
Deprecated.
|
Object[] |
RelationshipQuery.getParameter(QueryParameter queryParameter) |
Condition |
IdentityQueryBuilder.greaterThan(QueryParameter parameter,
Object x)
Create a condition for testing whether the query parameter is grater than the given value..
|
Condition |
IdentityQueryBuilder.greaterThanOrEqualTo(QueryParameter parameter,
Object x)
Create a condition for testing whether the query parameter is grater than or equal to the given value..
|
Condition |
IdentityQueryBuilder.in(QueryParameter parameter,
Object... values)
Create a condition for testing whether the query parameter is contained in a list of values.
|
Condition |
IdentityQueryBuilder.lessThan(QueryParameter parameter,
Object x)
Create a condition for testing whether the query parameter is less than the given value..
|
Condition |
IdentityQueryBuilder.lessThanOrEqualTo(QueryParameter parameter,
Object x)
Create a condition for testing whether the query parameter is less than or equal to the given value..
|
Condition |
IdentityQueryBuilder.like(QueryParameter parameter,
String pattern)
Create a condition for testing the whether the query parameter satisfies the given pattern..
|
IdentityQuery<T> |
IdentityQuery.setParameter(QueryParameter param,
Object... value)
Deprecated.
Use
IdentityQuery.where(Condition...) to specify query conditions. |
RelationshipQuery<T> |
RelationshipQuery.setParameter(QueryParameter param,
Object... value) |
IdentityQuery<T> |
IdentityQuery.setSortParameters(QueryParameter... sortParameters)
Deprecated.
Use
IdentityQuery.sortBy(Sort...) instead. Where you can create sort conditions
from the IdentityQueryBuilder . |
Constructor and Description |
---|
Sort(QueryParameter parameter,
boolean asc) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.