- POWERAUTH_SIGNATURE_BASE_STRING - Static variable in class io.getlime.security.powerauth.rest.api.base.filter.PowerAuthRequestFilterBase
-
Constant for the request attribute name "X-PowerAuth-Request-Body".
- PowerAuthActivationException - Exception in io.getlime.security.powerauth.rest.api.base.exception
-
Exception related to processes during a new activation process.
- PowerAuthActivationException() - Constructor for exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthActivationException
-
Default constructor
- PowerAuthActivationException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthActivationException
-
Constructor with a custom error message
- PowerAuthApiAuthentication - Interface in io.getlime.security.powerauth.rest.api.base.authentication
-
Inteface for PowerAuth API authentication object used between intermediate server
application (such as mobile banking API) and core systems (such as banking core).
- PowerAuthApplicationConfiguration - Interface in io.getlime.security.powerauth.rest.api.base.application
-
Interface providing method for PowerAuth behavior high-level customization.
- PowerAuthAuthentication - Interface in io.getlime.security.powerauth.rest.api.base.authentication
-
PowerAuth authentication object used between PowerAuth Client and intermediate server
application (such as mobile banking API).
- PowerAuthAuthenticationException - Exception in io.getlime.security.powerauth.rest.api.base.exception
-
Exception raised in case PowerAuth authentication fails.
- PowerAuthAuthenticationException() - Constructor for exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthAuthenticationException
-
Default constructor
- PowerAuthAuthenticationException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthAuthenticationException
-
Constructor with a custom error message
- PowerAuthAuthenticationProviderBase - Class in io.getlime.security.powerauth.rest.api.base.provider
-
Abstract class for PowerAuth 2.0 authentication provider.
- PowerAuthAuthenticationProviderBase() - Constructor for class io.getlime.security.powerauth.rest.api.base.provider.PowerAuthAuthenticationProviderBase
-
- PowerAuthNonPersonalizedEncryptor - Class in io.getlime.security.powerauth.rest.api.base.encryption
-
- PowerAuthNonPersonalizedEncryptor(String, String, String, String) - Constructor for class io.getlime.security.powerauth.rest.api.base.encryption.PowerAuthNonPersonalizedEncryptor
-
- PowerAuthRequestFilterBase - Class in io.getlime.security.powerauth.rest.api.base.filter
-
Class representing for holding any static constants available to request filters.
- PowerAuthRequestFilterBase() - Constructor for class io.getlime.security.powerauth.rest.api.base.filter.PowerAuthRequestFilterBase
-
- PowerAuthSecureVaultException - Exception in io.getlime.security.powerauth.rest.api.base.exception
-
Exception related to processes during a new secure vault unlocking.
- PowerAuthSecureVaultException() - Constructor for exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthSecureVaultException
-
Default constructor
- PowerAuthSecureVaultException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthSecureVaultException
-
Constructor with a custom error message
- PowerAuthUserProvider - Interface in io.getlime.security.powerauth.rest.api.base.provider
-
Interface that specifies a method for obtaining a user ID based on arbitrary attributes.
- processCustomActivationAttributes(Map<String, Object>) - Method in interface io.getlime.security.powerauth.rest.api.base.provider.PowerAuthUserProvider
-
Process custom attributes, in any way that is suitable for the purpose of your application.