mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
SEC-2876: HttpSecurityBuilder addFilterAfter javadoc before->after
This commit is contained in:
parent
58be282f70
commit
6c185f649b
@ -113,7 +113,7 @@ public interface HttpSecurityBuilder<H extends HttpSecurityBuilder<H>> extends S
|
|||||||
* been added using {@link #addFilterAfter(Filter, Class)} or
|
* been added using {@link #addFilterAfter(Filter, Class)} or
|
||||||
* {@link #addFilterBefore(Filter, Class)}.
|
* {@link #addFilterBefore(Filter, Class)}.
|
||||||
*
|
*
|
||||||
* @param filter the {@link Filter} to register before the type {@code afterFilter}
|
* @param filter the {@link Filter} to register after the type {@code afterFilter}
|
||||||
* @param afterFilter the Class of the known {@link Filter}.
|
* @param afterFilter the Class of the known {@link Filter}.
|
||||||
* @return the {@link HttpSecurity} for further customizations
|
* @return the {@link HttpSecurity} for further customizations
|
||||||
*/
|
*/
|
||||||
@ -171,4 +171,4 @@ public interface HttpSecurityBuilder<H extends HttpSecurityBuilder<H>> extends S
|
|||||||
* @return the {@link HttpSecurity} for further customizations
|
* @return the {@link HttpSecurity} for further customizations
|
||||||
*/
|
*/
|
||||||
H addFilter(Filter filter);
|
H addFilter(Filter filter);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user