Uses of Class
io.getlime.powerauth.soap.v3.CreateActivationResponse
-
Packages that use CreateActivationResponse Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of CreateActivationResponse in io.getlime.powerauth.soap.v3
Methods in io.getlime.powerauth.soap.v3 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. createActivation(CreateActivationRequest request)Create a new activation directly, using the createActivation method of the PowerAuth Server SOAP interface.CreateActivationResponsePowerAuthServiceClient. createActivation(java.lang.String userId, java.util.Date timestampActivationExpire, java.lang.Long maxFailureCount, java.lang.String applicationKey, java.lang.String ephemeralPublicKey, java.lang.String encryptedData, java.lang.String mac)Call the createActivation method of the PowerAuth 3.0 Server SOAP interface.
-