com.ibm.twss.spm.admin.policy
Class GetInheritedPoliciesRequest
java.lang.Object
com.ibm.twss.spm.admin.policy.GetInheritedPoliciesRequest
- All Implemented Interfaces:
- java.io.Serializable
public class GetInheritedPoliciesRequest
- extends java.lang.Object
- implements java.io.Serializable
Gets the list of policies that are inherited from the specified
policy scope, for the specified policy name. This fetches a list of
policies at all scopes that are equivalent or higher up (according to
the service policy manager's hierarchical resolution algorithm).
Get inherited policies request message type.
requesterIdentifier
Requester identifier, which may be an individual requester or
a requester group.
serviceIdentifier
Service Identifier, which may be an individual service, a service
group, or a service implementation.
operation
Operation name. May be an individual operation or the special
operation 'ALL".
policyName
The name of the policy attribute.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetInheritedPoliciesRequest
public GetInheritedPoliciesRequest()
getRequesterIdentifier
public java.lang.String getRequesterIdentifier()
setRequesterIdentifier
public void setRequesterIdentifier(java.lang.String requesterIdentifier)
getServiceIdentifier
public java.lang.String getServiceIdentifier()
setServiceIdentifier
public void setServiceIdentifier(java.lang.String serviceIdentifier)
getOperation
public java.lang.String getOperation()
setOperation
public void setOperation(java.lang.String operation)
getPolicyName
public java.lang.String getPolicyName()
setPolicyName
public void setPolicyName(java.lang.String policyName)
Copyright © IBM Corp. All Rights Reserved.