Nuxeo Enterprise Platform 5.4

org.nuxeo.platform.login.jboss
Class JBoss5CallerPrincipalProvider

java.lang.Object
  extended by org.nuxeo.ecm.core.api.CallerPrincipalProvider
      extended by org.nuxeo.platform.login.jboss.JBoss5CallerPrincipalProvider

public class JBoss5CallerPrincipalProvider
extends CallerPrincipalProvider

Fix a problem related to EJBContext.getCallerPrincipal() in JBoss5 which return the originated principal and not the authenticated one. See NXP-

Author:
Bogdan Stefanescu

Constructor Summary
JBoss5CallerPrincipalProvider()
           
 
Method Summary
 NuxeoPrincipal getCallerPrincipal()
           
 
Methods inherited from class org.nuxeo.ecm.core.api.CallerPrincipalProvider
getInstance, setInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBoss5CallerPrincipalProvider

public JBoss5CallerPrincipalProvider()
Method Detail

getCallerPrincipal

public NuxeoPrincipal getCallerPrincipal()
Specified by:
getCallerPrincipal in class CallerPrincipalProvider

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.