Search in sources :

Example 1 with UserInSessionDecoder

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);
}
Also used : UserInSession(edu.stanford.bmir.protege.web.shared.app.UserInSession) UserInSessionDecoder(edu.stanford.bmir.protege.web.client.app.UserInSessionDecoder)

Aggregations

UserInSessionDecoder (edu.stanford.bmir.protege.web.client.app.UserInSessionDecoder)1 UserInSession (edu.stanford.bmir.protege.web.shared.app.UserInSession)1