Uses of Class
io.getlime.powerauth.soap.v2.VaultUnlockResponse
-
Packages that use VaultUnlockResponse Package Description io.getlime.powerauth.soap.v2 io.getlime.security.powerauth.soap.spring.client -
-
Uses of VaultUnlockResponse in io.getlime.powerauth.soap.v2
Methods in io.getlime.powerauth.soap.v2 that return VaultUnlockResponse Modifier and Type Method Description VaultUnlockResponseObjectFactory. createVaultUnlockResponse()Create an instance ofVaultUnlockResponse -
Uses of VaultUnlockResponse in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return VaultUnlockResponse Modifier and Type Method Description VaultUnlockResponsePowerAuthServiceClient.PowerAuthServiceClientV2. unlockVault(VaultUnlockRequest request)Call the vaultUnlock method of the PowerAuth 2.0 Server SOAP interface.VaultUnlockResponsePowerAuthServiceClient.PowerAuthServiceClientV2. unlockVault(java.lang.String activationId, java.lang.String applicationKey, java.lang.String data, java.lang.String signature, SignatureType signatureType, java.lang.String reason)Call the vaultUnlock method of the PowerAuth 2.0 Server SOAP interface.
-