Class ChannelAttributeFactory


  • public final class ChannelAttributeFactory
    extends java.lang.Object
    Used as a factory bean to create config attribute values for the requires-channel attribute.
    Since:
    3.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<org.springframework.security.access.ConfigAttribute> createChannelAttributes​(java.lang.String requiredChannel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createChannelAttributes

        public static java.util.List<org.springframework.security.access.ConfigAttribute> createChannelAttributes​(java.lang.String requiredChannel)