Add Missing JavaDoc

Issue gh-12848
This commit is contained in:
Josh Cummings 2023-03-07 16:49:55 -07:00
parent 1409ef064a
commit 8522e9abd6
1 changed files with 4 additions and 0 deletions

View File

@ -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