You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/src/main/java/org/springframework/security/config/annotation/web/configurers/HeadersConfigurer.java
+8-19
Original file line number
Diff line number
Diff line change
@@ -136,10 +136,8 @@ public ContentTypeOptionsConfig contentTypeOptions() {
136
136
* @param contentTypeOptionsCustomizer the {@link Customizer} to provide more options for
137
137
* the {@link ContentTypeOptionsConfig}
138
138
* @return the {@link HeadersConfigurer} for additional customizations
Copy file name to clipboardExpand all lines: config/src/main/java/org/springframework/security/config/annotation/web/configurers/HttpBasicConfigurer.java
+2-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2018 the original author or authors.
2
+
* Copyright 2002-2019 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -113,9 +113,8 @@ public HttpBasicConfigurer() throws Exception {
113
113
*
114
114
* @param realmName the HTTP Basic realm to use
115
115
* @return {@link HttpBasicConfigurer} for additional customization
Copy file name to clipboardExpand all lines: config/src/main/java/org/springframework/security/config/annotation/web/configurers/SessionManagementConfigurer.java
+2-4
Original file line number
Diff line number
Diff line change
@@ -257,8 +257,7 @@ public SessionFixationConfigurer sessionFixation() {
257
257
* the {@link SessionFixationConfigurer}
258
258
* @return the {@link SessionManagementConfigurer} for further customizations
Copy file name to clipboardExpand all lines: config/src/main/java/org/springframework/security/config/annotation/web/configurers/oauth2/client/OAuth2LoginConfigurer.java
+4-11
Original file line number
Diff line number
Diff line change
@@ -208,10 +208,8 @@ public AuthorizationEndpointConfig authorizationEndpoint() {
208
208
* @param authorizationEndpointCustomizer the {@link Customizer} to provide more options for
209
209
* the {@link AuthorizationEndpointConfig}
210
210
* @return the {@link OAuth2LoginConfigurer} for further customizations
Copy file name to clipboardExpand all lines: config/src/main/java/org/springframework/security/config/annotation/web/configurers/oauth2/server/resource/OAuth2ResourceServerConfigurer.java
+2-5
Original file line number
Diff line number
Diff line change
@@ -188,9 +188,8 @@ public JwtConfigurer jwt() {
188
188
* @param jwtCustomizer the {@link Customizer} to provide more options for
189
189
* the {@link JwtConfigurer}
190
190
* @return the {@link OAuth2ResourceServerConfigurer} for further customizations
Copy file name to clipboardExpand all lines: config/src/main/java/org/springframework/security/config/annotation/web/configurers/openid/OpenIDLoginConfigurer.java
+2-5
Original file line number
Diff line number
Diff line change
@@ -157,10 +157,8 @@ public AttributeExchangeConfigurer attributeExchange(String identifierPattern) {
157
157
* @param attributeExchangeCustomizer the {@link Customizer} to provide more options for
158
158
* the {@link AttributeExchangeConfigurer}
159
159
* @return a {@link OpenIDLoginConfigurer} for further customizations
0 commit comments