@@ -23,6 +23,10 @@ discard block |
||
23 | 23 | $this->connection = $connection; |
24 | 24 | } |
25 | 25 | |
26 | + /** |
|
27 | + * @param string $entityId |
|
28 | + * @param string $certificate |
|
29 | + */ |
|
26 | 30 | public function createSpIfNotExists($entityId, $certificate, $sfoEnabled = false) |
27 | 31 | { |
28 | 32 | // Does the SP exist? |
@@ -81,6 +85,10 @@ discard block |
||
81 | 85 | } |
82 | 86 | } |
83 | 87 | |
88 | + /** |
|
89 | + * @param string $entityId |
|
90 | + * @param string $certificate |
|
91 | + */ |
|
84 | 92 | public function createIdpIfNotExists($entityId, $certificate) |
85 | 93 | { |
86 | 94 | // Does the SP exist? |