Commit 07a21ec6 authored by Stephane Nicoll's avatar Stephane Nicoll

Harmonize property visibility in Saml2RelyingPartyProperties

Closes gh-19194
parent 36bf05dd
...@@ -59,7 +59,7 @@ public class Saml2RelyingPartyProperties { ...@@ -59,7 +59,7 @@ public class Saml2RelyingPartyProperties {
return this.signing; return this.signing;
} }
Identityprovider getIdentityprovider() { public Identityprovider getIdentityprovider() {
return this.identityprovider; return this.identityprovider;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment