org.apache.geronimo.tomcat
Class JAASTomcatPrincipal
java.lang.Object
org.apache.geronimo.tomcat.JAASTomcatPrincipal
- All Implemented Interfaces:
- Principal
public class JAASTomcatPrincipal
- extends Object
- implements Principal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAASTomcatPrincipal
public JAASTomcatPrincipal(String name)
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.