com.ibm.twss.spm.admin.common
Class ScopedPolicy

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

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

A scoped policy attribute/value pair. This data structure contains the scope at which the policy value was created. The scope identifiers the (requester, service, operation) scoping context for the policy. Both individual requesters and requester groups may be used for the requester scope. Individual services, service groups, and service implementations may be used for the service scope. Operations may be individual operations or the special 'ALL' operation.

requesterIdentifier

Requester identifier, which can correspond to either an individual requester or a requester group.

serviceIdentifier

Service identifier, which can correspond to either an individual service, a service group, or a service implementation.

operation

Operation name.

name

Policy attribute name.

value

A typed policy value.

See Also:
Serialized Form

Constructor Summary
ScopedPolicy()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getOperation()
           
 java.lang.String getRequesterIdentifier()
           
 java.lang.String getServiceIdentifier()
           
 PolicyValue getValue()
           
 void setName(java.lang.String name)
           
 void setOperation(java.lang.String operation)
           
 void setRequesterIdentifier(java.lang.String requesterIdentifier)
           
 void setServiceIdentifier(java.lang.String serviceIdentifier)
           
 void setValue(PolicyValue value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopedPolicy

public ScopedPolicy()
Method Detail

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)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getValue

public PolicyValue getValue()

setValue

public void setValue(PolicyValue value)


Copyright © IBM Corp. All Rights Reserved.