Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.security
Interface UserSession

All Known Implementing Classes:
UserSessionBean

public interface UserSession


Method Summary
 void destroy()
           
 NuxeoPrincipal getCurrentNuxeoPrincipal()
           
 Principal getCurrentUser()
           
 boolean isAdministrator()
           
 

Method Detail

getCurrentUser

Principal getCurrentUser()

getCurrentNuxeoPrincipal

NuxeoPrincipal getCurrentNuxeoPrincipal()

isAdministrator

boolean isAdministrator()

destroy

void destroy()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.