com.ibm.twss.spm.admin.policy
Class GetResolvedPoliciesResponse
java.lang.Object
com.ibm.twss.spm.admin.policy.GetResolvedPoliciesResponse
- All Implemented Interfaces:
- java.io.Serializable
public class GetResolvedPoliciesResponse
- extends java.lang.Object
- implements java.io.Serializable
Contains a list of hierarchically resolved scoped policies for the
supplied (requester, service, operation) scope tuple. The set of policies
may contain policies inherited from higher level scopes.
Get resolved policies response message type.
scopedPolicies
An array of scoped policy values for the specified policy scope.
Scoped policies values include their scoping information, as well as the
value and its typing. This set of policies will include inherited policies
from higher level scopes, with more specific scopes overriding those
policies. The scoping information can be used to determine from which
scope the policy originated.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetResolvedPoliciesResponse
public GetResolvedPoliciesResponse()
getScopedPolicies
public ScopedPolicies getScopedPolicies()
setScopedPolicies
public void setScopedPolicies(ScopedPolicies scopedPolicies)
Copyright © IBM Corp. All Rights Reserved.