Uses of Class
com.daml.ledger.javaapi.data.User.Right
Packages that use User.Right
-
Uses of User.Right in com.daml.ledger.javaapi.data
Subclasses of User.Right in com.daml.ledger.javaapi.dataModifier and TypeClassDescriptionstatic final class
static final class
static final class
static final class
static final class
Methods in com.daml.ledger.javaapi.data that return User.RightModifier and TypeMethodDescriptionstatic User.Right
User.Right.fromProto
(UserManagementServiceOuterClass.Right proto) Methods in com.daml.ledger.javaapi.data that return types with arguments of type User.RightModifier and TypeMethodDescriptionGrantUserRightsResponse.getNewlyGrantedRights()
RevokeUserRightsResponse.getNewlyRevokedRights()
CreateUserRequest.getRights()
GrantUserRightsRequest.getRights()
ListUserRightsResponse.getRights()
RevokeUserRightsRequest.getRights()
Constructors in com.daml.ledger.javaapi.data with parameters of type User.RightModifierConstructorDescriptionCreateUserRequest
(User user, User.Right... rights) GrantUserRightsRequest
(String userId, User.Right right, User.Right... rights) RevokeUserRightsRequest
(String userId, User.Right right, User.Right... rights) Constructor parameters in com.daml.ledger.javaapi.data with type arguments of type User.RightModifierConstructorDescriptionGrantUserRightsResponse
(@NonNull List<User.Right> newlyGrantedRights) ListUserRightsResponse
(@NonNull List<User.Right> rights) RevokeUserRightsResponse
(@NonNull List<User.Right> newlyRevokedRights)