Package | Description |
---|---|
com.sun.identity.policy.client |
Provides classes necessary for a remote client to evaluate policy decisions.
|
com.sun.identity.policy.remote |
Classes to handle policies remotely.
|
Modifier and Type | Method and Description |
---|---|
Set |
PolicyEvaluator.getAdvicesHandleableByAM(boolean refetchFromServer)
Gets names of policy advices that could be handled by OpenAM
if PEP redirects user agent to OpenAM.
|
static void |
ResultsCacheUtil.processNotification(String xml)
Processes notifications forwarded from the endpoint on policy
client that is listening for notifications from policy service
|
static void |
ResultsCacheUtil.processRESTNotification(String message)
Processes REST notifications forwarded from the endpoint on policy
client that is listening for notifications from policy service
|
Modifier and Type | Method and Description |
---|---|
static PolicyResponse |
PolicyResponse.parseXML(Node pNode)
Returns
PolicyResponse object constructed from XML. |
static PolicyChangeNotification |
PolicyChangeNotification.parseXML(Node pNode)
Returns
PolicyChangeNotification object constructed from
the XML. |
static ResourceResultRequest |
ResourceResultRequest.parseXML(Node pNode)
Returns
ResourceResultRequest object constructed from a
XML. |
static PolicyNotification |
PolicyNotification.parseXML(Node pNode)
Returns a
PolicyNotification object constructed from a XML. |
static AdvicesHandleableByAMRequest |
AdvicesHandleableByAMRequest.parseXML(Node node)
Returns an
AdvicesHandleableByAMRequest
object based on the XML string. |
static PolicyListenerRequest |
PolicyListenerRequest.parseXML(Node pNode)
Returns
PolicyListenerRequest object constructed from
a XML. |
static PolicyRequest |
PolicyRequest.parseXML(Node pNode)
Returns a
PolicyRequest object constructed from a XML. |
static RemoveListenerRequest |
RemoveListenerRequest.parseXML(Node pNode)
Returns a
RemoveListenerRequest object constructed from
a XML. |
static PolicyService |
PolicyService.parseXML(String xml)
Returns
PolicyService object constructed from XML. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.