Fix return type to allow further security config
This commit is contained in:
parent
3443eac829
commit
58d50888df
|
@ -163,7 +163,7 @@ public final class Saml2LoginConfigurer<B extends HttpSecurityBuilder<B>>
|
||||||
* @param repo the repository of relying parties
|
* @param repo the repository of relying parties
|
||||||
* @return the {@link Saml2LoginConfigurer} for further configuration
|
* @return the {@link Saml2LoginConfigurer} for further configuration
|
||||||
*/
|
*/
|
||||||
public Saml2LoginConfigurer relyingPartyRegistrationRepository(RelyingPartyRegistrationRepository repo) {
|
public Saml2LoginConfigurer<B> relyingPartyRegistrationRepository(RelyingPartyRegistrationRepository repo) {
|
||||||
this.relyingPartyRegistrationRepository = repo;
|
this.relyingPartyRegistrationRepository = repo;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue