Le 12/06/2020 à 18:30, David Leangen a écrit :
> Hi!
> 
> Looking at this page:
> 
>   https://james.apache.org/server/3/config-users.html
> 
> It looks like there are 4 ways to configure the user repository:
> 
>  * JPA
>  * JDBC
>  * File
>  * LDAP
> 
> 
> Is it possible to use a custom authentication system?
> 
> Ideally, I would like to use my existing useradmin / auth system, which has a 
> REST interface.
> 
> How would one go about doing that?

Hello David,

Nowadays, you would write a UsersRepository implementation interacting
with your REST interface. You would define your custom server reusing
jpa-guice prepackages server guice module but specifying your
UsersRepository rather than the JPA one.

(Guice also allows overrides).

Cheers,
Benoit

> 
> 
> Cheers,
> =David
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to