org.apache.openejb.core
Class UnauthenticatedPrincipal

java.lang.Object
  extended by org.apache.openejb.core.UnauthenticatedPrincipal
All Implemented Interfaces:
Principal

public class UnauthenticatedPrincipal
extends Object
implements Principal

Version:
$Rev: 754996 $ $Date: 2009-03-16 21:14:15 +0100 (Mo, 16. M��r 2009) $

Field Summary
static UnauthenticatedPrincipal INSTANCE
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Field Detail

INSTANCE

public static final UnauthenticatedPrincipal INSTANCE
Method Detail

getName

public String getName()
Specified by:
getName in interface Principal


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.