Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
ca77216e
Commit
ca77216e
authored
9 years ago
by
Jaime Perez Crespo
Browse files
Options
Downloads
Patches
Plain Diff
Fix phpdoc comments for SimpleSAML_Bindings_Shib13_HTTPPost.
parent
521c1d73
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/SimpleSAML/Bindings/Shib13/HTTPPost.php
+8
-8
8 additions, 8 deletions
lib/SimpleSAML/Bindings/Shib13/HTTPPost.php
with
8 additions
and
8 deletions
lib/SimpleSAML/Bindings/Shib13/HTTPPost.php
+
8
−
8
View file @
ca77216e
...
...
@@ -4,7 +4,7 @@
* Implementation of the Shibboleth 1.3 HTTP-POST binding.
*
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @package
s
impleSAMLphp
* @package
S
impleSAMLphp
*/
class
SimpleSAML_Bindings_Shib13_HTTPPost
{
...
...
@@ -19,11 +19,11 @@ class SimpleSAML_Bindings_Shib13_HTTPPost {
/**
* Send an authenticationResponse using HTTP-POST.
*
* @param string $response
The response which should be sent.
* @param SimpleSAML_Configuration $idpmd
The metadata of the IdP which is sending the response.
* @param SimpleSAML_Configuration $spmd
The metadata of the SP which is receiving the response.
* @param string|
NULL
$relayState
The relaystate for the SP.
* @param string $shire
The shire which should receive the response.
* @param string $response The response which should be sent.
* @param SimpleSAML_Configuration $idpmd The metadata of the IdP which is sending the response.
* @param SimpleSAML_Configuration $spmd The metadata of the SP which is receiving the response.
* @param string|
null
$relayState The relaystate for the SP.
* @param string $shire The shire which should receive the response.
*/
public
function
sendResponse
(
$response
,
SimpleSAML_Configuration
$idpmd
,
SimpleSAML_Configuration
$spmd
,
$relayState
,
$shire
)
{
...
...
@@ -93,8 +93,8 @@ class SimpleSAML_Bindings_Shib13_HTTPPost {
/**
* Decode a received response.
*
* @param array $post
POST data received.
* @return SimpleSAML_XML_Shib13_AuthnResponse
R
esponse.
* @param array $post POST data received.
* @return SimpleSAML_XML_Shib13_AuthnResponse
The r
esponse
decoded into an object
.
*/
public
function
decodeResponse
(
$post
)
{
assert
(
'is_array($post)'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment