org.objectweb.jonas.container
Class PrincipalFactoryImpl

java.lang.Object
  |
  +--org.objectweb.jonas.container.PrincipalFactoryImpl
All Implemented Interfaces:
PrincipalFactory

public class PrincipalFactoryImpl
extends java.lang.Object
implements PrincipalFactory


Constructor Summary
PrincipalFactoryImpl()
           
 
Method Summary
 java.security.Principal getCallerPrincipal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalFactoryImpl

public PrincipalFactoryImpl()
Method Detail

getCallerPrincipal

public java.security.Principal getCallerPrincipal()
Specified by:
getCallerPrincipal in interface PrincipalFactory
Following copied from interface: org.objectweb.jonas_ejb.container.PrincipalFactory
Returns:
the current caller principal or null if no principal