com.sap.aii.af.service.cpa

Interface ServiceUser

All Superinterfaces:
Comparable<CPAObject>, CPAObject

public interface ServiceUser
extends CPAObject

The ServiceUser class represents a runtime user who is allowed to process the message of a Party/Service combination. The list of ServiceUser s is maintained at the Service in the Integration Directory, or the PCK configuration UI.

When a message arrives which contains a Party/Service combination an authority check of the runtime user will be performed according to the following logic:

If the Service has a non-empty list of ServiceUser -names then a check will be performed whether the runtime user is contained in the list; if the user is found in the list, the msg will be processed else the msg will be rejected.
If the list of ServiceUser -names is empty, the msg will be processed.

See Also:
Party, Service

Method Summary
 String getParty()
          Getter for Party.
 String getService()
          Getter for Service.
 String getServiceUser()
          Getter for ServiceUser.
 
Methods inherited from interface com.sap.aii.af.service.cpa.CPAObject
getObjectId, getObjectName, getObjectType, getStringRepresentation, getValue, getValueAsBinary, getValueAsBoolean, getValueAsDate, getValueAsInt, getValueAsIntObject, getValueAsLong, getValueAsLongObject, getValueAsString, getValueAsTable, getValueAsTimestamp, isPassword
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getParty

String getParty()
Getter for Party.

Returns:
The Party value.

getService

String getService()
Getter for Service.

Returns:
The Service value.

getServiceUser

String getServiceUser()
Getter for ServiceUser.

Returns:
The ServiceUser value.
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] SAP_XIAF [sap.com] com.sap.aii.af.svc.facade api BC-XI


Copyright 2014 SAP AG Complete Copyright Notice