public interface MSPRoleOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMspIdentifier()
MSPIdentifier represents the identifier of the MSP this principal
refers to
|
com.google.protobuf.ByteString |
getMspIdentifierBytes()
MSPIdentifier represents the identifier of the MSP this principal
refers to
|
MSPRole.MSPRoleType |
getRole()
MSPRoleType defines which of the available, pre-defined MSP-roles
an identiy should posess inside the MSP with identifier MSPidentifier
|
int |
getRoleValue()
MSPRoleType defines which of the available, pre-defined MSP-roles
an identiy should posess inside the MSP with identifier MSPidentifier
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMspIdentifier()
MSPIdentifier represents the identifier of the MSP this principal refers to
string msp_identifier = 1 [json_name = "mspIdentifier"];
com.google.protobuf.ByteString getMspIdentifierBytes()
MSPIdentifier represents the identifier of the MSP this principal refers to
string msp_identifier = 1 [json_name = "mspIdentifier"];
int getRoleValue()
MSPRoleType defines which of the available, pre-defined MSP-roles an identiy should posess inside the MSP with identifier MSPidentifier
.common.MSPRole.MSPRoleType role = 2 [json_name = "role"];
MSPRole.MSPRoleType getRole()
MSPRoleType defines which of the available, pre-defined MSP-roles an identiy should posess inside the MSP with identifier MSPidentifier
.common.MSPRole.MSPRoleType role = 2 [json_name = "role"];
Copyright © 2022. All rights reserved.