Uses of Class
com.sun.identity.saml2.plugins.scripted.ScriptEntitlementInfo
-
Packages that use ScriptEntitlementInfo Package Description com.sun.identity.saml2.plugins.scripted Contains classes to be used by the SAML2 scripted plugins. -
-
Uses of ScriptEntitlementInfo in com.sun.identity.saml2.plugins.scripted
Methods in com.sun.identity.saml2.plugins.scripted that return types with arguments of type ScriptEntitlementInfo Modifier and Type Method Description List<ScriptEntitlementInfo>
IdpAdapterScriptHelper. getEntitlements(String applicationName, String realm, Object sessionToken, AuthnRequest authnRequest)
Retrieve aList
ofScriptEntitlementInfo
s.List<ScriptEntitlementInfo>
IdpAdapterScriptHelper. getEntitlements(String applicationName, String realm, Subject subject, Set<String> resources)
Retrieve aList
ofScriptEntitlementInfo
s.List<ScriptEntitlementInfo>
IdpAdapterScriptHelper. getEntitlements(String applicationName, String realm, Subject subject, Set<String> resources, Map<String,Set<String>> environment)
Retrieve aList
ofScriptEntitlementInfo
s.
-