Skip to content

Commit

Permalink
Strip element registry of any non top-level elements
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Sep 16, 2024
1 parent 3c4fb66 commit 403264f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/XML/element.registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@

return [
'http://www.yale.edu/tp/cas' => [
'attributes' => '\SimpleSAML\CAS\XML\cas\Attributes',
'authenticationDate' => '\SimpleSAML\CAS\XML\cas\AuthenticationDate',
'authenticationFailure' => '\SimpleSAML\CAS\XML\cas\AuthenticationFailure',
'authenticationSuccess' => '\SimpleSAML\CAS\XML\cas\AuthenticationSuccess',
'isFromNewLogin' => '\SimpleSAML\CAS\XML\cas\IsFromNewLogin',
'longTermAuthenticationRequestTokenUsed' => '\SimpleSAML\CAS\XML\cas\LongTermAuthenticationRequestTokenUsed',
'proxies' => '\SimpleSAML\CAS\XML\cas\Proxies',
'proxy' => '\SimpleSAML\CAS\XML\cas\Proxy',
'proxyFailure' => '\SimpleSAML\CAS\XML\cas\ProxyFailure',
'proxyGrantingTicket' => '\SimpleSAML\CAS\XML\cas\ProxyGrantingTicket',
'proxySuccess' => '\SimpleSAML\CAS\XML\cas\ProxySuccess',
'proxyTicket' => '\SimpleSAML\CAS\XML\cas\ProxyTicket',
'serviceResponse' => '\SimpleSAML\CAS\XML\cas\ServiceResponse',
'user' => '\SimpleSAML\CAS\XML\cas\User',
],
];

0 comments on commit 403264f

Please sign in to comment.