Uses of Enum Class
es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnum
Packages that use EntityBankEnum
Package
Description
Base package for security specific classes.
JWT Services and related beans and dependencies.
Services common module.
-
Uses of EntityBankEnum in es.kukenan.smartfi.common.security
Methods in es.kukenan.smartfi.common.security that return EntityBankEnumModifier and TypeMethodDescriptionWalletAuthentication.getCompanyId()The identifier of the entity bank. -
Uses of EntityBankEnum in es.kukenan.smartfi.common.service.jwt
Fields in es.kukenan.smartfi.common.service.jwt declared as EntityBankEnumModifier and TypeFieldDescriptionprivate EntityBankEnumJwtBearerToken.companyIdThe identifier of the entity bank.Methods in es.kukenan.smartfi.common.service.jwt that return EntityBankEnum -
Uses of EntityBankEnum in es.kukenan.smartfi.common.service.jwt.enums
Methods in es.kukenan.smartfi.common.service.jwt.enums that return EntityBankEnumModifier and TypeMethodDescriptionstatic EntityBankEnumEntityBankEnum.findByBankCode(String bankCode) Get the enum by its bank code.static EntityBankEnumReturns the enum constant of this class with the specified name.static EntityBankEnum[]EntityBankEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.