org.apache.openejb.core.security
Class AbstractSecurityService.User

java.lang.Object
  extended by org.apache.openejb.core.security.AbstractSecurityService.User
All Implemented Interfaces:
java.security.Principal
Enclosing class:
AbstractSecurityService

public static class AbstractSecurityService.User
extends java.lang.Object
implements java.security.Principal


Constructor Summary
AbstractSecurityService.User(java.lang.String name)
           
 
Method Summary
 java.lang.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
 

Constructor Detail

AbstractSecurityService.User

public AbstractSecurityService.User(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface java.security.Principal


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