Uses of Class
com.sun.identity.policy.PolicyException
-
Packages that use PolicyException Package Description com.sun.identity.entitlement.opensso com.sun.identity.policy Provides classes for policy administration and evaluation.com.sun.identity.policy.client Provides classes necessary for a remote client to evaluate policy decisions.com.sun.identity.policy.interfaces Deprecated interfaces for writing custom Policy plugins for Conditions, Subjects, Referrals, ResponseProviders and Resources.com.sun.identity.policy.plugins com.sun.identity.policy.remote Classes to handle policies remotely.com.sun.identity.policy.util com.sun.identity.setup org.forgerock.openam.network.ipv4 org.forgerock.openam.network.ipv6 -
-
Uses of PolicyException in com.sun.identity.entitlement.opensso
Methods in com.sun.identity.entitlement.opensso that throw PolicyException Modifier and Type Method Description static Set<IPrivilege>PrivilegeUtils. policyObjectToPrivileges(Object policy)static voidPrivilegeUtils. policyToPrivileges(Policy policy, Set<IPrivilege> privileges)static Set<IPrivilege>PrivilegeUtils. policyToPrivileges(Object policyObject)Maps an OpenAM Policy to entitlement Privilegestatic PolicyPrivilegeUtils. privilegeToPolicy(String realm, Privilege privilege)static ObjectPrivilegeUtils. privilegeToPolicyObject(String realm, Privilege privilege)static PolicyPrivilegeUtils. referralPrivilegeToPolicy(String realm, ReferralPrivilege referralPrivilege) -
Uses of PolicyException in com.sun.identity.policy
Subclasses of PolicyException in com.sun.identity.policy Modifier and Type Class Description classInvalidFormatExceptionException thrown if a name of an object such as policy, rule or referral has invalid formatclassInvalidNameExceptionException thrown if a name of an object such as policy, rule or referral is invalidclassLimitExceededExceptionException thrown if any configured limit is exceededclassNameAlreadyExistsExceptionException thrown if a name of an object such as policy, rule or referral already exists (used by another object of the same type)classNameNotFoundExceptionException thrown if an object such as policy, rule or referral for the given name does not exist.classNoPermissionExceptionException thrown if a policy operation attempted could not be done due to insufficient permissionsclassObjectInUseExceptionException thrown to indicate that an object you are trying to remove is in use and therefore can not be removed.Methods in com.sun.identity.policy that throw PolicyException Modifier and Type Method Description voidPolicyManager. addPolicy(Policy policy)Deprecated.Adds a policy to the data store.voidPolicy. addRealmSubject(SSOToken token, String subjectName, String realmName, boolean exclusive)Deprecated.Adds a reference in the policy to a Subject defined at the realm.voidPolicy. addRealmSubject(String subjectName, SubjectTypeManager stm, boolean exclusive)Deprecated.Adds a reference in the policy to a Subject defined at the realm.voidResourceResult. addResourceResult(ResourceResult resourceResult, ResourceName resourceComparator)Deprecated.Adds a resource result to the resource result sub tree rooted at this ResourceResultvoidResourceResult. addResourceResult(ResourceResult resourceResult, ServiceType serviceType)Deprecated.Adds a resource result to the resource result sub tree rooted at this ResourceResultvoidSubjectTypeManager. addSubject(String subjectName, Subject subject)Deprecated.Adds a policy subject at realm.static StringPolicyUtils. advicesToXMLString(Map advices)Returns XML string representation of aMapof policy advicesbooleanResourceManager. canCreateNewResource(String ServiceType)Determines that with the given organization (or, sub-organization, or container) name, if a new resource can be created or not.static voidPolicyUtils. createOrReplacePolicies(PolicyManager pm, InputStream xmlPolicies, boolean replace)Creates or replaces policy objects given an input stream of policy XML which confines tocom/sun/identity/policy/policyAdmin.dtd.static voidPolicyUtils. createPolicies(PolicyManager pm, InputStream xmlPolicies)Creates policy objects given an input stream of policy XML which confines tocom/sun/identity/policy/policyAdmin.dtd.static SetPolicyConfig. getAdvicesHandleableByAM()Returns names of policy advices that could be handled by OpenSSO Enterprise if PEP redirects the user agent to OpenSSO.ConditionConditionTypeManager. getCondition(String conditionType)Deprecated.Returns an instance of theConditiongiven the condition type name.SetConditionTypeManager. getConditionTypeNames()Deprecated.Returns aSetof all valid condition type names defined by the policy service.static PolicyCachePolicyCache. getInstance()Gets the singleton instance of PolicyCachestatic ProxyPolicyEvaluatorFactoryProxyPolicyEvaluatorFactory. getInstance()Deprecated.Gets an instance of ProxyPolicyEvaluatorFactory.SetPolicyManager. getManagedResourceNames()Deprecated.SetResourceManager. getManagedResourceNames()Returns a set of all managed resource names for all the service typesSetResourceManager. getManagedResourceNames(String serviceType)Returns a set of all managed resource names for the given service type.SetPolicyManager. getPoliciesUsingRealmSubject(String subjectName)Deprecated.Gets the set of policies that use the realm subjectPolicyPolicyManager. getPolicy(String policyName)Deprecated.Gets the policy object given the name of the policy.static MapPolicyConfig. getPolicyConfig(String org)this method returns the policy configuration for the given organization.PolicyDecisionPolicy. getPolicyDecision(SSOToken token, String resourceTypeName, String resourceName, Set actionNames, Map envParameters)Deprecated.Gets policy decisionPolicyDecisionPolicyEvaluator. getPolicyDecision(SSOToken token, String resourceName, Set actionNames)Deprecated.Evaluates privileges of the user to perform the specified actions on the specified resource.PolicyDecisionPolicyEvaluator. getPolicyDecision(SSOToken token, String resourceName, Set actionNames, Map envParameters)Deprecated.Evaluates privileges of the user to perform the specified actions on the specified resource.PolicyDecisionProxyPolicyEvaluator. getPolicyDecisionIgnoreSubjects(String resourceName, Set actionNames, Map env)Deprecated.Gets policy decision for a resource, skipping subject evaluation.StringPolicyManager. getPolicyDN(String policyName)Deprecated.Gets the LDAP DN (distinguished name) for the named policySetPolicyManager. getPolicyNames()Deprecated.Gets a set of names of polices defined in the organization for which the policy manager was instantiated.SetPolicyManager. getPolicyNames(String pattern)Deprecated.Gets a set of selected policy names matching the pattern in the given organization.SetResourceManager. getPolicyNames(String serviceType, String resource, boolean includePoliciesForSuperResources)Returns a set of names of all the policies for the given resource of the given service.static intServiceTypeManager. getPolicyServiceRevisionNumber()Returns service revision number of policy serviceSetPolicyEvaluator. getProtectedResourcesIgnoreConditions(SSOToken token, String rootResource)Deprecated.Gets protected resources for a user identified by single sign on token Conditions defined in the policies are ignored while computing protected resources.ProxyPolicyEvaluatorProxyPolicyEvaluatorFactory. getProxyPolicyEvaluator(SSOToken token, String serviceType)Deprecated.Gets an instance ofProxyPolicyEvaluator.ReferralReferralTypeManager. getReferral(String referralType)Deprecated.Returns an instance of theReferralgiven the referral type name.SetReferralTypeManager. getReferralTypeNames()Deprecated.Returns a set of all valid referral type names defined by the policy service.static MapPolicyConfig. getResourceCompareConfig(String service)Returns the resource comparator configuration for the given service typeSetPolicyEvaluator. getResourceNames(SSOToken token, String resourceName, boolean followReferral)Deprecated.Gets resource names that are exact matches, sub resources or wild card matches of argument resource name.SetPolicyEvaluator. getResourceNames(SSOToken token, String resourceName, boolean followReferral, Set visitedOrgs)Deprecated.Gets resource names that are exact matches, sub resources or wild card matches of argument resource name.ResourceResultPolicyEvaluator. getResourceResult(SSOToken token, String resourceName, String scope, Map envParameters)Deprecated.UsegetResourceResults()SetPolicyEvaluator. getResourceResults(SSOToken token, String resourceName, String scope, Map envParameters)Deprecated.Gets resource result objects given a resource name.ResponseProviderResponseProviderTypeManager. getResponseProvider(String responseProviderTypeName)Deprecated.Returns an instance of theResponseProvidergiven the response provider type name.SetResponseProviderTypeManager. getResponseProviderTypeNames()Deprecated.Returns a set of all validResponseProvidertype names defined in thePolicyConfigservice.SetConditionTypeManager. getSelectedConditionTypeNames()Deprecated.Returns aSetof valid condition type names configured for the organization.SetReferralTypeManager. getSelectedReferralTypeNames()Deprecated.Returns a set of valid referral type names configured for the organization.SetResponseProviderTypeManager. getSelectedResponseProviderTypeNames()Deprecated.Returns a set of validResponseProvidertype names configured.SetSubjectTypeManager. getSelectedSubjectTypeNames()Deprecated.Returns a set of valid subject type names configured for the organization.SubjectSubjectTypeManager. getSubject(String subjectType)Deprecated.Returns an instance of theSubjectgiven the subject type name.SubjectSubjectTypeManager. getSubjectByName(String subjectName)Deprecated.Returns the Subject object identified by subjectName defined at the realmSetSubjectTypeManager. getSubjectNames()Deprecated.Get the set of names of Subject(s) defined at the realmSetSubjectTypeManager. getSubjectTypeNames()Deprecated.Returns a set of all valid subject type names defined by the policy service.static SetPolicyEvaluator. getUserNSRoleValues(SSOToken token)Deprecated.Get the set of role DNs of a user.SetResourceManager. getValidServiceNames()Returns a set of valid service names that are applicable for the organization.booleanConditions. isAllowed(SSOToken token, Map env)Checks whether the effective result of conditions is an allow or deny.booleanPolicyEvaluator. isAllowed(SSOToken token, String resourceName, String actionName)Deprecated.Evaluates a simple privilege of boolean type.booleanPolicyEvaluator. isAllowed(SSOToken token, String resourceName, String actionName, Map envParameters)Deprecated.Evaluates simple privileges of boolean type.static booleanPolicyUtils. isLocalDS(String hostName)Checks if thehostNameis the same as the one used by the OpenAM SDK.booleanSubjects. isMember(SSOToken token)Checks if the given user (usingSSOToken) belongs to any of the subjects contained in this user collection (subjects).static ActionDecisionActionDecision. parseActionDecision(Node actionDecisionNode)Deprecated.Creates an ActionDecisions object given a w3c DOM nodestatic MapPolicyUtils. parseAdvicesXML(String advicesXML)Parses an XML string representation of policy advices and returns a Map of advices.static MapPolicyUtils. parseEnvParameters(Node pNode)Parses an XML node which represents a collection of the environment parameters and returns a map which contains these parameters.static PolicyDecisionPolicyDecision. parsePolicyDecision(Node policyDecisionNode)Deprecated.Gets a PolicyDecision given corresponding XML nodestatic ResourceResultResourceResult. parseResourceResult(Node resourceResultNode)Deprecated.Converts an XML representation of resource result to ResourceResultstatic SetPolicyUtils. parseResponseAttributes(Node pNode)Parses an XML node which represents a collection of user response attributes and returns a set which contains the names of these attributesvoidPolicyManager. removePolicy(String policyName)Deprecated.Deletes a policy in the organization with the given name.SubjectSubjectTypeManager. removeSubject(String subjectName)Deprecated.Removes the subject with the given name from the realm.SubjectSubjectTypeManager. removeSubject(String subjectName, boolean forcedRemove)Deprecated.Removes the subject with the given name from the realm.voidPolicyManager. replacePolicy(Policy policy)Deprecated.Replaces a policy object in the data store with the same policy namevoidSubjectTypeManager. replaceSubject(String subjectName, Subject subject)Deprecated.Replaces an existing subject with the same name by the current one at the realm.String[]ResourceManager. splitResourceName(String serviceTypeName, String resourceName)Returns the resource prefix (super-resource) and the rest of the resource name (sub-resource)voidPolicy. store(SSOToken token, String name)Deprecated.Stores the policy object in a persistent data store under the organization, sub-organization or a container object, specified as a parameter.Constructors in com.sun.identity.policy that throw PolicyException Constructor Description Conditions(ConditionTypeManager ctm, Node conditionsNode)Constructor used byPolicyto obtain an instance ofConditionsfrom W3C DOM representation of the object.Policy(PolicyManager pm, Node policyNode)Deprecated.Constructs a policy given the Policy Node.PolicyEvaluator(String serviceTypeName)Deprecated.Constructor to create aPolicyEvaluatorgiven theServiceTypename.PolicyEvaluator(String orgName, String serviceTypeName)Deprecated.Constructor to create aPolicyEvaluatorgiven organization name and theServiceTypename.PolicyEvaluator(String orgName, String serviceTypeName, String applicationName)Deprecated.Creates a new policy evaluator instance.PolicyManager(SSOToken token)Deprecated.Constructor forPolicyManagerfor the top (or root) organization.PolicyManager(SSOToken token, String name)Deprecated.Constructor forPolicyManagerfor the specified organization, sub organization or a container object.Referrals(PolicyManager pm, Node referralsNode)Constructor used byPolicyto obtain an instance ofReferralsfrom the XML documentResponseProviders(ResponseProviderTypeManager rpm, Node responseProvidersNode)Constructor used byPolicyto obtain an instance ofResponseProvidersfrom the XML documentSubjects(PolicyManager pm, Node usersNode)Constructor used byPolicyto obtain an instance ofSubjectsfrom the XML document -
Uses of PolicyException in com.sun.identity.policy.client
Subclasses of PolicyException in com.sun.identity.policy.client Modifier and Type Class Description classInvalidAppSSOTokenExceptionException thrown if ApplicationSSOTokenis invalid.Methods in com.sun.identity.policy.client that throw PolicyException Modifier and Type Method Description SetPolicyEvaluator. getAdvicesHandleableByAM(boolean refetchFromServer)Gets names of policy advices that could be handled by OpenAM if PEP redirects user agent to OpenAM.StringPolicyEvaluator. getCompositeAdvice(ActionDecision actionDecision)Returns XML string representation of advice map contained in the actionDecision.PolicyDecisionPolicyEvaluator. getPolicyDecision(SSOToken token, String resourceName, Set actionNames)Evaluates privileges of the user to perform the specified actions on the specified resource.PolicyDecisionPolicyEvaluator. getPolicyDecision(SSOToken token, String resourceName, Set actionNames, Map envParameters)Evaluates privileges of the user to perform the specified actions on the specified resource.PolicyEvaluatorPolicyEvaluatorFactory. getPolicyEvaluator(String serviceName)Returns an instance ofcom.sun.identity.policy.client.PolicyEvaluatorPolicyEvaluatorPolicyEvaluatorFactory. getPolicyEvaluator(String serviceName, AppSSOTokenProvider appSSOTokenProvider)Returns an instance ofcom.sun.identity.policy.client.PolicyEvaluatorbooleanPolicyEvaluator. isAllowed(SSOToken token, String resourceName, String actionName)Evaluates a simple privilege of boolean type.booleanPolicyEvaluator. isAllowed(SSOToken token, String resourceName, String actionName, Map envParameters)Evaluates simple privileges of boolean type. -
Uses of PolicyException in com.sun.identity.policy.interfaces
Methods in com.sun.identity.policy.interfaces that throw PolicyException Modifier and Type Method Description ConditionDecisionCondition. getConditionDecision(SSOToken token, Map<String,Set<String>> env)Deprecated.Gets the decision computed by this condition object, based on theMapof environment parametersStringCondition. getDisplayName(String property, Locale locale)Deprecated.Gets the display name for the property name.StringResponseProvider. getDisplayName(String property, Locale locale)Deprecated.Gets the display name for the property name.PolicyDecisionReferral. getPolicyDecision(SSOToken token, String resourceType, String resourceName, Set actionNames, Map envParameters)Deprecated.Gets policy resultsSetReferral. getResourceNames(SSOToken token, String serviceTypeName, String resourceName)Deprecated.Gets resource names that are exact matches, sub resources or wild card matches of argument resource name.MapResponseProvider. getResponseDecision(SSOToken token, Map env)Deprecated.Gets the response attributes computed by this ResponseProvider object, based on theSSOTokenandMapof environment parameters.Set<String>Condition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.ValidValuesReferral. getValidValues(SSOToken token)Deprecated.Gets the valid values for this referralValidValuesReferral. getValidValues(SSOToken token, String pattern)Deprecated.Gets the valid values for this referral matching a patternSetResponseProvider. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.ValidValuesSubject. getValidValues(SSOToken token)Deprecated.Returns a list of possible values for theSubject.ValidValuesSubject. getValidValues(SSOToken token, String pattern)Deprecated.Returns a list of possible values for theSubjectthat satisfy the givenpattern.SyntaxReferral. getValueSyntax(SSOToken token)Deprecated.Gets the syntax for the valueSyntaxSubject. getValueSyntax(SSOToken token)Deprecated.Returns the syntax of the values theSubjectimplementation can have.voidResponseProvider. initialize(Map configParams)Deprecated.Initialize theResponseProvidervoidSubject. initialize(Map configParams)Deprecated.Initialize (or configure) theSubjectobject.booleanSubject. isMember(SSOToken token)Deprecated.Determines if the user belongs to this instance of theSubjectobject.voidCondition. setProperties(Map<String,Set<String>> properties)Deprecated.Sets the properties of the condition.voidResponseProvider. setProperties(Map properties)Deprecated.Sets the properties of the responseProvider plugin. -
Uses of PolicyException in com.sun.identity.policy.plugins
Methods in com.sun.identity.policy.plugins that return PolicyException Modifier and Type Method Description protected PolicyExceptionPrefixResourceName. constructResourceInvalidException(Object[] args)protected PolicyExceptionURLResourceName. constructResourceInvalidException(Object[] args)Methods in com.sun.identity.policy.plugins that throw PolicyException Modifier and Type Method Description StringSuffixResourceName. canonicalize(String res)This method is used to canonicalize a suffix resource It returns the string back as is.ConditionDecisionAMIdentityMembershipCondition. getConditionDecision(SSOToken token, Map environment)Deprecated.Gets the decision computed by this condition object.ConditionDecisionAuthenticatedSharedAgentsCondition. getConditionDecision(SSOToken token, Map env)Gets the decision computed by this condition object.ConditionDecisionAuthenticateToRealmCondition. getConditionDecision(SSOToken token, Map env)Deprecated.Returns the decision computed by this condition object, based on the map of environment parametersConditionDecisionAuthenticateToServiceCondition. getConditionDecision(SSOToken token, Map env)Deprecated.Returns the decision computed by this condition object, based on the map of environment parametersConditionDecisionAuthLevelCondition. getConditionDecision(SSOToken token, Map env)Deprecated.Gets the decision computed by this condition object, based on the map of environment parametersConditionDecisionAuthRoleCondition. getConditionDecision(SSOToken token, Map env)Deprecated.Gets the decision computed by this condition object.ConditionDecisionAuthSchemeCondition. getConditionDecision(SSOToken token, Map env)Deprecated.Gets the decision computed by this condition object, based on the map of environment parametersConditionDecisionIPCondition. getConditionDecision(SSOToken token, Map env)Deprecated.Gets the decision computed by this condition object, based on the map of environment parametersConditionDecisionLDAPFilterCondition. getConditionDecision(SSOToken token, Map env)Deprecated.Returns the decision computed by this condition object.ConditionDecisionLEAuthLevelCondition. getConditionDecision(SSOToken token, Map env)Deprecated.Gets the decision computed by this condition object, based on theMapof environment parametersConditionDecisionPrivilegeCondition. getConditionDecision(SSOToken token, Map env)Returns condition decision.ConditionDecisionResourceEnvIPCondition. getConditionDecision(SSOToken token, Map env)Deprecated.Returns the decision computed byResourceEnvIPConditionobject.ConditionDecisionSessionCondition. getConditionDecision(SSOToken token, Map env)Deprecated.Gets the decision computed by this condition object, based on the map of environment parameters or the user token.ConditionDecisionSessionPropertyCondition. getConditionDecision(SSOToken token, Map env)Deprecated.Gets the decision computed by this condition object.ConditionDecisionSimpleTimeCondition. getConditionDecision(SSOToken token, Map env)Deprecated.Gets the decision computed by this condition object, based on the map of environment parameters A policy would be evaluated only if the decision of condition is allow.ConditionDecisionUserSelfCheckCondition. getConditionDecision(SSOToken token, Map env)Gets the decision computed by this condition object.StringAMIdentityMembershipCondition. getDisplayName(String property, Locale locale)Deprecated.Gets the display name for the property name.StringAuthenticatedSharedAgentsCondition. getDisplayName(String property, Locale locale)Gets the display name for the property name.StringAuthenticateToRealmCondition. getDisplayName(String property, Locale locale)Deprecated.Returns the display name for the property name.StringAuthenticateToServiceCondition. getDisplayName(String property, Locale locale)Deprecated.Returns the display name for the property name.StringAuthLevelCondition. getDisplayName(String property, Locale locale)Deprecated.Gets the display name for the property name.StringAuthRoleCondition. getDisplayName(String property, Locale locale)Deprecated.Gets the display name for the property name.StringAuthSchemeCondition. getDisplayName(String property, Locale locale)Deprecated.Gets the display name for the property name.StringIDRepoResponseProvider. getDisplayName(String property, Locale locale)Gets the display name for the property name.StringIPCondition. getDisplayName(String property, Locale locale)Deprecated.Gets the display name for the property name.StringLDAPFilterCondition. getDisplayName(String property, Locale locale)Deprecated.Returns the display name for the property name.StringLEAuthLevelCondition. getDisplayName(String property, Locale locale)Deprecated.Gets the display name for the property name.StringPrivilegeCondition. getDisplayName(String property, Locale locale)Returns the display name of a property.StringResourceEnvIPCondition. getDisplayName(String property, Locale locale)Deprecated.Returns the display name for the property name.StringSessionCondition. getDisplayName(String property, Locale locale)Deprecated.Gets the display name for the property name.StringSessionPropertyCondition. getDisplayName(String property, Locale locale)Deprecated.Gets the display name for the property name.StringSimpleTimeCondition. getDisplayName(String property, Locale locale)Deprecated.Gets the display name for the property name.StringUserSelfCheckCondition. getDisplayName(String property, Locale locale)Gets the display name for the property name.PolicyDecisionOrgReferral. getPolicyDecision(SSOToken token, String resourceType, String resourceName, Set actionNames, Map envParameters)Gets policy evaluation resultsSetOrgReferral. getResourceNames(SSOToken token, String serviceTypeName, String resourceName)Gets resource names that are exact matches, sub resources or wild card matches of argument resource name.MapIDRepoResponseProvider. getResponseDecision(SSOToken token, Map env)Gets the response attributes computed by this ResponseProvider object, based on the sso token and map of environment parametersValidValuesLDAPUsers. getValidEntries(SSOToken token, String pattern, String[] attributeNames)Returns a set of possible values that satisfy thepattern.SetAMIdentityMembershipCondition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.ValidValuesAMIdentitySubject. getValidValues(SSOToken token)Deprecated.Returns a list of possible values for theSubject.ValidValuesAMIdentitySubject. getValidValues(SSOToken token, String pattern)Deprecated.Returns a list of possible values for theSubjectthat matches the pattern.SetAuthenticatedSharedAgentsCondition. getValidValues(String property)Returns a set of valid values given the property name.SetAuthenticateToRealmCondition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.SetAuthenticateToServiceCondition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.SetAuthLevelCondition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.SetAuthRoleCondition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.SetAuthSchemeCondition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.ValidValuesDSAMERole. getValidValues(SSOToken token)Returns a list of possible values for theSubject.ValidValuesDSAMERole. getValidValues(SSOToken token, String pattern)Returns a list of possible values for theSubjectthat matches the pattern.SetIDRepoResponseProvider. getValidValues(String property)Returns a set of valid values given the property name.SetIPCondition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.SetLDAPFilterCondition. getValidValues(String property)Deprecated.Returns the set of valid values given the property name.ValidValuesLDAPGroups. getValidValues(SSOToken token)Returns a list of possible values for theLDAPGroups.ValidValuesLDAPGroups. getValidValues(SSOToken token, String pattern)Returns a list of possible values for theLDAPGroupsthat satisfy the givenpattern.ValidValuesLDAPRoles. getValidValues(SSOToken token)Returns a list of possible values for theLDAPRoles.ValidValuesLDAPRoles. getValidValues(SSOToken token, String pattern)Returns a list of possible values for theLDAPRolesthat satisfy the givenpattern.ValidValuesLDAPUsers. getValidValues(SSOToken token)Returns a list of possible values for theLDAPUsers.ValidValuesLDAPUsers. getValidValues(SSOToken token, String pattern)Returns a list of possible values for theLDAPUsersthat satisfy the givenpattern.SetLEAuthLevelCondition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.ValidValuesOrganization. getValidValues(SSOToken token)Returns a list of possible values for theOrganization.ValidValuesOrganization. getValidValues(SSOToken token, String pattern)Returns a list of possible values for theOrganizationthat satisfy the givenpattern.abstract ValidValuesOrgReferral. getValidValues(SSOToken token)Gets the valid values for this referralabstract ValidValuesOrgReferral. getValidValues(SSOToken token, String pattern)Gets the valid values for this referral matching a patternValidValuesPeerOrgReferral. getValidValues(SSOToken token)Gets the valid values for this referralValidValuesPeerOrgReferral. getValidValues(SSOToken token, String pattern)Gets the valid values for this referral matching a patternSetPrivilegeCondition. getValidValues(String property)Returns the valid values of a property.SetResourceEnvIPCondition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.SetSessionCondition. getValidValues(String property)Deprecated.Gets a set of valid values given the property name.SetSessionPropertyCondition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.SetSimpleTimeCondition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.ValidValuesSubOrgReferral. getValidValues(SSOToken token)Gets the valid values for this referralValidValuesSubOrgReferral. getValidValues(SSOToken token, String pattern)Gets the valid values for this referral matching a patternSetUserSelfCheckCondition. getValidValues(String property)Returns a set of valid values given the property name.ValidValuesWebServicesClients. getValidValues(SSOToken token)Returns certificate subject DNs in the KeyStore as possible values.ValidValuesWebServicesClients. getValidValues(SSOToken token, String pattern)Returns certificate subject DNs in the KeyStore as possible values.SyntaxOrgReferral. getValueSyntax(SSOToken token)Returns the syntax of the values theOrgReferralvoidAMIdentitySubject. initialize(Map configParams)Deprecated.Initialize the AMIdentitySubject object by using the configuration information passed by the Policy Framework.voidDSAMERole. initialize(Map configParams)This method initializes the DSAME Role plugin with the organization DN, search configuration, ldap server name, in which this plugin is specified for aPolicy.voidIDRepoResponseProvider. initialize(Map configParams)Initialize the IDRepoResponseProvider object by using the configuration information passed by the Policy Framework.voidLDAPGroups. initialize(Map configParams)Initialize the LDAPGroup object by using the configuration information passed by the Policy Framework.voidLDAPRoles. initialize(Map configParams)Initialize the LDAPGroup object by using the configuration information passed by the Policy Framework.voidLDAPUsers. initialize(Map configParams)Initialize the LDAPGroup object by using the configuration information passed by the Policy Framework.voidOrganization. initialize(Map configParams)Initialize theOrganizationobject by using the configuration information passed by the Policy Framework.booleanAMIdentitySubject. isMember(SSOToken token)Deprecated.Determines if the user is a member of this instance of theSubjectobject.booleanDSAMERole. isMember(SSOToken token)Determines if the user belongs to this instance of theSubjectobject.booleanLDAPGroups. isMember(SSOToken token)Determines if the user belongs to this instance of theLDAPGroupsobject.booleanLDAPRoles. isMember(SSOToken token)Determines if the user identified by the token, belongs to this instance of theLDAPRolesobject.booleanLDAPUsers. isMember(SSOToken token)Determines if the user belongs to this instance of theLDAPUsersobject.booleanOrganization. isMember(SSOToken token)Determines if the user belongs to this instance of theOrganizationobject.booleanWebServicesClients. isMember(SSOToken token)Determines if the token belongs to theWebServicesClientsobject.voidAMIdentityMembershipCondition. setProperties(Map properties)Deprecated.Sets the properties of the condition.voidAuthenticatedSharedAgentsCondition. setProperties(Map properties)Sets the properties of the condition.voidAuthenticateToRealmCondition. setProperties(Map properties)Deprecated.Sets the properties of the condition.voidAuthenticateToServiceCondition. setProperties(Map properties)Deprecated.Sets the properties of the condition.voidAuthLevelCondition. setProperties(Map properties)Deprecated.Sets the properties of the condition.voidAuthRoleCondition. setProperties(Map properties)Deprecated.Sets the properties of the condition.voidAuthSchemeCondition. setProperties(Map properties)Deprecated.Sets the properties of the condition.voidIDRepoResponseProvider. setProperties(Map properties)Sets the properties of the responseProvider plugin.voidIPCondition. setProperties(Map properties)Deprecated.Sets the properties of the condition.voidLDAPFilterCondition. setProperties(Map properties)Deprecated.Sets the properties of the condition.voidLEAuthLevelCondition. setProperties(Map properties)Deprecated.Sets the properties of the condition.voidPrivilegeCondition. setProperties(Map properties)Sets the property values to this object.voidResourceEnvIPCondition. setProperties(Map properties)Deprecated.Sets the properties ofResourceEnvIPCondition.voidSessionCondition. setProperties(Map properties)Deprecated.Sets the properties of the condition.voidSessionPropertyCondition. setProperties(Map properties)Deprecated.Sets the properties of the condition.voidSimpleTimeCondition. setProperties(Map properties)Deprecated.Sets the properties of the condition.voidUserSelfCheckCondition. setProperties(Map properties)Sets the properties of the condition.voidLDAPFilterCondition. validate()Deprecated. -
Uses of PolicyException in com.sun.identity.policy.remote
Subclasses of PolicyException in com.sun.identity.policy.remote Modifier and Type Class Description classPolicyEvaluationExceptionThe classPolicyEvaluationExceptionis the exception for the error happening in policy request XML parsing and policy request evaluation. -
Uses of PolicyException in com.sun.identity.policy.util
Methods in com.sun.identity.policy.util that throw PolicyException Modifier and Type Method Description static ListPolicyDecisionUtils. doResourceIPEnvAuth(String resourceUrl, String realm, Map envParameters)Performs Resource/IP/Environment based authentication. -
Uses of PolicyException in com.sun.identity.setup
Methods in com.sun.identity.setup that throw PolicyException Modifier and Type Method Description voidConfigureData. configure()Configures the product. -
Uses of PolicyException in org.forgerock.openam.network.ipv4
Methods in org.forgerock.openam.network.ipv4 that throw PolicyException Modifier and Type Method Description ConditionDecisionIPv4Condition. getConditionDecision(SSOToken token, Map env)Deprecated.Gets the decision computed by this condition object, based on the map of environment parametersStringIPv4Condition. getDisplayName(String property, Locale locale)Deprecated.Gets the display name for the property name.SetIPv4Condition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.voidIPv4Condition. setProperties(Map properties)Deprecated.Sets the properties of the condition. -
Uses of PolicyException in org.forgerock.openam.network.ipv6
Methods in org.forgerock.openam.network.ipv6 that throw PolicyException Modifier and Type Method Description ConditionDecisionIPv6Condition. getConditionDecision(SSOToken token, Map env)Deprecated.Gets the decision computed by this condition object, based on the map of environment parametersStringIPv6Condition. getDisplayName(String property, Locale locale)Deprecated.Gets the display name for the property name.SetIPv6Condition. getValidValues(String property)Deprecated.Returns a set of valid values given the property name.voidIPv6Condition. setProperties(Map properties)Deprecated.Sets the properties of the condition.
-