Package | Description |
---|---|
org.springframework.security.web |
Spring Security's web security module.
|
org.springframework.security.web.access |
Access-control related classes and packages.
|
org.springframework.security.web.access.expression |
Implementation of web security expressions.
|
org.springframework.security.web.access.intercept |
Enforcement of security for HTTP requests, typically by the URL requested.
|
org.springframework.security.web.authentication |
Authentication processing mechanisms, which respond to the submission of authentication
credentials using various protocols (eg BASIC, CAS, form login etc).
|
org.springframework.security.web.savedrequest |
Classes related to the caching of an
HttpServletRequest which requires authentication. |
org.springframework.security.web.util |
Web utility classes.
|
Class and Description |
---|
RequestMatcher
Simple strategy to match an HttpServletRequest.
|
Class and Description |
---|
ThrowableAnalyzer
Handler for analyzing
Throwable instances. |
Class and Description |
---|
RequestMatcher
Simple strategy to match an HttpServletRequest.
|
Class and Description |
---|
RequestMatcher
Simple strategy to match an HttpServletRequest.
|
Class and Description |
---|
RequestMatcher
Simple strategy to match an HttpServletRequest.
|
Class and Description |
---|
RequestMatcher
Simple strategy to match an HttpServletRequest.
|
Class and Description |
---|
RequestMatcher
Simple strategy to match an HttpServletRequest.
|
ThrowableCauseExtractor
Interface for handlers extracting the cause out of a specific
Throwable type. |
Copyright © 2015. All rights reserved.