parent
1409ef064a
commit
8522e9abd6
|
@ -26,6 +26,10 @@ import java.util.Map;
|
|||
import org.springframework.util.Assert;
|
||||
|
||||
/**
|
||||
* An in-memory implementation of {@link RelyingPartyRegistrationRepository}.
|
||||
* Also implements {@link Iterable} to simplify the default login page.
|
||||
*
|
||||
* @author Filip Hanik
|
||||
* @since 5.2
|
||||
*/
|
||||
public class InMemoryRelyingPartyRegistrationRepository
|
||||
|
|
Loading…
Reference in New Issue