Package io.etcd.jetcd.auth
package io.etcd.jetcd.auth
-
ClassDescriptionAuthDisableResponse returned by
Auth.authDisable()contains a header.AuthEnableResponse returned byAuth.authEnable()call contains a header.AuthRoleAddResponse returned byAuth.roleAdd(ByteSequence)contains a header.AuthRoleDeleteResponse returned byAuth.roleDelete(ByteSequence)contains a header.AuthRoleGetResponse returned byAuth.roleGet(ByteSequence)contains a header and a list of permissions.AuthRoleGrantPermissionResponse returned byAuth.roleGrantPermission(ByteSequence, ByteSequence, ByteSequence, Permission.Type)contains a header.AuthRoleListResponse returned byAuth.roleList()contains a header and a list of roles.AuthRoleRevokePermissionResponseAuthUserAddResponse returned byAuth.userAdd(ByteSequence, ByteSequence)contains a header.AuthUserChangePasswordResponseAuthUserDeleteResponse returned byAuth.userDelete(ByteSequence)contains a header.AuthUserGetResponse returned byAuth.userGet(ByteSequence)contains a header and a list of roles associated with the user.AuthUserGrantRoleResponseAuthUserListResponse returned byAuth.userList()contains a header and a list of users.AuthUserRevokeRoleResponse returned byAuth.userRevokeRole(ByteSequence, ByteSequence)contains a header.represents a permission over a range of keys.