org.apache.servicemix.http.jetty
Class JaasJettyPrincipal

java.lang.Object
  extended by org.apache.servicemix.http.jetty.JaasJettyPrincipal
All Implemented Interfaces:
java.security.Principal

public class JaasJettyPrincipal
extends java.lang.Object
implements java.security.Principal


Constructor Summary
JaasJettyPrincipal(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 javax.security.auth.Subject getSubject()
           
 void setSubject(javax.security.auth.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(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface java.security.Principal

getSubject

public javax.security.auth.Subject getSubject()

setSubject

public void setSubject(javax.security.auth.Subject subject)


Copyright © 2005-2012 FuseSource. All Rights Reserved.