Package | Description |
---|---|
com.sun.identity.entitlement |
Defines classes and interfaces to work with entitlements.
|
Modifier and Type | Method and Description |
---|---|
SubjectDecision |
EntitlementSubject.evaluate(String realm,
SubjectAttributesManager mgr,
Subject subject,
String resourceName,
Map<String,Set<String>> environment)
Returns
SubjectDecision of EntitlementSubject evaluation. |
List<Entitlement> |
Evaluator.evaluate(String realm,
Subject subject,
Set<String> resourceNames,
Map<String,Set<String>> environment)
Returns a list of entitlements for a given subject, resource names and environment.
|
ConditionDecision |
EntitlementCondition.evaluate(String realm,
Subject subject,
String resourceName,
Map<String,Set<String>> environment)
Returns condition decision.
|
List<Entitlement> |
Evaluator.evaluate(String realm,
Subject subject,
String resourceName,
Map<String,Set<String>> environment,
boolean recursive)
Returns a list of entitlements for a given subject, resource name
and environment.
|
Map<String,Set<String>> |
ResourceAttribute.evaluate(Subject adminSubject,
String realm,
Subject subject,
String resourceName,
Map<String,Set<String>> environment)
Returns resource attributes applicable to the request.
|
void |
EntitlementCondition.validate()
Checks that this condition is configured correctly.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.