Skip to content

Commit e36e2b2

Browse files
Move Saml2AuthnRequestRepository to web package
Moving to solve package tangles Issue gh-9185
1 parent cff0bde commit e36e2b2

File tree

21 files changed

+64
-80
lines changed

21 files changed

+64
-80
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
import org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationRequestFactory;
4242
import org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration;
4343
import org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository;
44-
import org.springframework.security.saml2.provider.service.servlet.HttpSessionSaml2AuthenticationRequestRepository;
45-
import org.springframework.security.saml2.provider.service.servlet.Saml2AuthenticationRequestRepository;
4644
import org.springframework.security.saml2.provider.service.servlet.filter.Saml2WebSsoAuthenticationFilter;
4745
import org.springframework.security.saml2.provider.service.servlet.filter.Saml2WebSsoAuthenticationRequestFilter;
4846
import org.springframework.security.saml2.provider.service.web.DefaultRelyingPartyRegistrationResolver;
4947
import org.springframework.security.saml2.provider.service.web.DefaultSaml2AuthenticationRequestContextResolver;
48+
import org.springframework.security.saml2.provider.service.web.HttpSessionSaml2AuthenticationRequestRepository;
5049
import org.springframework.security.saml2.provider.service.web.RelyingPartyRegistrationResolver;
5150
import org.springframework.security.saml2.provider.service.web.Saml2AuthenticationRequestContextResolver;
51+
import org.springframework.security.saml2.provider.service.web.Saml2AuthenticationRequestRepository;
5252
import org.springframework.security.saml2.provider.service.web.Saml2AuthenticationTokenConverter;
5353
import org.springframework.security.web.authentication.AuthenticationConverter;
5454
import org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint;

config/src/test/java/org/springframework/security/config/annotation/web/configurers/saml2/Saml2LoginConfigurerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
import org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration;
7979
import org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository;
8080
import org.springframework.security.saml2.provider.service.registration.TestRelyingPartyRegistrations;
81-
import org.springframework.security.saml2.provider.service.servlet.Saml2AuthenticationRequestRepository;
8281
import org.springframework.security.saml2.provider.service.servlet.filter.Saml2WebSsoAuthenticationFilter;
8382
import org.springframework.security.saml2.provider.service.web.Saml2AuthenticationRequestContextResolver;
83+
import org.springframework.security.saml2.provider.service.web.Saml2AuthenticationRequestRepository;
8484
import org.springframework.security.saml2.provider.service.web.Saml2AuthenticationTokenConverter;
8585
import org.springframework.security.web.FilterChainProxy;
8686
import org.springframework.security.web.SecurityFilterChain;

etc/s101/repository/repository.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</xs-configuration>
1010
<!--Note: All date strings are stored in short US format e.g. 2/1/06 for 1st Feb 2006-->
1111
<project name="snapshots" dir="snapshots" baselineSnapshot="default" version="19139">
12-
<snapshot label="baseline" location="baseline" timestamp="3/16/21, 4:42 PM" version="19139" detail="true" good="true" size="20" />
12+
<snapshot label="baseline" location="baseline" timestamp="9/29/21, 2:04 PM" version="19147" detail="true" good="true" size="1530" />
1313
</project>
1414
</structure101-repository>
0 Bytes
Binary file not shown.

etc/s101/repository/snapshots/baseline/key-measures.xml

Lines changed: 51 additions & 65 deletions
Large diffs are not rendered by default.
Binary file not shown.
-24 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-30 Bytes
Binary file not shown.
208 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)