Uses of Enum Class
com.maplander.backend.enums.security.TransactionTypeEnum
Packages that use TransactionTypeEnum
Package
Description
-
Uses of TransactionTypeEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type TransactionTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.signInAccountRequest
(javax.servlet.http.HttpServletRequest request, TransactionTypeEnum type, String hash, WebSiteEnum webSite, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) AccountEndpoint.signInWithLink
(javax.servlet.http.HttpServletRequest request, TransactionTypeEnum type, String hash, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) SignIn with link of email recoverPassword and validateUser -
Uses of TransactionTypeEnum in com.maplander.backend.controller.endpoint.opi
Methods in com.maplander.backend.controller.endpoint.opi with parameters of type TransactionTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.signInWithLink
(TransactionTypeEnum type, String hash, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) SignIn with link of email recoverPassword and validateUser -
Uses of TransactionTypeEnum in com.maplander.backend.enums.security
Subclasses with type arguments of type TransactionTypeEnum in com.maplander.backend.enums.securityMethods in com.maplander.backend.enums.security that return TransactionTypeEnumModifier and TypeMethodDescriptionstatic TransactionTypeEnum
Returns the enum constant of this class with the specified name.static TransactionTypeEnum[]
TransactionTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransactionTypeEnum in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type TransactionTypeEnumModifier and TypeMethodDescriptionstatic boolean
SendEmail.basicEmail
(String userEmail, String url, TransactionTypeEnum type, String apiName)