-
Methods in io.getlime.security.powerauth.rest.api.base.provider that return PowerAuthApiAuthentication
| Modifier and Type |
Method |
Description |
PowerAuthApiAuthentication |
PowerAuthAuthenticationProviderBase.validateRequestSignature(java.lang.String httpMethod,
byte[] httpBody,
java.lang.String requestUriIdentifier,
java.lang.String httpAuthorizationHeader) |
|
abstract PowerAuthApiAuthentication |
PowerAuthAuthenticationProviderBase.validateRequestSignature(java.lang.String httpMethod,
byte[] httpBody,
java.lang.String requestUriIdentifier,
java.lang.String httpAuthorizationHeader,
java.util.List<io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes> allowedSignatureTypes,
java.lang.Integer forcedSignatureVersion) |
Validate the signature from the PowerAuth HTTP header against the provided HTTP method, request body and URI identifier.
|
PowerAuthApiAuthentication |
PowerAuthAuthenticationProviderBase.validateRequestSignature(javax.servlet.http.HttpServletRequest servletRequest,
java.lang.String requestUriIdentifier,
java.lang.String httpAuthorizationHeader) |
|
PowerAuthApiAuthentication |
PowerAuthAuthenticationProviderBase.validateRequestSignature(javax.servlet.http.HttpServletRequest servletRequest,
java.lang.String requestUriIdentifier,
java.lang.String httpAuthorizationHeader,
java.util.List<io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes> allowedSignatureTypes) |
Validate a request signature, make sure only supported signature types are used, do not use forced signature version during upgrade.
|
PowerAuthApiAuthentication |
PowerAuthAuthenticationProviderBase.validateRequestSignature(javax.servlet.http.HttpServletRequest servletRequest,
java.lang.String requestUriIdentifier,
java.lang.String httpAuthorizationHeader,
java.util.List<io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes> allowedSignatureTypes,
java.lang.Integer forcedSignatureVersion) |
Validate a request signature, make sure only supported signature types are used and allow specification of forced signature version.
|
PowerAuthApiAuthentication |
PowerAuthAuthenticationProviderBase.validateToken(java.lang.String tokenHeader) |
Validate the token digest from PowerAuth authentication header.
|
abstract PowerAuthApiAuthentication |
PowerAuthAuthenticationProviderBase.validateToken(java.lang.String httpAuthorizationHeader,
java.util.List<io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes> allowedSignatureTypes) |
Validate the token digest from PowerAuth authentication header.
|