Package io.etcd.jetcd.auth
Class AuthRoleGetResponse
- java.lang.Object
-
- io.etcd.jetcd.impl.AbstractResponse<io.etcd.jetcd.api.AuthRoleGetResponse>
-
- io.etcd.jetcd.auth.AuthRoleGetResponse
-
- All Implemented Interfaces:
Response
public class AuthRoleGetResponse extends AbstractResponse<io.etcd.jetcd.api.AuthRoleGetResponse>
AuthRoleGetResponse returned byAuth.roleGet(ByteSequence)contains a header and a list of permissions.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.etcd.jetcd.Response
Response.Header
-
-
Constructor Summary
Constructors Constructor Description AuthRoleGetResponse(io.etcd.jetcd.api.AuthRoleGetResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Permission>getPermissions()-
Methods inherited from class io.etcd.jetcd.impl.AbstractResponse
getHeader, getResponse, getResponseHeader, toString
-
-
-
-
Method Detail
-
getPermissions
public java.util.List<Permission> getPermissions()
-
-