Skip to content
Snippets Groups Projects
services.yaml 511 B
Newer Older
Bekerle, Patrizio's avatar
Bekerle, Patrizio committed
services:
  Dbp\Relay\LdapPersonProviderBundle\Service\:
Bekerle, Patrizio's avatar
Bekerle, Patrizio committed
    resource: '../../Service'
Bekerle, Patrizio's avatar
Bekerle, Patrizio committed
    autowire: true
    autoconfigure: true

  Dbp\Relay\BasePersonBundle\API\PersonProviderInterface:
    '@Dbp\Relay\LdapPersonProviderBundle\Service\LDAPPersonProvider'

  Dbp\Relay\AuthBundle\API\UserRolesInterface:
    '@Dbp\Relay\LdapPersonProviderBundle\Service\CustomUserRoles'

  Dbp\Relay\LdapPersonProviderBundle\API\LDAPApiProviderInterface:
    '@Dbp\Relay\LdapPersonProviderBundle\Service\DummyLDAPApiProvider'