Skip to content

Commit 8522e9a

Browse files
committed
Add Missing JavaDoc
Issue gh-12848
1 parent 1409ef0 commit 8522e9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/registration/InMemoryRelyingPartyRegistrationRepository.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
import org.springframework.util.Assert;
2727

2828
/**
29+
* An in-memory implementation of {@link RelyingPartyRegistrationRepository}.
30+
* Also implements {@link Iterable} to simplify the default login page.
31+
*
32+
* @author Filip Hanik
2933
* @since 5.2
3034
*/
3135
public class InMemoryRelyingPartyRegistrationRepository

0 commit comments

Comments
 (0)