com.ibm.twss.spm.admin.common
Class Subscription
java.lang.Object
com.ibm.twss.spm.admin.common.Subscription
- All Implemented Interfaces:
- java.io.Serializable
public class Subscription
- extends java.lang.Object
- implements java.io.Serializable
Subscription data object. A subscription describes an association
between a requester and a particular service. It provides authorization to
access policies of that service, and also provides a mapping to a back-end
service implementation for a given request. A subscription can only have
one back-end mapping and only one subscription may apply to a given
request.
requester
Requester name. The requester may be either an individual
requester or a requester group.
service
Service name. The supplied name must correspond to an
individual service and not a service group.
operation
Operation name. May be an individual operation or 'ALL'
operations.
implementation
Service implementation name. Must be a valid service implementation
that has been registered for the parent service.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Subscription
public Subscription()
getRequester
public java.lang.String getRequester()
setRequester
public void setRequester(java.lang.String requester)
getService
public java.lang.String getService()
setService
public void setService(java.lang.String service)
getOperation
public java.lang.String getOperation()
setOperation
public void setOperation(java.lang.String operation)
getImplementation
public java.lang.String getImplementation()
setImplementation
public void setImplementation(java.lang.String implementation)
Copyright © IBM Corp. All Rights Reserved.