| Package | Description |
|---|---|
| io.getlime.security.powerauth.rest.api.base.provider |
| Modifier and Type | Method and Description |
|---|---|
PowerAuthApiAuthentication |
PowerAuthAuthenticationProviderBase.validateRequestSignature(javax.servlet.http.HttpServletRequest servletRequest,
String requestUriIdentifier,
String httpAuthorizationHeader)
The same as {
PowerAuthAuthenticationProviderBase.validateRequestSignature(HttpServletRequest, String, String, List) but uses default accepted signature type (2FA or 3FA). |
PowerAuthApiAuthentication |
PowerAuthAuthenticationProviderBase.validateRequestSignature(javax.servlet.http.HttpServletRequest servletRequest,
String requestUriIdentifier,
String httpAuthorizationHeader,
List<io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes> allowedSignatureTypes)
Validate a request signature, make sure only supported signature types are used.
|
PowerAuthApiAuthentication |
PowerAuthAuthenticationProviderBase.validateRequestSignature(String httpMethod,
byte[] httpBody,
String requestUriIdentifier,
String httpAuthorizationHeader)
The same as {
PowerAuthAuthenticationProviderBase.validateRequestSignature(String, byte[], String, String, List) but uses default accepted signature type (2FA or 3FA). |
abstract PowerAuthApiAuthentication |
PowerAuthAuthenticationProviderBase.validateRequestSignature(String httpMethod,
byte[] httpBody,
String requestUriIdentifier,
String httpAuthorizationHeader,
List<io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes> allowedSignatureTypes)
Validate the signature from the PowerAuth HTTP header against the provided HTTP method, request body and URI identifier.
|
PowerAuthApiAuthentication |
PowerAuthAuthenticationProviderBase.validateToken(String tokenHeader)
Validate the token digest from PowerAuth authentication header.
|
abstract PowerAuthApiAuthentication |
PowerAuthAuthenticationProviderBase.validateToken(String httpAuthorizationHeader,
List<io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes> allowedSignatureTypes)
Validate the token digest from PowerAuth authentication header.
|
Copyright © 2017–2019 Lime - HighTech Solutions Inc.. All rights reserved.