org.apache.geronimo.tomcat
Class JAASTomcatPrincipal

java.lang.Object
  extended by org.apache.geronimo.tomcat.JAASTomcatPrincipal
All Implemented Interfaces:
Principal

public class JAASTomcatPrincipal
extends Object
implements Principal


Constructor Summary
JAASTomcatPrincipal(String name)
           
 
Method Summary
 String getName()
           
 List getRoles()
           
 Subject getSubject()
           
 void setRoles(List roles)
           
 void setSubject(Subject subject)
           
 
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

JAASTomcatPrincipal

public JAASTomcatPrincipal(String name)
Method Detail

getName

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

getSubject

public Subject getSubject()

setSubject

public void setSubject(Subject subject)

getRoles

public List getRoles()

setRoles

public void setRoles(List roles)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.