Class InMemoryUserRepository.Builder<A extends Identity,B extends User<A>>

java.lang.Object
io.inverno.mod.security.authentication.user.InMemoryUserRepository.Builder<A,B>
Type Parameters:
A - the identity type
B - the user type
Enclosing class:
InMemoryUserRepository<A extends Identity,B extends User<A>>

public static class InMemoryUserRepository.Builder<A extends Identity,B extends User<A>> extends Object

A builder used to build in-memory user reposities.

Since:
1.5
Author:
Jeremy Kuhn