All Classes
| Class | Description |
|---|---|
| EncryptedRequestBody |
Annotation for encrypted request body parameters.
|
| EncryptionResponseBodyAdvice |
Controller advice used for encryption of responses of REST endpoints.
|
| EncryptorFactory |
Class responsible for building encryptors.
|
| PowerAuth |
Annotation that enables simple integration with PowerAuth Signatures.
|
| PowerAuthAnnotationInterceptor |
Interceptor class for the PowerAuth related annotations: @PowerAuth, @PowerAuthToken and @PowerAuthEncryption.
|
| PowerAuthApiAuthenticationEntryPoint |
Default PowerAuth authentication entry-point implementation.
|
| PowerAuthApiAuthenticationImpl |
PowerAuth API authentication object used between intermediate server application (such as mobile
banking API) and core systems (such as banking core).
|
| PowerAuthAuthenticationProvider |
Implementation of PowerAuth authentication provider.
|
| PowerAuthEncryption |
Annotation that simplifies end to end encryption.
|
| PowerAuthEncryptionArgumentResolver |
Argument resolver for
PowerAuthEciesEncryption objects. |
| PowerAuthEncryptionProvider |
Implementation of PowerAuth encryption provider.
|
| PowerAuthRequestFilter |
Request filter that intercepts the request body, forwards it to the controller
as a request attribute named "X-PowerAuth-Request-Body" and resets the stream.
|
| PowerAuthSignatureAuthenticationImpl |
PowerAuth authentication object used between PowerAuth Client and intermediate server
application (such as mobile banking API).
|
| PowerAuthToken |
Annotation that enables a simple integration with a token-based authentication.
|
| PowerAuthTokenAuthenticationImpl |
Implementation of the
PowerAuthTokenAuthentication interface, with Spring Security objects. |
| PowerAuthWebArgumentResolver |
Argument resolver for
PowerAuthApiAuthentication objects. |
| SignatureTypeConverter |
Helper class to convert from and to
SignatureType class. |
| SignatureTypeConverter |
Helper class to convert from and to
SignatureType class. |