Uses of Class
org.csapi.jr.se.fw.ServiceAccessDeniedException

Packages that use ServiceAccessDeniedException
org.csapi.jr.se.fw.fw_application.service_agreement Contains the Parlay Framework-to-Application Service Agreement Management interfaces. 
 

Uses of ServiceAccessDeniedException in org.csapi.jr.se.fw.fw_application.service_agreement
 

Methods in org.csapi.jr.se.fw.fw_application.service_agreement that throw ServiceAccessDeniedException
 org.csapi.jr.se.fw.SignatureAndServiceMgr ServiceAgreementManagement.signServiceAgreement(java.lang.String serviceToken, java.lang.String agreementText, java.lang.String signingAlgorithm)
          After the framework has called signServiceAgreement() on the application's IpAppServiceAgreementManagement interface, this method is used by the client application to request that the framework sign the service agreement, which allows the client application to use the service.
 java.lang.String ServiceAgreementManagement.selectService(java.lang.String serviceID)
          This method is used by the client application to identify the service that the client application wishes to use.
 void ServiceAgreementManagement.initiateSignServiceAgreement(java.lang.String serviceToken)
          This method is used by the client application to initiate the sign service agreement process.