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
 

Method Detail

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 checked
service - the instance of the called service
methodName - the name ot the matohd coming from SOAP message
portalServiceParamsClass - the parammeter of the methods contains in the message
Returns: