mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Deprecate Saml2AuthenticationRequestFactory
Closes gh-11080
This commit is contained in:
parent
b39f213e64
commit
bb0c336ae8
@ -29,7 +29,11 @@ import org.springframework.security.saml2.provider.service.registration.Saml2Mes
|
||||
* Page 50, Line 2147
|
||||
*
|
||||
* @since 5.2
|
||||
* @deprecated As of 5.7.0, use
|
||||
* {@link org.springframework.security.saml2.provider.service.web.authentication.Saml2AuthenticationRequestResolver}
|
||||
* instead
|
||||
*/
|
||||
@Deprecated
|
||||
public interface Saml2AuthenticationRequestFactory {
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user