@Service(value="secureVaultServiceV2") public class SecureVaultService extends Object
PowerAuth protocol versions:
| Constructor and Description |
|---|
SecureVaultService() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAuthenticationProvider(PowerAuthAuthenticationProvider authenticationProvider) |
void |
setPowerAuthClient(io.getlime.security.powerauth.soap.spring.client.PowerAuthServiceClient powerAuthClient) |
io.getlime.security.powerauth.rest.api.model.response.v2.VaultUnlockResponse |
vaultUnlock(String signatureHeader,
io.getlime.security.powerauth.rest.api.model.request.v2.VaultUnlockRequest request,
javax.servlet.http.HttpServletRequest httpServletRequest)
Unlock secure vault.
|
@Autowired public void setPowerAuthClient(io.getlime.security.powerauth.soap.spring.client.PowerAuthServiceClient powerAuthClient)
@Autowired public void setAuthenticationProvider(PowerAuthAuthenticationProvider authenticationProvider)
public io.getlime.security.powerauth.rest.api.model.response.v2.VaultUnlockResponse vaultUnlock(String signatureHeader, io.getlime.security.powerauth.rest.api.model.request.v2.VaultUnlockRequest request, javax.servlet.http.HttpServletRequest httpServletRequest) throws PowerAuthSecureVaultException, PowerAuthAuthenticationException
signatureHeader - PowerAuth signature HTTP header.request - Vault unlock request.httpServletRequest - HTTP servlet request.PowerAuthSecureVaultException - In case vault unlock fails.PowerAuthAuthenticationException - In case authentication fails.Copyright © 2017–2019 Wultra s.r.o.. All rights reserved.