org.jboss.seam.security.external.dialogues
Class DialogueFilter

java.lang.Object
  extended by org.jboss.seam.security.external.dialogues.DialogueFilter
All Implemented Interfaces:
javax.servlet.Filter

@WebFilter(filterName="DialogueFilter",
           urlPatterns="/openid/*")
public class DialogueFilter
extends Object
implements javax.servlet.Filter


Field Summary
static String DIALOGUE_ID_PARAM
           
 
Constructor Summary
DialogueFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
           
 void init(javax.servlet.FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIALOGUE_ID_PARAM

public static final String DIALOGUE_ID_PARAM
See Also:
Constant Field Values
Constructor Detail

DialogueFilter

public DialogueFilter()
Method Detail

init

public void init(javax.servlet.FilterConfig filterConfig)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Filter
Throws:
javax.servlet.ServletException

doFilter

public void doFilter(javax.servlet.ServletRequest request,
                     javax.servlet.ServletResponse response,
                     javax.servlet.FilterChain chain)
              throws IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Throws:
IOException
javax.servlet.ServletException

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter


Copyright © 2011 Seam Framework. All Rights Reserved.