|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.identity.policy.client.PolicyEvaluatorFactory
This class acts as a factory to get an instance of
com.sun.idenity.policy.client.PolicyEvaluator
| Method Summary | |
static PolicyEvaluatorFactory |
getInstance()
Returns an instance of PolicyEvaluatorFactory |
PolicyEvaluator |
getPolicyEvaluator(java.lang.String serviceName)
Returns an instance of com.sun.identity.policy.client.PolicyEvaluator |
PolicyEvaluator |
getPolicyEvaluator(java.lang.String serviceName,
AppSSOTokenProvider appSSOTokenProvider)
Returns an instance of com.sun.identity.policy.client.PolicyEvaluator |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static PolicyEvaluatorFactory getInstance()
PolicyEvaluatorFactory
PolicyEvaluatorFactory
public PolicyEvaluator getPolicyEvaluator(java.lang.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 invalid.
public PolicyEvaluator getPolicyEvaluator(java.lang.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.PolicyEvaluatorappSSOTokenProvider - application single sign on token Provider
com.sun.identity.policy.client.PolicyEvaluator
PolicyException - if creation of evaluator fails.
SSOException - if application single sign on token is invalid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||