org.ow2.jonas.ejb.internal
Class PrincipalFactoryImpl
java.lang.Object
org.ow2.jonas.ejb.internal.PrincipalFactoryImpl
- All Implemented Interfaces:
- org.ow2.jonas.lib.ejb21.PrincipalFactory
public class PrincipalFactoryImpl
- extends Object
- implements org.ow2.jonas.lib.ejb21.PrincipalFactory
Defines an implementation of PrincipalFactory returning a Principal object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrincipalFactoryImpl
public PrincipalFactoryImpl()
getCallerPrincipal
public Principal getCallerPrincipal(boolean inRunAs)
- Specified by:
getCallerPrincipal in interface org.ow2.jonas.lib.ejb21.PrincipalFactory
- Parameters:
inRunAs - request comes from a runAs component ?
- Returns:
- a Principal object
Copyright © 2008 OW2 Consortium. All Rights Reserved.