|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidServiceTokenException | |
org.csapi.jr.se.fw.fw_application.service_agreement | Contains the Parlay Framework-to-Application Service Agreement Management interfaces. |
Uses of InvalidServiceTokenException in org.csapi.jr.se.fw.fw_application.service_agreement |
Methods in org.csapi.jr.se.fw.fw_application.service_agreement that throw InvalidServiceTokenException | |
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. |
void |
AppServiceAgreementManagement.terminateServiceAgreement(java.lang.String serviceToken,
java.lang.String terminationText,
byte[] digitalSignature)
This method is used by the framework to terminate an agreement for 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. |
void |
ServiceAgreementManagement.terminateServiceAgreement(java.lang.String serviceToken,
java.lang.String terminationText,
byte[] digitalSignature)
This method is used by the client application to terminate an agreement for the service. |
void |
ServiceAgreementManagement.initiateSignServiceAgreement(java.lang.String serviceToken)
This method is used by the client application to initiate the sign service agreement process. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |