Class RestSecurityClientOkHttp
java.lang.Object
org.infinispan.client.rest.impl.okhttp.RestSecurityClientOkHttp
- All Implemented Interfaces:
RestSecurityClient
- Since:
- 12.1
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRole(String name, List<String> permissions) removeRole(String name)
-
Constructor Details
-
RestSecurityClientOkHttp
-
-
Method Details
-
listRoles
- Specified by:
listRolesin interfaceRestSecurityClient
-
grant
- Specified by:
grantin interfaceRestSecurityClient
-
deny
- Specified by:
denyin interfaceRestSecurityClient
-
flushCache
- Specified by:
flushCachein interfaceRestSecurityClient
-
createRole
- Specified by:
createRolein interfaceRestSecurityClient
-
removeRole
- Specified by:
removeRolein interfaceRestSecurityClient
-