com.atlassian.confluence.security.trust.seraph
Class ConfluenceTrustedApplicationsFilter

java.lang.Object
  extended by com.atlassian.core.filters.AbstractHttpFilter
      extended by com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter
          extended by com.atlassian.confluence.security.trust.seraph.ConfluenceTrustedApplicationsFilter
All Implemented Interfaces:
javax.servlet.Filter

public class ConfluenceTrustedApplicationsFilter
extends AbstractBootstrapHotSwappingFilter

Integration of Seraph's trusted application filter with Confluence's trusted applications manager

See Also:
SeraphTrustedApplicationIntegration

Constructor Summary
ConfluenceTrustedApplicationsFilter()
           
 
Method Summary
 javax.servlet.Filter getSwapTarget()
          The filter to use once the container manager is available
 
Methods inherited from class com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter
doFilter
 
Methods inherited from class com.atlassian.core.filters.AbstractHttpFilter
destroy, doFilter, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceTrustedApplicationsFilter

public ConfluenceTrustedApplicationsFilter()
Method Detail

getSwapTarget

public javax.servlet.Filter getSwapTarget()
                                   throws javax.servlet.ServletException
Description copied from class: AbstractBootstrapHotSwappingFilter
The filter to use once the container manager is available

Specified by:
getSwapTarget in class AbstractBootstrapHotSwappingFilter
Returns:
filter to delegate to
Throws:
javax.servlet.ServletException


Copyright © 2003-2014 Atlassian. All Rights Reserved.