org.broadleafcommerce.common.security.channel
Class ProtoInsecureChannelProcessor

java.lang.Object
  extended by org.springframework.security.web.access.channel.InsecureChannelProcessor
      extended by org.broadleafcommerce.common.security.channel.ProtoInsecureChannelProcessor
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.security.web.access.channel.ChannelProcessor

public class ProtoInsecureChannelProcessor
extends org.springframework.security.web.access.channel.InsecureChannelProcessor

Author:
Jeff Fischer

Constructor Summary
ProtoInsecureChannelProcessor()
           
 
Method Summary
 void decide(org.springframework.security.web.FilterInvocation invocation, Collection<org.springframework.security.access.ConfigAttribute> config)
           
 
Methods inherited from class org.springframework.security.web.access.channel.InsecureChannelProcessor
afterPropertiesSet, getEntryPoint, getInsecureKeyword, setEntryPoint, setInsecureKeyword, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtoInsecureChannelProcessor

public ProtoInsecureChannelProcessor()
Method Detail

decide

public void decide(org.springframework.security.web.FilterInvocation invocation,
                   Collection<org.springframework.security.access.ConfigAttribute> config)
            throws IOException,
                   javax.servlet.ServletException
Specified by:
decide in interface org.springframework.security.web.access.channel.ChannelProcessor
Overrides:
decide in class org.springframework.security.web.access.channel.InsecureChannelProcessor
Throws:
IOException
javax.servlet.ServletException


Copyright © 2013. All Rights Reserved.