Uses of Enum Class
org.rostore.entity.apikey.Permission
Packages that use Permission
-
Uses of Permission in org.rostore.entity.apikey
Methods in org.rostore.entity.apikey that return PermissionModifier and TypeMethodDescriptionstatic PermissionReturns the enum constant of this class with the specified name.static Permission[]Permission.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rostore.entity.apikey that return types with arguments of type PermissionModifier and TypeMethodDescriptionApiKeyPermissions.getContainerPermissions()ApiKeyPermissions.getContainerPermissions(String containerName) ApiKeyPermissions.getStorePermissions()Method parameters in org.rostore.entity.apikey with type arguments of type PermissionModifier and TypeMethodDescriptionvoidApiKeyPermissions.setContainerPermissions(String containerName, Set<Permission> containerPermissions) voidApiKeyPermissions.setContainerPermissions(Map<String, Set<Permission>> containerPermissions) voidApiKeyPermissions.setStorePermissions(Set<Permission> storagePermissions)