Package | Description |
---|---|
com.sun.identity.entitlement |
Defines classes and interfaces to work with entitlements.
|
com.sun.identity.entitlement.opensso |
Modifier and Type | Interface and Description |
---|---|
interface |
IPrivilegeManager<T extends IPrivilege>
Defines Create Read Update Delete operations for implementation of IPrivilege.
|
Modifier and Type | Class and Description |
---|---|
class |
Privilege
Class representing entitlement privilege
|
class |
ReferralPrivilege
Deprecated.
referrals is no longer supported by the
policy model and is in the process of being removed.
|
Modifier and Type | Method and Description |
---|---|
abstract IPrivilege |
PrivilegeIndexStore.getPrivilege(String privilegeName)
The single requested privilege, found
within the context of this realm.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
abstract void |
PrivilegeIndexStore.add(Set<IPrivilege> privileges)
Adds a set of privileges to the data store.
|
abstract void |
PrivilegeIndexStore.delete(Set<IPrivilege> privilege)
Deletes a set of privileges from data store.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenSSOPrivilege |
class |
XACMLOpenSSOPrivilege |
Modifier and Type | Method and Description |
---|---|
IPrivilege |
OpenSSOIndexStore.getPrivilege(String privilegeName)
Retrieve an individual privilege from the data store.
|
IPrivilege |
DataStore.getPrivilege(String realm,
String privilegeIdentifier)
Retrieves an individual privilege from the data store.
|
Modifier and Type | Method and Description |
---|---|
static Set<IPrivilege> |
PrivilegeUtils.policyObjectToPrivileges(Object policy) |
static Set<IPrivilege> |
PrivilegeUtils.policyToPrivileges(Object policyObject)
Maps an OpenAM Policy to entitlement Privilege
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenSSOIndexStore.add(Set<IPrivilege> privileges)
Adds a set of privileges to the data store.
|
void |
OpenSSOIndexStore.delete(Set<IPrivilege> privileges)
Deletes a privilege from data store.
|
static void |
PrivilegeUtils.policyToPrivileges(Policy policy,
Set<IPrivilege> privileges) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.