| 1 | <?php |
||
| 19 | class SsoIdpReceiveAuthnRequestProfileBuilder extends AbstractProfileBuilder |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | protected function getProfileId() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | protected function getProfileRole() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @return \LightSaml\Builder\Action\ActionBuilderInterface |
||
| 39 | */ |
||
| 40 | protected function getActionBuilder() |
||
| 44 | } |
||
| 45 |