com.ibm.twss.spm.admin.policy
Class GetInheritedPoliciesResponse

java.lang.Object
  extended by com.ibm.twss.spm.admin.policy.GetInheritedPoliciesResponse
All Implemented Interfaces:
java.io.Serializable

public class GetInheritedPoliciesResponse
extends java.lang.Object
implements java.io.Serializable

Contains a list of scoped policies for the specified policy scope and higher scopes per the service policy manager hierarchical resolution algorithm. The scoped policies will contain all the values for the specified policy name and will be returned in order from most general to specific.

Get inherited policies response message type.

scopedPolicies

An array of scoped policy values for the specified policy scope and higher level scopes. Scoped policies values include their scoping information, as well as the value and its typing. The scoping information can be used to determine from which scope the policy originated.

See Also:
Serialized Form

Constructor Summary
GetInheritedPoliciesResponse()
           
 
Method Summary
 ScopedPolicies getScopedPolicies()
           
 void setScopedPolicies(ScopedPolicies scopedPolicies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetInheritedPoliciesResponse

public GetInheritedPoliciesResponse()
Method Detail

getScopedPolicies

public ScopedPolicies getScopedPolicies()

setScopedPolicies

public void setScopedPolicies(ScopedPolicies scopedPolicies)


Copyright © IBM Corp. All Rights Reserved.