File tree 2 files changed +11
-11
lines changed
config/src/main/resources/org/springframework/security/config
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1127,4 +1127,4 @@ position =
1127
1127
## The explicit position at which the custom-filter should be placed in the chain. Use if you are replacing a standard filter.
1128
1128
attribute position {named-security-filter}
1129
1129
1130
- named-security-filter = "FIRST" | "CHANNEL_FILTER" | "SECURITY_CONTEXT_FILTER" | "CONCURRENT_SESSION_FILTER" | "WEB_ASYNC_MANAGER_FILTER" | "HEADERS_FILTER" | "CORS_FILTER" | "CSRF_FILTER" | "LOGOUT_FILTER" | "OAUTH2_AUTHORIZATION_REQUEST_FILTER" | "X509_FILTER" | "PRE_AUTH_FILTER" | "CAS_FILTER" | "OAUTH2_LOGIN_FILTER" | "FORM_LOGIN_FILTER" | "OPENID_FILTER" | "LOGIN_PAGE_FILTER" |"LOGOUT_PAGE_FILTER" | "DIGEST_AUTH_FILTER" | "BEARER_TOKEN_AUTH_FILTER" | "BASIC_AUTH_FILTER" | "REQUEST_CACHE_FILTER" | "SERVLET_API_SUPPORT_FILTER" | "JAAS_API_SUPPORT_FILTER" | "REMEMBER_ME_FILTER" | "ANONYMOUS_FILTER" | "OAUTH2_AUTHORIZATION_CODE_GRANT_FILTER" | "SESSION_MANAGEMENT_FILTER" | "EXCEPTION_TRANSLATION_FILTER" | "FILTER_SECURITY_INTERCEPTOR" | "SWITCH_USER_FILTER" | "LAST"
1130
+ named-security-filter = "FIRST" | "CHANNEL_FILTER" | "SECURITY_CONTEXT_FILTER" | "CONCURRENT_SESSION_FILTER" | "WEB_ASYNC_MANAGER_FILTER" | "HEADERS_FILTER" | "CORS_FILTER" | "CSRF_FILTER" | "LOGOUT_FILTER" | "OAUTH2_AUTHORIZATION_REQUEST_FILTER" | "X509_FILTER" | "PRE_AUTH_FILTER" | "CAS_FILTER" | "OAUTH2_LOGIN_FILTER" | "FORM_LOGIN_FILTER" | "OPENID_FILTER" | "LOGIN_PAGE_FILTER" |"LOGOUT_PAGE_FILTER" | "DIGEST_AUTH_FILTER" | "BEARER_TOKEN_AUTH_FILTER" | "BASIC_AUTH_FILTER" | "REQUEST_CACHE_FILTER" | "SERVLET_API_SUPPORT_FILTER" | "JAAS_API_SUPPORT_FILTER" | "REMEMBER_ME_FILTER" | "ANONYMOUS_FILTER" | "OAUTH2_AUTHORIZATION_CODE_GRANT_FILTER" | "WELL_KNOWN_CHANGE_PASSWORD_REDIRECT_FILTER" | " SESSION_MANAGEMENT_FILTER" | "EXCEPTION_TRANSLATION_FILTER" | "FILTER_SECURITY_INTERCEPTOR" | "SWITCH_USER_FILTER" | "LAST"
Original file line number Diff line number Diff line change 1066
1066
<xs : attributeGroup ref =" security:logout.attlist" />
1067
1067
</xs : complexType >
1068
1068
</xs : element >
1069
- <xs : element ref =" security:password-management" />
1069
+ <xs : element ref =" security:password-management" />
1070
1070
<xs : element name =" session-management" >
1071
1071
<xs : annotation >
1072
1072
<xs : documentation >Session-management related functionality is implemented by the addition of a
2161
2161
</xs : annotation >
2162
2162
</xs : attribute >
2163
2163
</xs : attributeGroup >
2164
-
2165
2164
<xs : element name =" password-management" >
2166
- <xs : annotation >
2167
- <xs : documentation >Adds support for the password management.
2168
- </xs : documentation >
2169
- </xs : annotation >
2170
- <xs : complexType >
2171
- <xs : attributeGroup ref =" security:password-management.attlist" />
2172
- </xs : complexType >
2173
- </xs : element >
2165
+ <xs : annotation >
2166
+ <xs : documentation >Adds support for the password management.
2167
+ </xs : documentation >
2168
+ </xs : annotation >
2169
+ <xs : complexType >
2170
+ <xs : attributeGroup ref =" security:password-management.attlist" />
2171
+ </xs : complexType >
2172
+ </xs : element >
2174
2173
<xs : attributeGroup name =" password-management.attlist" >
2175
2174
<xs : attribute name =" change-password-page" type =" xs:string" >
2176
2175
<xs : annotation >
2179
2178
</xs : annotation >
2180
2179
</xs : attribute >
2181
2180
</xs : attributeGroup >
2181
+
2182
2182
<xs : attributeGroup name =" session-management.attlist" >
2183
2183
<xs : attribute name =" session-fixation-protection" >
2184
2184
<xs : annotation >
You can’t perform that action at this time.
0 commit comments