Uses of Class
io.getlime.powerauth.soap.v2.CreateActivationResponse
-
Packages that use CreateActivationResponse Package Description io.getlime.powerauth.soap.v2 io.getlime.security.powerauth.soap.spring.client -
-
Uses of CreateActivationResponse in io.getlime.powerauth.soap.v2
Methods in io.getlime.powerauth.soap.v2 that return CreateActivationResponse Modifier and Type Method Description CreateActivationResponseObjectFactory. createCreateActivationResponse()Create an instance ofCreateActivationResponse -
Uses of CreateActivationResponse in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return CreateActivationResponse Modifier and Type Method Description CreateActivationResponsePowerAuthServiceClient.PowerAuthServiceClientV2. createActivation(CreateActivationRequest request)Create a new activation directly, using the createActivation method of the PowerAuth 2.0 Server SOAP interface.CreateActivationResponsePowerAuthServiceClient.PowerAuthServiceClientV2. createActivation(java.lang.String applicationKey, java.lang.String userId, java.lang.Long maxFailureCount, java.util.Date timestampActivationExpire, java.lang.String identity, java.lang.String activationOtp, java.lang.String activationName, java.lang.String activationNonce, java.lang.String ephemeralPublicKey, java.lang.String cDevicePublicKey, java.lang.String extras, java.lang.String applicationSignature)Call the createActivation method of the PowerAuth 2.0 Server SOAP interface.CreateActivationResponsePowerAuthServiceClient.PowerAuthServiceClientV2. createActivation(java.lang.String applicationKey, java.lang.String userId, java.lang.String identity, java.lang.String activationName, java.lang.String activationNonce, java.lang.String ephemeralPublicKey, java.lang.String cDevicePublicKey, java.lang.String extras, java.lang.String applicationSignature)Call the createActivation method of the PowerAuth 2.0 Server SOAP interface.
-