Package | Description |
---|---|
com.sun.identity.entitlement |
Defines classes and interfaces to work with entitlements.
|
com.sun.identity.entitlement.opensso |
Modifier and Type | Method and Description |
---|---|
static ApplicationPrivilege.Action |
ApplicationPrivilege.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationPrivilege.Action[] |
ApplicationPrivilege.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract Set<String> |
ApplicationPrivilegeManager.getApplications(ApplicationPrivilege.Action action)
Returns application names for a given action.
|
abstract Set<String> |
ApplicationPrivilegeManager.getResources(String applicationName,
ApplicationPrivilege.Action action)
Returns a set of resources for an application and an action.
|
abstract boolean |
ApplicationPrivilegeManager.hasPrivilege(Application app,
ApplicationPrivilege.Action action) |
abstract boolean |
ApplicationPrivilegeManager.hasPrivilege(Privilege p,
ApplicationPrivilege.Action action)
Returns
true if the subject has permission to a
privilege of a given action. |
abstract boolean |
ApplicationPrivilegeManager.hasPrivilege(ReferralPrivilege p,
ApplicationPrivilege.Action action)
Returns
true if the subject has permission to a
referral privilege of a given action. |
Modifier and Type | Method and Description |
---|---|
Set<String> |
OpenSSOApplicationPrivilegeManager.getApplications(ApplicationPrivilege.Action action) |
Set<String> |
OpenSSOApplicationPrivilegeManager.getResources(String applicationName,
ApplicationPrivilege.Action action) |
boolean |
OpenSSOApplicationPrivilegeManager.hasPrivilege(Application app,
ApplicationPrivilege.Action action) |
boolean |
OpenSSOApplicationPrivilegeManager.hasPrivilege(Privilege p,
ApplicationPrivilege.Action action) |
boolean |
OpenSSOApplicationPrivilegeManager.hasPrivilege(ReferralPrivilege p,
ApplicationPrivilege.Action action) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.