Class OIDCConfigurationEventHandler
- java.lang.Object
-
- nl.b3p.tailormap.api.repository.events.OIDCConfigurationEventHandler
-
@Component public class OIDCConfigurationEventHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description OIDCConfigurationEventHandler(OIDCRepository oidcRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleAfterCreateOrSaveOrDelete(OIDCConfiguration configuration)voidhandleBeforeCreateOrSave(OIDCConfiguration configuration)
-
-
-
Constructor Detail
-
OIDCConfigurationEventHandler
public OIDCConfigurationEventHandler(OIDCRepository oidcRepository)
-
-
Method Detail
-
handleBeforeCreateOrSave
public void handleBeforeCreateOrSave(OIDCConfiguration configuration) throws Exception
- Throws:
Exception
-
handleAfterCreateOrSaveOrDelete
public void handleAfterCreateOrSaveOrDelete(OIDCConfiguration configuration) throws Exception
- Throws:
Exception
-
-