Uses of Class
com.sun.identity.entitlement.EntitlementException
Packages that use 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
Methods in com.sun.identity.entitlement that throw EntitlementExceptionModifier 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) ReturnsSubjectDecisionofEntitlementSubjectevaluation.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.voidEntitlementCondition.validate()Checks that this condition is configured correctly. -
Uses of EntitlementException in com.sun.identity.saml2.plugins.scripted
Methods in com.sun.identity.saml2.plugins.scripted that throw EntitlementExceptionModifier and TypeMethodDescriptioncom.sun.identity.entitlement.ApplicationScriptEntitlementInfo.getApplication(Subject adminSubject, String realm) IdpAdapterScriptHelper.getEntitlements(String applicationName, String realm, Object sessionToken, AuthnRequest authnRequest) Retrieve aListofScriptEntitlementInfos.IdpAdapterScriptHelper.getEntitlements(String applicationName, String realm, Subject subject, Set<String> resources) Retrieve aListofScriptEntitlementInfos.IdpAdapterScriptHelper.getEntitlements(String applicationName, String realm, Subject subject, Set<String> resources, Map<String, Set<String>> environment) Retrieve aListofScriptEntitlementInfos. -
Uses of EntitlementException in com.sun.identity.saml2.plugins.scripted.wrappers
Methods in com.sun.identity.saml2.plugins.scripted.wrappers that throw EntitlementExceptionModifier and TypeMethodDescriptioncom.sun.identity.entitlement.ApplicationScriptEntitlementInfoWrapper.getApplication(Subject adminSubject, String realm) Returns application for this entitlement.