public class ServiceRequester extends Object
ServiceRequester represents who sends a request
via a rest api. The requester have multiple attributes.
'name' indicates who is the sender.
'type' indicates if the sender is a user or a group or a specific application.
'from' indicates where this sender information is extracted.
Please note that 'name' should be unique for the same 'type' of requester(s).| Constructor and Description |
|---|
ServiceRequester() |
ServiceRequester(String name,
String type,
String from) |