Package org.infinispan.client.rest
Interface RestSecurityClient
- All Known Implementing Classes:
RestSecurityClientOkHttp
public interface RestSecurityClient
- Since:
- 12.1
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Method Summary
Modifier and TypeMethodDescriptioncreateRole(String name, List<String> permissions) removeRole(String name)
-
Method Details
-
listRoles
-
grant
-
deny
-
flushCache
CompletionStage<RestResponse> flushCache() -
createRole
-
removeRole
-