public class PolicyChangeNotification extends Object
PolicyChangeNotification
class represents a
PolicyChangeNotification XML document. The PolicyChangeNotification
DTD is defined as the following:
Modifier and Type | Method and Description |
---|---|
String |
getPolicyChangeType()
Returns the policy change type.
|
Set |
getResourceNames()
Returns the resource names.
|
String |
getServiceName()
Returns the service name to which this notification is sent.
|
static PolicyChangeNotification |
parseXML(Node pNode)
Returns
PolicyChangeNotification object constructed from
the XML. |
void |
setPolicyChangeType(String type)
Sets the policy change type.
|
void |
setServiceName(String sn)
Sets the service name to which this notification is sent.
|
String |
toXMLString()
Returns a XML representation of this object.
|
public String getServiceName()
public void setServiceName(String sn)
sn
- Service name.public String getPolicyChangeType()
public void setPolicyChangeType(String type)
type
- Policy change type.public Set getResourceNames()
public static PolicyChangeNotification parseXML(Node pNode) throws PolicyEvaluationException
PolicyChangeNotification
object constructed from
the XML.pNode
- the XML DOM node for the
PolicyChangeNotification object.
PolicyChangeNotification
object.PolicyEvaluationException
public String toXMLString()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.