Package com.daml.ledger.api.v1.admin
Class UserManagementServiceOuterClass
- java.lang.Object
-
- com.daml.ledger.api.v1.admin.UserManagementServiceOuterClass
-
public final class UserManagementServiceOuterClass extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserManagementServiceOuterClass.CreateUserRequest
Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(user.identity_provider_id)``static interface
UserManagementServiceOuterClass.CreateUserRequestOrBuilder
static class
UserManagementServiceOuterClass.CreateUserResponse
Protobuf typecom.daml.ledger.api.v1.admin.CreateUserResponse
static interface
UserManagementServiceOuterClass.CreateUserResponseOrBuilder
static class
UserManagementServiceOuterClass.DeleteUserRequest
Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(identity_provider_id)``static interface
UserManagementServiceOuterClass.DeleteUserRequestOrBuilder
static class
UserManagementServiceOuterClass.DeleteUserResponse
Does not (yet) contain any data.static interface
UserManagementServiceOuterClass.DeleteUserResponseOrBuilder
static class
UserManagementServiceOuterClass.GetUserRequest
Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(identity_provider_id) OR IsAuthenticatedUser(user_id)``static interface
UserManagementServiceOuterClass.GetUserRequestOrBuilder
static class
UserManagementServiceOuterClass.GetUserResponse
Protobuf typecom.daml.ledger.api.v1.admin.GetUserResponse
static interface
UserManagementServiceOuterClass.GetUserResponseOrBuilder
static class
UserManagementServiceOuterClass.GrantUserRightsRequest
Add the rights to the set of rights granted to the user.static interface
UserManagementServiceOuterClass.GrantUserRightsRequestOrBuilder
static class
UserManagementServiceOuterClass.GrantUserRightsResponse
Protobuf typecom.daml.ledger.api.v1.admin.GrantUserRightsResponse
static interface
UserManagementServiceOuterClass.GrantUserRightsResponseOrBuilder
static class
UserManagementServiceOuterClass.ListUserRightsRequest
Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(identity_provider_id) OR IsAuthenticatedUser(user_id)``static interface
UserManagementServiceOuterClass.ListUserRightsRequestOrBuilder
static class
UserManagementServiceOuterClass.ListUserRightsResponse
Protobuf typecom.daml.ledger.api.v1.admin.ListUserRightsResponse
static interface
UserManagementServiceOuterClass.ListUserRightsResponseOrBuilder
static class
UserManagementServiceOuterClass.ListUsersRequest
Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(identity_provider_id)``static interface
UserManagementServiceOuterClass.ListUsersRequestOrBuilder
static class
UserManagementServiceOuterClass.ListUsersResponse
Protobuf typecom.daml.ledger.api.v1.admin.ListUsersResponse
static interface
UserManagementServiceOuterClass.ListUsersResponseOrBuilder
static class
UserManagementServiceOuterClass.RevokeUserRightsRequest
Remove the rights from the set of rights granted to the user.static interface
UserManagementServiceOuterClass.RevokeUserRightsRequestOrBuilder
static class
UserManagementServiceOuterClass.RevokeUserRightsResponse
Protobuf typecom.daml.ledger.api.v1.admin.RevokeUserRightsResponse
static interface
UserManagementServiceOuterClass.RevokeUserRightsResponseOrBuilder
static class
UserManagementServiceOuterClass.Right
A right granted to a user.static interface
UserManagementServiceOuterClass.RightOrBuilder
static class
UserManagementServiceOuterClass.UpdateUserRequest
Required authorization: ``HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(user.identity_provider_id)``static interface
UserManagementServiceOuterClass.UpdateUserRequestOrBuilder
static class
UserManagementServiceOuterClass.UpdateUserResponse
Protobuf typecom.daml.ledger.api.v1.admin.UpdateUserResponse
static interface
UserManagementServiceOuterClass.UpdateUserResponseOrBuilder
static class
UserManagementServiceOuterClass.User
Users are used to dynamically manage the rights given to Daml applications.static interface
UserManagementServiceOuterClass.UserOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor()
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-