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