.. java:import:: java.io Serializable .. java:import:: java.util HashSet .. java:import:: org.caosdb.server.accessControl UserStatus ProtoUser ========= .. java:package:: org.caosdb.server.database.proto :noindex: .. java:type:: public class ProtoUser implements Serializable Fields ------ email ^^^^^ .. java:field:: public String email :outertype: ProtoUser entity ^^^^^^ .. java:field:: public String entity :outertype: ProtoUser name ^^^^ .. java:field:: public String name :outertype: ProtoUser realm ^^^^^ .. java:field:: public String realm :outertype: ProtoUser roles ^^^^^ .. java:field:: public HashSet roles :outertype: ProtoUser status ^^^^^^ .. java:field:: public UserStatus status :outertype: ProtoUser Constructors ------------ ProtoUser ^^^^^^^^^ .. java:constructor:: public ProtoUser() :outertype: ProtoUser