public static final class AuthGrpc.AuthBlockingStub extends io.grpc.stub.AbstractStub<AuthGrpc.AuthBlockingStub>
protected AuthGrpc.AuthBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build 在类中 io.grpc.stub.AbstractStub<AuthGrpc.AuthBlockingStub>public Rpc.AuthEnableResponse authEnable(Rpc.AuthEnableRequest request)
AuthEnable enables authentication.
public Rpc.AuthDisableResponse authDisable(Rpc.AuthDisableRequest request)
AuthDisable disables authentication.
public Rpc.AuthenticateResponse authenticate(Rpc.AuthenticateRequest request)
Authenticate processes an authenticate request.
public Rpc.AuthUserAddResponse userAdd(Rpc.AuthUserAddRequest request)
UserAdd adds a new user.
public Rpc.AuthUserGetResponse userGet(Rpc.AuthUserGetRequest request)
UserGet gets detailed user information.
public Rpc.AuthUserListResponse userList(Rpc.AuthUserListRequest request)
UserList gets a list of all users.
public Rpc.AuthUserDeleteResponse userDelete(Rpc.AuthUserDeleteRequest request)
UserDelete deletes a specified user.
public Rpc.AuthUserChangePasswordResponse userChangePassword(Rpc.AuthUserChangePasswordRequest request)
UserChangePassword changes the password of a specified user.
public Rpc.AuthUserGrantRoleResponse userGrantRole(Rpc.AuthUserGrantRoleRequest request)
UserGrant grants a role to a specified user.
public Rpc.AuthUserRevokeRoleResponse userRevokeRole(Rpc.AuthUserRevokeRoleRequest request)
UserRevokeRole revokes a role of specified user.
public Rpc.AuthRoleAddResponse roleAdd(Rpc.AuthRoleAddRequest request)
RoleAdd adds a new role.
public Rpc.AuthRoleGetResponse roleGet(Rpc.AuthRoleGetRequest request)
RoleGet gets detailed role information.
public Rpc.AuthRoleListResponse roleList(Rpc.AuthRoleListRequest request)
RoleList gets lists of all roles.
public Rpc.AuthRoleDeleteResponse roleDelete(Rpc.AuthRoleDeleteRequest request)
RoleDelete deletes a specified role.
public Rpc.AuthRoleGrantPermissionResponse roleGrantPermission(Rpc.AuthRoleGrantPermissionRequest request)
RoleGrantPermission grants a permission of a specified key or range to a specified role.
public Rpc.AuthRoleRevokePermissionResponse roleRevokePermission(Rpc.AuthRoleRevokePermissionRequest request)
RoleRevokePermission revokes a key or range permission of a specified role.
Copyright © 2018. All rights reserved.