org.apache.geronimo.jetty6
Class JAASJettyPrincipal

java.lang.Object
  extended by org.apache.geronimo.jetty6.JAASJettyPrincipal
All Implemented Interfaces:
Principal

public class JAASJettyPrincipal
extends Object
implements Principal


Constructor Summary
JAASJettyPrincipal(String name)
           
 
Method Summary
 String getName()
           
 Subject getSubject()
           
 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

JAASJettyPrincipal

public JAASJettyPrincipal(String name)
Method Detail

getName

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

getSubject

public Subject getSubject()

setSubject

public void setSubject(Subject subject)


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