File tree Expand file tree Collapse file tree
tests/modules/saml/src/Auth Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55namespace SimpleSAML \Module \saml \Auth \Process ;
66
7- use SAML2 \Constants ;
7+ use SimpleSAML \ SAML2 \Constants ;
88
99use function strtolower ;
1010
Original file line number Diff line number Diff line change 44
55namespace SimpleSAML \Module \saml \Auth \Process ;
66
7- use SAML2 \Exception \ProtocolViolationException ;
87use SimpleSAML \Assert \Assert ;
98use SimpleSAML \Auth ;
9+ use SimpleSAML \SAML2 \Exception \ProtocolViolationException ;
1010
1111use function array_key_exists ;
1212use function explode ;
Original file line number Diff line number Diff line change 44
55namespace SimpleSAML \Module \saml \Auth \Process ;
66
7- use SAML2 \Constants ;
8- use SAML2 \Exception \ProtocolViolationException ;
97use SimpleSAML \Assert \Assert ;
108use SimpleSAML \Auth ;
119use SimpleSAML \Logger ;
10+ use SimpleSAML \SAML2 \Constants ;
11+ use SimpleSAML \SAML2 \Exception \ProtocolViolationException ;
1212use SimpleSAML \Utils ;
1313
1414use function array_key_exists ;
Original file line number Diff line number Diff line change 66
77use SAML2 \AuthnRequest ;
88use SAML2 \Binding ;
9- use SAML2 \Constants ;
10- use SAML2 \Exception \Protocol \NoAvailableIDPException ;
11- use SAML2 \Exception \Protocol \NoPassiveException ;
12- use SAML2 \Exception \Protocol \NoSupportedIDPException ;
13- use SAML2 \Exception \Protocol \ProtocolViolationException ;
149use SAML2 \LogoutRequest ;
1510use SAML2 \XML \saml \NameID ;
1611use SimpleSAML \Assert \Assert ;
2217use SimpleSAML \Metadata \MetaDataStorageHandler ;
2318use SimpleSAML \Module ;
2419use SimpleSAML \Module \saml \Error \ProxyCountExceeded ;
20+ use SimpleSAML \SAML2 \Constants ;
21+ use SimpleSAML \SAML2 \Exception \Protocol \NoAvailableIDPException ;
22+ use SimpleSAML \SAML2 \Exception \Protocol \NoPassiveException ;
23+ use SimpleSAML \SAML2 \Exception \Protocol \NoSupportedIDPException ;
24+ use SimpleSAML \SAML2 \Exception \ProtocolViolationException ;
2525use SimpleSAML \SAML2 \XML \samlp \AuthnContextComparisonTypeEnum ;
2626use SimpleSAML \Session ;
2727use SimpleSAML \Store ;
Original file line number Diff line number Diff line change 77use PHPUnit \Framework \Attributes \CoversClass ;
88use PHPUnit \Framework \TestCase ;
99use RuntimeException ;
10- use SAML2 \Constants as C ;
11- use SAML2 \Exception \ProtocolViolationException ;
1210use SimpleSAML \Configuration ;
1311use SimpleSAML \Logger ;
1412use SimpleSAML \Module \saml \Auth \Process \PairwiseID ;
13+ use SimpleSAML \SAML2 \Constants as C ;
14+ use SimpleSAML \SAML2 \Exception \ProtocolViolationException ;
1515use SimpleSAML \Utils ;
1616
1717/**
Original file line number Diff line number Diff line change 66
77use PHPUnit \Framework \Attributes \CoversClass ;
88use PHPUnit \Framework \TestCase ;
9- use SAML2 \Exception \ProtocolViolationException ;
109use SimpleSAML \Assert \AssertionFailedException ;
1110use SimpleSAML \Module \saml \Auth \Process \ScopedIssuer ;
11+ use SimpleSAML \SAML2 \Exception \ProtocolViolationException ;
1212
1313/**
1414 * Test for the saml:ScopedIssuer filter.
Original file line number Diff line number Diff line change 77use PHPUnit \Framework \Attributes \CoversClass ;
88use PHPUnit \Framework \TestCase ;
99use RuntimeException ;
10- use SAML2 \Constants as C ;
11- use SAML2 \Exception \ProtocolViolationException ;
1210use SimpleSAML \Configuration ;
1311use SimpleSAML \Logger ;
1412use SimpleSAML \Module \saml \Auth \Process \SubjectID ;
13+ use SimpleSAML \SAML2 \Constants as C ;
14+ use SimpleSAML \SAML2 \Exception \ProtocolViolationException ;
1515use SimpleSAML \Utils ;
1616
1717/**
Original file line number Diff line number Diff line change 88use PHPUnit \Framework \Attributes \CoversClass ;
99use PHPUnit \Framework \Attributes \DataProvider ;
1010use SAML2 \AuthnRequest ;
11- use SAML2 \Constants ;
12- use SAML2 \Exception \Protocol \NoAvailableIDPException ;
13- use SAML2 \Exception \Protocol \NoSupportedIDPException ;
1411use SAML2 \LogoutRequest ;
1512use SAML2 \Utils ;
1613use SAML2 \XML \saml \NameID ;
1714use SimpleSAML \Assert \AssertionFailedException ;
1815use SimpleSAML \Configuration ;
1916use SimpleSAML \Error \Exception ;
2017use SimpleSAML \Module \saml \Auth \Source \SP ;
18+ use SimpleSAML \SAML2 \Constants ;
19+ use SimpleSAML \SAML2 \Exception \Protocol \NoAvailableIDPException ;
20+ use SimpleSAML \SAML2 \Exception \Protocol \NoSupportedIDPException ;
2121use SimpleSAML \Test \Metadata \MetaDataStorageSourceTest ;
2222use SimpleSAML \Test \Utils \ExitTestException ;
2323use SimpleSAML \Test \Utils \SpTester ;
You can’t perform that action at this time.
0 commit comments