use of edu.stanford.bmir.protege.web.client.app.UserInSessionDecoder in project webprotege by protegeproject.
the class LoggedInUserManager method readUserInSession.
private void readUserInSession() {
UserInSessionDecoder decoder = new UserInSessionDecoder();
UserInSession userInSession = ClientObjectReader.create("userInSession", decoder).read();
loggedInUser.setLoggedInUser(userInSession);
}
Aggregations