Uses of Class
org.ehrbase.application.abac.AbacConfig.AbacType
-
Packages that use AbacConfig.AbacType Package Description org.ehrbase.application.abac -
-
Uses of AbacConfig.AbacType in org.ehrbase.application.abac
Methods in org.ehrbase.application.abac that return AbacConfig.AbacType Modifier and Type Method Description static AbacConfig.AbacTypeAbacConfig.AbacType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbacConfig.AbacType[]AbacConfig.AbacType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.application.abac that return types with arguments of type AbacConfig.AbacType Modifier and Type Method Description Map<AbacConfig.AbacType,org.ehrbase.application.abac.AbacConfig.Policy>AbacConfig. getPolicy()Method parameters in org.ehrbase.application.abac with type arguments of type AbacConfig.AbacType Modifier and Type Method Description voidAbacConfig. setPolicy(Map<AbacConfig.AbacType,org.ehrbase.application.abac.AbacConfig.Policy> policy)
-