- PowerAuth - Annotation Type in io.getlime.rest.api.security.annotation
-
- POWERAUTH_SIGNATURE_BASE_STRING - Static variable in class io.getlime.rest.api.security.filter.PowerAuthRequestFilter
-
Constant for the request attribute name "X-PowerAuth-Request-Body".
- PowerAuthApiAuthentication - Class in io.getlime.rest.api.security.authentication
-
PowerAuth API authentication object used between intermediate server application (such as mobile
banking API) and core systems (such as banking core).
- PowerAuthApiAuthentication() - Constructor for class io.getlime.rest.api.security.authentication.PowerAuthApiAuthentication
-
Default constructor
- PowerAuthApiAuthentication(String, String) - Constructor for class io.getlime.rest.api.security.authentication.PowerAuthApiAuthentication
-
Constructor for a new PowerAuthApiAuthentication
- PowerAuthApiAuthenticationEntryPoint - Class in io.getlime.rest.api.security.entrypoint
-
Default PowerAuth authentication entry-point implementation.
- PowerAuthApiAuthenticationEntryPoint() - Constructor for class io.getlime.rest.api.security.entrypoint.PowerAuthApiAuthenticationEntryPoint
-
- PowerAuthApplicationConfiguration - Interface in io.getlime.rest.api.security.application
-
Interface providing method for PowerAuth behavior high-level customization.
- PowerAuthAuthentication - Class in io.getlime.rest.api.security.authentication
-
PowerAuth authentication object used between PowerAuth Client and intermediate server
application (such as mobile banking API).
- PowerAuthAuthentication() - Constructor for class io.getlime.rest.api.security.authentication.PowerAuthAuthentication
-
Default constructor.
- PowerAuthAuthenticationException - Exception in io.getlime.rest.api.security.exception
-
Exception raised in case PowerAuth authentication fails.
- PowerAuthAuthenticationException() - Constructor for exception io.getlime.rest.api.security.exception.PowerAuthAuthenticationException
-
Default constructor
- PowerAuthAuthenticationException(String) - Constructor for exception io.getlime.rest.api.security.exception.PowerAuthAuthenticationException
-
Constructor with a custom error message
- PowerAuthAuthenticationProvider - Class in io.getlime.rest.api.security.provider
-
Implementation of PowerAuth authentication provider.
- PowerAuthAuthenticationProvider() - Constructor for class io.getlime.rest.api.security.provider.PowerAuthAuthenticationProvider
-
- PowerAuthInterceptor - Class in io.getlime.rest.api.security.annotation
-
- PowerAuthInterceptor() - Constructor for class io.getlime.rest.api.security.annotation.PowerAuthInterceptor
-
- PowerAuthRequestFilter - Class in io.getlime.rest.api.security.filter
-
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.
- PowerAuthRequestFilter() - Constructor for class io.getlime.rest.api.security.filter.PowerAuthRequestFilter
-
- PowerAuthWebArgumentResolver - Class in io.getlime.rest.api.security.annotation
-
- PowerAuthWebArgumentResolver() - Constructor for class io.getlime.rest.api.security.annotation.PowerAuthWebArgumentResolver
-
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class io.getlime.rest.api.security.annotation.PowerAuthInterceptor
-