Uses of Class
com.sun.identity.entitlement.EntitlementException
Package
Description
Defines classes and interfaces to work with entitlements.
Contains classes to be used by the SAML2 scripted plugins.
Wrappers for SAML Script bindings
-
Uses of EntitlementException in com.sun.identity.entitlement
Modifier and TypeMethodDescriptionEntitlementCondition.evaluate
(String realm, Subject subject, String resourceName, Map<String, Set<String>> environment) Returns condition decision.EntitlementSubject.evaluate
(String realm, com.sun.identity.entitlement.SubjectAttributesManager mgr, Subject subject, String resourceName, Map<String, Set<String>> environment) ReturnsSubjectDecision
ofEntitlementSubject
evaluation.List<com.sun.identity.entitlement.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.List<com.sun.identity.entitlement.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.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. -
Uses of EntitlementException in com.sun.identity.saml2.plugins.scripted
Modifier and TypeMethodDescriptioncom.sun.identity.entitlement.Application
ScriptEntitlementInfo.getApplication
(Subject adminSubject, String realm) IdpAdapterScriptHelper.getEntitlements
(String applicationName, String realm, Object sessionToken, AuthnRequest authnRequest) Retrieve aList
ofScriptEntitlementInfo
s.IdpAdapterScriptHelper.getEntitlements
(String applicationName, String realm, Subject subject, Set<String> resources) Retrieve aList
ofScriptEntitlementInfo
s.IdpAdapterScriptHelper.getEntitlements
(String applicationName, String realm, Subject subject, Set<String> resources, Map<String, Set<String>> environment) Retrieve aList
ofScriptEntitlementInfo
s. -
Uses of EntitlementException in com.sun.identity.saml2.plugins.scripted.wrappers
Modifier and TypeMethodDescriptioncom.sun.identity.entitlement.Application
ScriptEntitlementInfoWrapper.getApplication
(Subject adminSubject, String realm) Returns application for this entitlement.