Uses of Enum Class
es.kukenan.smartfi.common.service.jwt.enums.AccessRoleEnum
Packages that use AccessRoleEnum
Package
Description
Base package for security specific classes.
JWT Services and related beans and dependencies.
Services common module.
-
Uses of AccessRoleEnum in es.kukenan.smartfi.common.security
Methods in es.kukenan.smartfi.common.security that return AccessRoleEnumModifier and TypeMethodDescriptionWalletAuthentication.getAccessRole()The access role of the user. -
Uses of AccessRoleEnum in es.kukenan.smartfi.common.service.jwt
Fields in es.kukenan.smartfi.common.service.jwt declared as AccessRoleEnumModifier and TypeFieldDescriptionprivate AccessRoleEnumJwtBearerToken.accessRoleThe access role of the user.Methods in es.kukenan.smartfi.common.service.jwt that return AccessRoleEnum -
Uses of AccessRoleEnum in es.kukenan.smartfi.common.service.jwt.enums
Methods in es.kukenan.smartfi.common.service.jwt.enums that return AccessRoleEnumModifier and TypeMethodDescriptionstatic AccessRoleEnumReturns the enum constant of this class with the specified name.static AccessRoleEnum[]AccessRoleEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.