org.springframework.security.config.http
Class ChannelAttributeFactory

java.lang.Object
  extended by org.springframework.security.config.http.ChannelAttributeFactory

public class ChannelAttributeFactory
extends Object

Used as a factory bean to create config attribute values for the requires-channel attribute.

Since:
3.0
Version:
$Id: ChannelAttributeFactory.java 3838 2009-08-23 16:42:06Z ltaylor $
Author:
Luke Taylor

Constructor Summary
ChannelAttributeFactory()
           
 
Method Summary
static List<ConfigAttribute> createChannelAttributes(String requiredChannel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelAttributeFactory

public ChannelAttributeFactory()
Method Detail

createChannelAttributes

public static final List<ConfigAttribute> createChannelAttributes(String requiredChannel)


Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.