Start structural port from Spring Boot to Undertow

This commit is contained in:
Max Dor
2018-12-25 05:32:00 +01:00
parent df44428a85
commit 05493da27c
195 changed files with 3313 additions and 2079 deletions

View File

@@ -0,0 +1,9 @@
io.kamax.mxisd.backend.exec.ExecIdentityStoreSupplier
io.kamax.mxisd.backend.firebase.GoogleFirebaseStoreSupplier
io.kamax.mxisd.backend.ldap.LdapStoreSupplier
io.kamax.mxisd.backend.ldap.netiq.NetIqLdapStoreSupplier
io.kamax.mxisd.backend.memory.MemoryIdentityStoreSupplier
io.kamax.mxisd.backend.rest.RestStoreSupplier
io.kamax.mxisd.backend.sql.generic.GenericSqlStoreSupplier
io.kamax.mxisd.backend.sql.synapse.SynapseSqlStoreSupplier
io.kamax.mxisd.backend.wordpress.WordpressStoreSupplier