org.eclipse.jetty.security
Class MappedLoginService.RolePrincipal

java.lang.Object
  extended by org.eclipse.jetty.security.MappedLoginService.RolePrincipal
All Implemented Interfaces:
Principal
Enclosing class:
MappedLoginService

public class MappedLoginService.RolePrincipal
extends Object
implements Principal


Constructor Summary
MappedLoginService.RolePrincipal(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

MappedLoginService.RolePrincipal

public MappedLoginService.RolePrincipal(String name)
Method Detail

getName

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


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.