Package | Description |
---|---|
com.sun.identity.entitlement |
Defines classes and interfaces to work with entitlements.
|
com.sun.identity.entitlement.util | |
com.sun.identity.entitlement.xacml3 | |
org.forgerock.openam.entitlement.rest.query |
Modifier and Type | Field and Description |
---|---|
static SearchAttribute |
Privilege.APPLICATION_SEARCH_ATTRIBUTE
application search attribute
|
static SearchAttribute |
Privilege.CREATED_BY_SEARCH_ATTRIBUTE
Created by search attribute
|
static SearchAttribute |
Privilege.CREATION_DATE_SEARCH_ATTRIBUTE
Creation date index key
|
static SearchAttribute |
Privilege.DESCRIPTION_SEARCH_ATTRIBUTE
Privilege description search attribute name,
|
static SearchAttribute |
Privilege.LAST_MODIFIED_BY_SEARCH_ATTRIBUTE
Last modified by search attribute
|
static SearchAttribute |
Privilege.LAST_MODIFIED_DATE_SEARCH_ATTRIBUTE
Last modified date index key
|
static SearchAttribute |
Privilege.NAME_SEARCH_ATTRIBUTE
Name search attribute
|
static SearchAttribute |
Privilege.RESOURCE_TYPE_UUID_SEARCH_ATTRIBUTE
Resource type uuid reference.
|
Constructor and Description |
---|
SearchFilter(SearchAttribute attribute,
long value,
SearchFilter.Operator operator)
Constructor.
|
SearchFilter(SearchAttribute attribute,
String value)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static SearchAttribute |
SearchFilterFactory.getSearchAttribute(String attributeName)
Get the SearchAttribute instance for the specified policy attribute name.
|
Modifier and Type | Method and Description |
---|---|
abstract SearchFilter |
AttributeType.getFilter(SearchAttribute field,
SearchFilter.Operator operator,
Object value)
Gets an appropriate search filter for this attribute type.
|
Constructor and Description |
---|
QueryAttribute(AttributeType type,
SearchAttribute attribute) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.