Class DelegatedGroupMember
java.lang.Object
pl.edu.icm.unity.engine.api.project.DelegatedGroupMember
Holds information about delegated group member.
- Author:
- P.Piernik
-
Field Summary
Modifier and TypeFieldDescriptionfinal VerifiableElementBase
final long
final String
final String
final String
final GroupAuthorizationRole
-
Constructor Summary
ConstructorDescriptionDelegatedGroupMember
(long entityId, String project, String group, GroupAuthorizationRole role, String name, VerifiableElementBase email, Optional<List<Attribute>> attributes) -
Method Summary
-
Field Details
-
entityId
public final long entityId -
project
-
group
-
role
-
name
-
email
-
attributes
-
-
Constructor Details
-
DelegatedGroupMember
public DelegatedGroupMember(long entityId, String project, String group, GroupAuthorizationRole role, String name, VerifiableElementBase email, Optional<List<Attribute>> attributes)
-
-
Method Details