Uses of Enum Class
org.ehrbase.application.abac.AbacConfig.AbacType
Packages that use AbacConfig.AbacType
-
Uses of AbacConfig.AbacType in org.ehrbase.application.abac
Methods in org.ehrbase.application.abac that return AbacConfig.AbacTypeModifier and TypeMethodDescriptionstatic AbacConfig.AbacTypeReturns the enum constant of this class with the specified name.static AbacConfig.AbacType[]AbacConfig.AbacType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ehrbase.application.abac that return types with arguments of type AbacConfig.AbacTypeModifier and TypeMethodDescriptionMap<AbacConfig.AbacType,org.ehrbase.application.abac.AbacConfig.Policy> AbacConfig.getPolicy()Method parameters in org.ehrbase.application.abac with type arguments of type AbacConfig.AbacTypeModifier and TypeMethodDescriptionvoidAbacConfig.setPolicy(Map<AbacConfig.AbacType, org.ehrbase.application.abac.AbacConfig.Policy> policy)