Skip to content

Commit bb0c336

Browse files
Deprecate Saml2AuthenticationRequestFactory
Closes gh-11080
1 parent b39f213 commit bb0c336

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/authentication/Saml2AuthenticationRequestFactory.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
* Page 50, Line 2147
3030
*
3131
* @since 5.2
32+
* @deprecated As of 5.7.0, use
33+
* {@link org.springframework.security.saml2.provider.service.web.authentication.Saml2AuthenticationRequestResolver}
34+
* instead
3235
*/
36+
@Deprecated
3337
public interface Saml2AuthenticationRequestFactory {
3438

3539
/**

0 commit comments

Comments
 (0)