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()
          return the current caller principal return null if no principal
 
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()
Description copied from interface: PrincipalFactory
return the current caller principal return null if no principal
Specified by:
getCallerPrincipal in interface PrincipalFactory