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

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

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

Methods in org.csapi.jr.se.fw.fw_application.service_agreement that throw InvalidAgreementTextException
 byte[] AppServiceAgreementManagement.signServiceAgreement(java.lang.String serviceToken, java.lang.String agreementText, java.lang.String signingAlgorithm)
          Upon receipt of the initiateSignServiceAgrement() method from the client application, this method is used by the framework to request that the client application sign an agreement on the service.
 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.