[java-identity-provider] branch main updated: Make resolution population a protected method.
Scott Cantor
cantor.2 at osu.edu
Wed Jan 12 19:59:15 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=96df05f79285c1a9711a1bdfd6c01a0811c97ba3
The following commit(s) were added to refs/heads/main by this push:
new 96df05f79 Make resolution population a protected method.
96df05f79 is described below
commit 96df05f79285c1a9711a1bdfd6c01a0811c97ba3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 12 14:59:11 2022 -0500
Make resolution population a protected method.
---
.../main/java/net/shibboleth/idp/profile/impl/ResolveAttributes.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolveAttributes.java b/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolveAttributes.java
index 1d0283f60..6007bcca1 100644
--- a/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolveAttributes.java
+++ b/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolveAttributes.java
@@ -314,7 +314,7 @@ public final class ResolveAttributes extends AbstractProfileAction {
* @param profileRequestContext current profile request context
* @param resolutionContext context to populate
*/
- private void populateResolutionContext(@Nonnull final ProfileRequestContext profileRequestContext,
+ protected void populateResolutionContext(@Nonnull final ProfileRequestContext profileRequestContext,
@Nonnull final AttributeResolutionContext resolutionContext) {
resolutionContext
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list