Uses of Class
io.getlime.powerauth.soap.v3.UnblockActivationResponse
-
Packages that use UnblockActivationResponse Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of UnblockActivationResponse in io.getlime.powerauth.soap.v3
Methods in io.getlime.powerauth.soap.v3 that return UnblockActivationResponse Modifier and Type Method Description UnblockActivationResponseObjectFactory. createUnblockActivationResponse()Create an instance ofUnblockActivationResponse -
Uses of UnblockActivationResponse in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return UnblockActivationResponse Modifier and Type Method Description UnblockActivationResponsePowerAuthServiceClient. unblockActivation(UnblockActivationRequest request)Call the unblockActivation method of the PowerAuth 3.0 Server SOAP interface.UnblockActivationResponsePowerAuthServiceClient. unblockActivation(java.lang.String activationId, java.lang.String externalUserId)Call the unblockActivation method of the PowerAuth 3.0 Server SOAP interface.
-