com.sapportals.portal.prt.service.soap.processor
Interface IMethodsAuthorizedProcessor
- public interface IMethodsAuthorizedProcessor
Interface for all checker of methods authoriation access link with soapconfig.xml file
|
Method Summary |
boolean |
isMethodAuthorized(java.lang.String methodToCheck,
IService service,
java.lang.String methodName,
java.lang.Class[] portalServiceParamsClass)
look on the signature of the method method.toString() to determain if
it can be accesed via Web Services |
isMethodAuthorized
public boolean isMethodAuthorized(java.lang.String methodToCheck,
IService service,
java.lang.String methodName,
java.lang.Class[] portalServiceParamsClass)
- look on the signature of the method method.toString() to determain if
it can be accesed via Web Services
- Parameters:
methodToCheck - method tb checkedservice - the instance of the called servicemethodName - the name ot the matohd coming from SOAP messageportalServiceParamsClass - the parammeter of the methods contains in the message- Returns:
-