@Deprecated public class ProxyPolicyEvaluatorFactory extends Object
Modifier and Type | Method and Description |
---|---|
static ProxyPolicyEvaluatorFactory |
getInstance()
Deprecated.
Gets an instance of ProxyPolicyEvaluatorFactory.
|
ProxyPolicyEvaluator |
getProxyPolicyEvaluator(SSOToken token,
String serviceType)
Deprecated.
Gets an instance of
ProxyPolicyEvaluator . |
public static ProxyPolicyEvaluatorFactory getInstance() throws PolicyException
PolicyException
- any policy exception coming from policy frame
workpublic ProxyPolicyEvaluator getProxyPolicyEvaluator(SSOToken token, String serviceType) throws NoPermissionException, NameNotFoundException, PolicyException, SSOException
ProxyPolicyEvaluator
.
Only privileged users can get ProxyPolicyEvaluator
.
Only top level admin, realm admin or policy admin can get
ProxyPolicyEvaluator
.token
- sso token used to get the proxy policy evaluatorserviceType
- service type for which get the proxy policy
evaluatorSSOException
- if the token is invalidNoPermissionException
- if the token does not have privileges
to get proxy policy evaluatorNameNotFoundException
- if the serviceType is not found in
registered service typesPolicyException
- any policy exception coming from policy frame
workCopyright © 2010-2018, ForgeRock All Rights Reserved.