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

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

public static class AbstractSecurityService.User
extends Object
implements Principal


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

Constructor Detail

AbstractSecurityService.User

public AbstractSecurityService.User(String name)
Method Detail

getName

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


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