Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.security
Interface UserSession

All Known Implementing Classes:
UserSessionBean

public interface UserSession


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

Method Detail

getCurrentUser

java.security.Principal getCurrentUser()

getCurrentNuxeoPrincipal

NuxeoPrincipal getCurrentNuxeoPrincipal()

isAdministrator

boolean isAdministrator()

destroy

void destroy()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.