Package | Description |
---|---|
com.sun.identity.delegation |
Provides classes for delegation service.
|
com.sun.identity.delegation.interfaces |
This package provides interface for delegation plugins that would register
with delegation framework to manage and evaluate delegation access control
privileges and permissions.
|
com.sun.identity.delegation.plugins | |
org.forgerock.openam.rest.router |
This package contains classes for the routing of REST requests for OpenAM.
|
Modifier and Type | Method and Description |
---|---|
DelegationPermission |
DelegationPermissionFactory.newInstance(String orgName,
String serviceName,
String version,
String configType,
String subConfigName,
Set<String> actions,
Map<String,String> extensions)
Creates a new
DelegationPermission instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
DelegationEvaluatorImpl.isAllowed(SSOToken token,
DelegationPermission permission,
Map envParameters)
Returns a boolean value indicating if a user has the specified
permission.
|
boolean |
DelegationEvaluator.isAllowed(SSOToken token,
DelegationPermission permission,
Map<String,Set<String>> envParameters)
Returns a boolean value indicating if a user has the specified permission.
|
boolean |
DelegationEvaluator.isAllowed(SSOToken token,
DelegationPermission permission,
Map<String,Set<String>> envParameters,
boolean subTreeMode)
Returns a boolean value indicating if a user has the specified permission.
|
boolean |
DelegationEvaluatorImpl.isAllowed(SSOToken token,
DelegationPermission permission,
Map envParameters,
boolean subTreeMode) |
Modifier and Type | Method and Description |
---|---|
boolean |
DelegationInterface.isAllowed(SSOToken token,
DelegationPermission permission,
Map envParams)
Returns a boolean value indicating if a user has the the specified
permission.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DelegationPolicyImpl.isAllowed(SSOToken token,
DelegationPermission permission,
Map envParams)
Returns a boolean value; if a user has the specified
permission returns true, false otherwise.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DelegationEvaluatorProxy.isAllowed(SSOToken token,
DelegationPermission permission,
Map<String,Set<String>> envParameters) |
boolean |
DelegationEvaluatorProxy.isAllowed(SSOToken token,
DelegationPermission permission,
Map<String,Set<String>> envParameters,
boolean subTreeMode) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.