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 by Auth.roleGet(ByteSequence) contains a header and a list of permissions.
  • Constructor Details

    • AuthRoleGetResponse

      public AuthRoleGetResponse(io.etcd.jetcd.api.AuthRoleGetResponse response)
  • Method Details