Class ChannelAttributeFactory

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

@Deprecated public final class ChannelAttributeFactory extends Object
Deprecated.
In modern Spring Security APIs, each API manages its own configuration context. As such there is no direct replacement for this interface. In the case of method security, please see SecurityAnnotationScanner and AuthorizationManager. In the case of channel security, please see HttpsRedirectFilter. In the case of web security, please see AuthorizationManager.
Used as a factory bean to create config attribute values for the requires-channel attribute.
Since:
3.0
  • Method Details