Package io.etcd.jetcd.auth
-
Class Summary Class Description AuthDisableResponse AuthDisableResponse returned byAuth.authDisable()contains a header.AuthEnableResponse AuthEnableResponse returned byAuth.authEnable()call contains a header.AuthRoleAddResponse AuthRoleAddResponse returned byAuth.roleAdd(ByteSequence)contains a header.AuthRoleDeleteResponse AuthRoleDeleteResponse returned byAuth.roleDelete(ByteSequence)contains a header.AuthRoleGetResponse AuthRoleGetResponse returned byAuth.roleGet(ByteSequence)contains a header and a list of permissions.AuthRoleGrantPermissionResponse AuthRoleGrantPermissionResponse returned byAuth.roleGrantPermission(ByteSequence, ByteSequence, ByteSequence, Permission.Type)contains a header.AuthRoleListResponse AuthRoleListResponse returned byAuth.roleList()contains a header and a list of roles.AuthRoleRevokePermissionResponse AuthRoleRevokePermissionResponseAuthUserAddResponse AuthUserAddResponse returned byAuth.userAdd(ByteSequence, ByteSequence)contains a header.AuthUserChangePasswordResponse AuthUserChangePasswordResponseAuthUserDeleteResponse AuthUserDeleteResponse returned byAuth.userDelete(ByteSequence)contains a header.AuthUserGetResponse AuthUserGetResponse returned byAuth.userGet(ByteSequence)contains a header and a list of roles associated with the user.AuthUserGrantRoleResponse AuthUserGrantRoleResponseAuthUserListResponse AuthUserListResponse returned byAuth.userList()contains a header and a list of users.AuthUserRevokeRoleResponse AuthUserRevokeRoleResponse returned byAuth.userRevokeRole(ByteSequence, ByteSequence)contains a header.Permission represents a permission over a range of keys. -
Enum Summary Enum Description Permission.Type