| 1 | <?php |
||
| 10 | class SloRequestProfileBuilder extends AbstractProfileBuilder |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @return string |
||
| 14 | */ |
||
| 15 | protected function getProfileId() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | protected function getProfileRole() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return \LightSaml\Builder\Action\ActionBuilderInterface |
||
| 30 | */ |
||
| 31 | protected function getActionBuilder() |
||
| 35 | } |
||
| 36 |