1 | <?php |
||
18 | class OwnContainer extends AbstractPimpleContainer implements OwnContainerInterface |
||
19 | { |
||
20 | const OWN_ENTITY_DESCRIPTOR_PROVIDER = 'lightsaml.container.own_entity_descriptor_provider'; |
||
21 | const OWN_CREDENTIALS = 'lightsaml.container.own_credentials'; |
||
22 | |||
23 | /** |
||
24 | * @return EntityDescriptorProviderInterface |
||
25 | */ |
||
26 | 3 | public function getOwnEntityDescriptorProvider() |
|
30 | |||
31 | /** |
||
32 | * @return CredentialInterface[] |
||
33 | */ |
||
34 | 8 | public function getOwnCredentials() |
|
38 | } |
||
39 |