Uses of Enum Class
org.rostore.entity.apikey.Permission
Package
Description
General classes used in service and client for api key management.
REST-related APIKey management classes
-
Uses of Permission in org.rostore.entity.apikey
Modifier and TypeMethodDescriptionstatic Permission
Returns 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.Modifier and TypeMethodDescriptionApiKeyPermissions.getContainerPermissions()
ApiKeyPermissions.getContainerPermissions
(String containerName) ApiKeyPermissions.getStorePermissions()
Modifier and TypeMethodDescriptionvoid
ApiKeyPermissions.setContainerPermissions
(String containerName, Set<Permission> containerPermissions) void
ApiKeyPermissions.setContainerPermissions
(Map<String, Set<Permission>> containerPermissions) void
ApiKeyPermissions.setStorePermissions
(Set<Permission> storagePermissions) -
Uses of Permission in org.rostore.service.apikey
Modifier and TypeMethodDescriptionvoid
ApiKeyManager.checkContainerPermission
(String containerName, Set<Permission> requestPermissions) void
ApiKeyManager.checkStorePermission
(Set<Permission> requestPermissions)