com.raritantechnologies.quickstart.taglibrary
Class RemoteUserLoginTag

java.lang.Object
  extended byBodyTagSupport
      extended bycom.raritantechnologies.quickstart.taglibrary.RemoteUserLoginTag

public class RemoteUserLoginTag
extends BodyTagSupport

JSP Custom tag: Uses Remote User information to log in, using a configurable ILoginHandler.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan
See Also:
Serialized Form

Constructor Summary
RemoteUserLoginTag()
           
 
Method Summary
 int doAfterBody()
           
 int doStartTag()
           
 void setLoginHandlerName(java.lang.String loginHandlerName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteUserLoginTag

public RemoteUserLoginTag()
Method Detail

setLoginHandlerName

public void setLoginHandlerName(java.lang.String loginHandlerName)

doStartTag

public int doStartTag()

doAfterBody

public int doAfterBody()
                throws JspException
Throws:
JspException