Uses of Class
nl.b3p.tailormap.api.security.OIDCRepository
-
Packages that use OIDCRepository Package Description nl.b3p.tailormap.api.controller nl.b3p.tailormap.api.repository.events nl.b3p.tailormap.api.security -
-
Uses of OIDCRepository in nl.b3p.tailormap.api.controller
Constructors in nl.b3p.tailormap.api.controller with parameters of type OIDCRepository Constructor Description UserController(OIDCRepository oidcRepository) -
Uses of OIDCRepository in nl.b3p.tailormap.api.repository.events
Constructors in nl.b3p.tailormap.api.repository.events with parameters of type OIDCRepository Constructor Description OIDCConfigurationEventHandler(OIDCRepository oidcRepository) -
Uses of OIDCRepository in nl.b3p.tailormap.api.security
Methods in nl.b3p.tailormap.api.security that return OIDCRepository Modifier and Type Method Description OIDCRepositoryApiSecurityConfiguration. clientRegistrationRepository(OIDCConfigurationRepository repository)
-