public class PolicyEvaluatorFactory extends Object
com.sun.idenity.policy.client.PolicyEvaluator
Modifier and Type | Method and Description |
---|---|
static PolicyEvaluatorFactory |
getInstance()
Returns an instance of
com.sun.identity.policy.client.PolicyEvaluatorFactory |
PolicyEvaluator |
getPolicyEvaluator(String serviceName)
Returns an instance of
com.sun.identity.policy.client.PolicyEvaluator |
PolicyEvaluator |
getPolicyEvaluator(String serviceName,
AppSSOTokenProvider appSSOTokenProvider)
Returns an instance of
com.sun.identity.policy.client.PolicyEvaluator |
public static PolicyEvaluatorFactory getInstance()
com.sun.identity.policy.client.PolicyEvaluatorFactory
com.sun.identity.policy.client.PolicyEvaluatorFactory
public PolicyEvaluator getPolicyEvaluator(String serviceName) throws PolicyException, SSOException
com.sun.identity.policy.client.PolicyEvaluator
serviceName
- name of the service for which to get the
PolicyEvaluator
.PolicyEvaluator
.PolicyException
- if creation of evaluator fails.SSOException
- if application single sign on token is invalidpublic PolicyEvaluator getPolicyEvaluator(String serviceName, AppSSOTokenProvider appSSOTokenProvider) throws PolicyException, SSOException
com.sun.identity.policy.client.PolicyEvaluator
serviceName
- name of the service for which to get the
com.sun.identity.policy.client.PolicyEvaluator
appSSOTokenProvider
- application single sign on token Providercom.sun.identity.policy.client.PolicyEvaluator
PolicyException
- if creation of evaluator fails.SSOException
- if application single sign on token is invalid.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.