Package | Description |
---|---|
com.sun.identity.entitlement |
Defines classes and interfaces to work with entitlements.
|
com.sun.identity.entitlement.interfaces | |
com.sun.identity.entitlement.opensso | |
com.sun.identity.entitlement.util | |
org.forgerock.openam.entitlement.indextree |
This package contains classes for index rule tree implementations of ISaveIndex and ISearchIndex.
|
Modifier and Type | Method and Description |
---|---|
ResourceSearchIndexes |
ApplicationType.getResourceSearchIndex(String resource,
String realm)
Returns search indexes for a give resource name.
|
ResourceSearchIndexes |
Application.getResourceSearchIndex(String resource,
String realm)
Returns search indexes for a given resource.
|
ResourceSearchIndexes |
Entitlement.getResourceSearchIndexes(Subject adminSubject,
String realm)
Returns resource search indexes.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceSearchIndexes.addAll(ResourceSearchIndexes other)
Appends indexes.
|
abstract Iterator<IPrivilege> |
PrivilegeIndexStore.search(String realm,
ResourceSearchIndexes indexes,
Set<String> subjectIndexes,
boolean bSubTree)
Returns an iterator of matching privilege objects.
|
Modifier and Type | Method and Description |
---|---|
ResourceSearchIndexes |
ISearchIndex.getIndexes(String resource,
String realm)
Returns search indexes for a given resource.
|
Modifier and Type | Method and Description |
---|---|
ResourceSearchIndexes |
DelegationResourceNameSplitter.getIndexes(String resource,
String realm) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
IndexCache.getMatchingEntries(ResourceSearchIndexes indexes,
Set<String> subjectIndexes,
boolean bSubTree)
Returns a set of DN that matches the resource and subject indexes.
|
Iterator<IPrivilege> |
OpenSSOIndexStore.search(String realm,
ResourceSearchIndexes indexes,
Set<String> subjectIndexes,
boolean bSubTree)
Returns an iterator of matching privilege objects.
|
Iterator<IPrivilege> |
OpenSSOIndexStore.search(String realm,
ResourceSearchIndexes indexes,
Set<String> subjectIndexes,
boolean bSubTree,
boolean bReferral)
Search for policies.
|
Set<IPrivilege> |
DataStore.search(Subject adminSubject,
String realm,
BufferedIterator iterator,
ResourceSearchIndexes indexes,
Set<String> subjectIndexes,
boolean bSubTree,
Set<String> excludeDNs)
Returns a set of privilege that satifies the resource and subject
indexes.
|
Set<ReferralPrivilege> |
DataStore.searchReferral(SSOToken adminToken,
String realm,
BufferedIterator iterator,
ResourceSearchIndexes indexes,
boolean bSubTree,
Set<String> excludeDNs)
Returns a set of referral privilege that satifies the resource and
subject indexes.
|
Constructor and Description |
---|
SearchTask(BufferedIterator iterator,
ResourceSearchIndexes indexes,
Set<String> subjectIndexes,
boolean bSubTree,
Set<String> excludeDNs) |
Modifier and Type | Method and Description |
---|---|
ResourceSearchIndexes |
ResourceNameSplitter.getIndexes(String resName,
String realm)
Returns the different components on a resource that can be
used to search for policies.
|
Modifier and Type | Method and Description |
---|---|
ResourceSearchIndexes |
TreeSearchIndex.getIndexes(String resource,
String realm) |
ResourceSearchIndexes |
TreeSearchIndexDelegate.getIndexes(String resource,
String realm) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.