Package com.daml.ledger.api.v1.admin
Interface UserManagementServiceOuterClass.RightOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserManagementServiceOuterClass.Right
,UserManagementServiceOuterClass.Right.Builder
- Enclosing class:
- UserManagementServiceOuterClass
public static interface UserManagementServiceOuterClass.RightOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserManagementServiceOuterClass.Right.CanActAs
getCanActAs()
The user can act as a specific party.UserManagementServiceOuterClass.Right.CanActAsOrBuilder
getCanActAsOrBuilder()
The user can act as a specific party.UserManagementServiceOuterClass.Right.CanReadAs
getCanReadAs()
The user can read ledger data visible to a specific party.UserManagementServiceOuterClass.Right.CanReadAsOrBuilder
getCanReadAsOrBuilder()
The user can read ledger data visible to a specific party.UserManagementServiceOuterClass.Right.IdentityProviderAdmin
getIdentityProviderAdmin()
The user can administer users and parties assigned to the same identity provider as the one of the user.UserManagementServiceOuterClass.Right.IdentityProviderAdminOrBuilder
getIdentityProviderAdminOrBuilder()
The user can administer users and parties assigned to the same identity provider as the one of the user.UserManagementServiceOuterClass.Right.KindCase
getKindCase()
UserManagementServiceOuterClass.Right.ParticipantAdmin
getParticipantAdmin()
The user can administer the participant node.UserManagementServiceOuterClass.Right.ParticipantAdminOrBuilder
getParticipantAdminOrBuilder()
The user can administer the participant node.boolean
hasCanActAs()
The user can act as a specific party.boolean
hasCanReadAs()
The user can read ledger data visible to a specific party.boolean
hasIdentityProviderAdmin()
The user can administer users and parties assigned to the same identity provider as the one of the user.boolean
hasParticipantAdmin()
The user can administer the participant node.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasParticipantAdmin
boolean hasParticipantAdmin()
The user can administer the participant node.
.com.daml.ledger.api.v1.admin.Right.ParticipantAdmin participant_admin = 1 [json_name = "participantAdmin"];
- Returns:
- Whether the participantAdmin field is set.
-
getParticipantAdmin
UserManagementServiceOuterClass.Right.ParticipantAdmin getParticipantAdmin()
The user can administer the participant node.
.com.daml.ledger.api.v1.admin.Right.ParticipantAdmin participant_admin = 1 [json_name = "participantAdmin"];
- Returns:
- The participantAdmin.
-
getParticipantAdminOrBuilder
UserManagementServiceOuterClass.Right.ParticipantAdminOrBuilder getParticipantAdminOrBuilder()
The user can administer the participant node.
.com.daml.ledger.api.v1.admin.Right.ParticipantAdmin participant_admin = 1 [json_name = "participantAdmin"];
-
hasCanActAs
boolean hasCanActAs()
The user can act as a specific party.
.com.daml.ledger.api.v1.admin.Right.CanActAs can_act_as = 2 [json_name = "canActAs"];
- Returns:
- Whether the canActAs field is set.
-
getCanActAs
UserManagementServiceOuterClass.Right.CanActAs getCanActAs()
The user can act as a specific party.
.com.daml.ledger.api.v1.admin.Right.CanActAs can_act_as = 2 [json_name = "canActAs"];
- Returns:
- The canActAs.
-
getCanActAsOrBuilder
UserManagementServiceOuterClass.Right.CanActAsOrBuilder getCanActAsOrBuilder()
The user can act as a specific party.
.com.daml.ledger.api.v1.admin.Right.CanActAs can_act_as = 2 [json_name = "canActAs"];
-
hasCanReadAs
boolean hasCanReadAs()
The user can read ledger data visible to a specific party.
.com.daml.ledger.api.v1.admin.Right.CanReadAs can_read_as = 3 [json_name = "canReadAs"];
- Returns:
- Whether the canReadAs field is set.
-
getCanReadAs
UserManagementServiceOuterClass.Right.CanReadAs getCanReadAs()
The user can read ledger data visible to a specific party.
.com.daml.ledger.api.v1.admin.Right.CanReadAs can_read_as = 3 [json_name = "canReadAs"];
- Returns:
- The canReadAs.
-
getCanReadAsOrBuilder
UserManagementServiceOuterClass.Right.CanReadAsOrBuilder getCanReadAsOrBuilder()
The user can read ledger data visible to a specific party.
.com.daml.ledger.api.v1.admin.Right.CanReadAs can_read_as = 3 [json_name = "canReadAs"];
-
hasIdentityProviderAdmin
boolean hasIdentityProviderAdmin()
The user can administer users and parties assigned to the same identity provider as the one of the user.
.com.daml.ledger.api.v1.admin.Right.IdentityProviderAdmin identity_provider_admin = 4 [json_name = "identityProviderAdmin"];
- Returns:
- Whether the identityProviderAdmin field is set.
-
getIdentityProviderAdmin
UserManagementServiceOuterClass.Right.IdentityProviderAdmin getIdentityProviderAdmin()
The user can administer users and parties assigned to the same identity provider as the one of the user.
.com.daml.ledger.api.v1.admin.Right.IdentityProviderAdmin identity_provider_admin = 4 [json_name = "identityProviderAdmin"];
- Returns:
- The identityProviderAdmin.
-
getIdentityProviderAdminOrBuilder
UserManagementServiceOuterClass.Right.IdentityProviderAdminOrBuilder getIdentityProviderAdminOrBuilder()
The user can administer users and parties assigned to the same identity provider as the one of the user.
.com.daml.ledger.api.v1.admin.Right.IdentityProviderAdmin identity_provider_admin = 4 [json_name = "identityProviderAdmin"];
-
getKindCase
UserManagementServiceOuterClass.Right.KindCase getKindCase()
-
-