Skip to content

Commit e4ff046

Browse files
committed
Add new documentation
1 parent 79cbb00 commit e4ff046

File tree

105 files changed

+30924
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+30924
-0
lines changed

docs/Onelogin_PHPToolkit_Guide.pdf

157 KB
Binary file not shown.

docs/Saml2/.htaccess

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Fixes a vulnerability in CentOS: http://stackoverflow.com/questions/20533279/prevent-php-from-parsing-non-php-files-such-as-somefile-php-txt
2+
<FilesMatch \.php\.txt$>
3+
RemoveHandler .php
4+
ForceType text/plain
5+
</FilesMatch>

docs/Saml2/checkstyle.xml

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<?xml version="1.0"?>
2+
<checkstyle version="1.3.0">
3+
<file name="Settings.php">
4+
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
5+
<error line="20" severity="error" message="No summary for property $_baseurl" source="phpDocumentor.file.PPC:ERR-50007"/>
6+
</file>
7+
<file name="IdPMetadataParser.php">
8+
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
9+
</file>
10+
<file name="LogoutResponse.php">
11+
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
12+
<error line="296" severity="error" message="No summary for method getId()" source="phpDocumentor.file.PPC:ERR-50008"/>
13+
</file>
14+
<file name="Constants.php">
15+
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
16+
</file>
17+
<file name="LogoutRequest.php">
18+
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
19+
</file>
20+
<file name="Error.php">
21+
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
22+
</file>
23+
<file name="Utils.php">
24+
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
25+
<error line="369" severity="error" message="Argument $protocolRegex is missing from the Docblock of setProtocolRegex" source="phpDocumentor.file.PPC:ERR-50015"/>
26+
<error line="369" severity="error" message="No summary for method setProtocolRegex()" source="phpDocumentor.file.PPC:ERR-50008"/>
27+
<error line="379" severity="error" message="No summary for method setBaseURL()" source="phpDocumentor.file.PPC:ERR-50008"/>
28+
<error line="419" severity="error" message="No summary for method setProxyVars()" source="phpDocumentor.file.PPC:ERR-50008"/>
29+
<error line="462" severity="error" message="No summary for method setSelfHost()" source="phpDocumentor.file.PPC:ERR-50008"/>
30+
<error line="470" severity="error" message="No summary for method setBaseURLPath()" source="phpDocumentor.file.PPC:ERR-50008"/>
31+
<error line="484" severity="error" message="No summary for method getBaseURLPath()" source="phpDocumentor.file.PPC:ERR-50008"/>
32+
<error line="492" severity="error" message="No summary for method getRawHost()" source="phpDocumentor.file.PPC:ERR-50008"/>
33+
<error line="517" severity="error" message="No summary for method setSelfPort()" source="phpDocumentor.file.PPC:ERR-50008"/>
34+
<error line="525" severity="error" message="No summary for method setSelfProtocol()" source="phpDocumentor.file.PPC:ERR-50008"/>
35+
<error line="533" severity="error" message="No summary for method getSelfProtocol()" source="phpDocumentor.file.PPC:ERR-50008"/>
36+
<error line="568" severity="error" message="No summary for method getSelfPort()" source="phpDocumentor.file.PPC:ERR-50008"/>
37+
<error line="659" severity="error" message="Argument $search is missing from the Docblock of strLreplace" source="phpDocumentor.file.PPC:ERR-50015"/>
38+
<error line="659" severity="error" message="Argument $replace is missing from the Docblock of strLreplace" source="phpDocumentor.file.PPC:ERR-50015"/>
39+
<error line="659" severity="error" message="Argument $subject is missing from the Docblock of strLreplace" source="phpDocumentor.file.PPC:ERR-50015"/>
40+
<error line="659" severity="error" message="No summary for method strLreplace()" source="phpDocumentor.file.PPC:ERR-50008"/>
41+
<error line="1312" severity="error" message="No summary for method isSupportedSigningAlgorithm()" source="phpDocumentor.file.PPC:ERR-50008"/>
42+
<error line="23" severity="error" message="No summary for property $_host" source="phpDocumentor.file.PPC:ERR-50007"/>
43+
<error line="28" severity="error" message="No summary for property $_protocol" source="phpDocumentor.file.PPC:ERR-50007"/>
44+
<error line="33" severity="error" message="No summary for property $_port" source="phpDocumentor.file.PPC:ERR-50007"/>
45+
<error line="38" severity="error" message="No summary for property $_baseurlpath" source="phpDocumentor.file.PPC:ERR-50007"/>
46+
<error line="43" severity="error" message="No summary for property $_protocolRegex" source="phpDocumentor.file.PPC:ERR-50007"/>
47+
</file>
48+
<file name="Auth.php">
49+
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
50+
<error line="546" severity="error" message="Argument $nameIdSPNameQualifier is missing from the Docblock of logout" source="phpDocumentor.file.PPC:ERR-50015"/>
51+
<error line="546" severity="error" message="Name of argument $nameIdSPNameQualifier does not match with the DocBlock's name $nameIdNameQualifier in logout()" source="phpDocumentor.file.PPC:ERR-50014"/>
52+
<error line="710" severity="error" message="No summary for method getLastMessageId()" source="phpDocumentor.file.PPC:ERR-50008"/>
53+
<error line="718" severity="error" message="No summary for method getLastAssertionId()" source="phpDocumentor.file.PPC:ERR-50008"/>
54+
<error line="728" severity="error" message="No summary for method getLastAssertionNotOnOrAfter()" source="phpDocumentor.file.PPC:ERR-50008"/>
55+
</file>
56+
<file name="Response.php">
57+
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
58+
<error line="428" severity="error" message="No summary for method getId()" source="phpDocumentor.file.PPC:ERR-50008"/>
59+
<error line="442" severity="error" message="No summary for method getAssertionId()" source="phpDocumentor.file.PPC:ERR-50008"/>
60+
<error line="459" severity="error" message="No summary for method getAssertionNotOnOrAfter()" source="phpDocumentor.file.PPC:ERR-50008"/>
61+
<error line="776" severity="error" message="No summary for method _getAttributesByKeyName()" source="phpDocumentor.file.PPC:ERR-50008"/>
62+
</file>
63+
<file name="AuthnRequest.php">
64+
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
65+
</file>
66+
<file name="Metadata.php">
67+
<error line="0" severity="error" message="No summary was found for this file" source="phpDocumentor.file.PPC:ERR-50000"/>
68+
</file>
69+
</checkstyle>

0 commit comments

Comments
 (0)