Uses of Enum Class
es.kukenan.smartfi.common.service.jwt.enums.ChannelEnum
Packages that use ChannelEnum
Package
Description
JWT Services and related beans and dependencies.
Services common module.
-
Uses of ChannelEnum in es.kukenan.smartfi.common.service.jwt
Fields in es.kukenan.smartfi.common.service.jwt declared as ChannelEnumModifier and TypeFieldDescriptionprivate ChannelEnumJwtBearerToken.channelThe channel which is using the customer. -
Uses of ChannelEnum in es.kukenan.smartfi.common.service.jwt.enums
Methods in es.kukenan.smartfi.common.service.jwt.enums that return ChannelEnumModifier and TypeMethodDescriptionstatic ChannelEnumReturns the enum constant of this class with the specified name.static ChannelEnum[]ChannelEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.