Uses of Class
io.getlime.powerauth.soap.v3.BlockActivationResponse
-
Packages that use BlockActivationResponse Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of BlockActivationResponse in io.getlime.powerauth.soap.v3
Methods in io.getlime.powerauth.soap.v3 that return BlockActivationResponse Modifier and Type Method Description BlockActivationResponseObjectFactory. createBlockActivationResponse()Create an instance ofBlockActivationResponse -
Uses of BlockActivationResponse in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return BlockActivationResponse Modifier and Type Method Description BlockActivationResponsePowerAuthServiceClient. blockActivation(BlockActivationRequest request)Call the blockActivation method of the PowerAuth 3.0 Server SOAP interface.BlockActivationResponsePowerAuthServiceClient. blockActivation(java.lang.String activationId, java.lang.String reason, java.lang.String externalUserId)Call the blockActivation method of the PowerAuth 3.0 Server SOAP interface.
-