[java-identity-provider] branch master updated: Remove dead code referring to authentication context.

Scott Cantor cantor.2 at osu.edu
Mon Jun 3 17:34:49 EDT 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=97f694ea3fda65c74ef021dbddcd2c64d5857dc4

The following commit(s) were added to refs/heads/master by this push:
       new  97f694e   Remove dead code referring to authentication context.
97f694e is described below

commit 97f694ea3fda65c74ef021dbddcd2c64d5857dc4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 3 17:34:47 2019 -0400

    Remove dead code referring to authentication context.
---
 .../java/net/shibboleth/idp/profile/impl/ResolveAttributes.java   | 8 --------
 1 file changed, 8 deletions(-)

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 8bb3d9b..837f6ca 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
@@ -34,7 +34,6 @@ import net.shibboleth.idp.attribute.context.AttributeContext;
 import net.shibboleth.idp.attribute.resolver.AttributeResolver;
 import net.shibboleth.idp.attribute.resolver.ResolutionException;
 import net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext;
-import net.shibboleth.idp.authn.context.AuthenticationContext;
 import net.shibboleth.idp.authn.context.SubjectContext;
 import net.shibboleth.idp.authn.context.navigate.SubjectContextPrincipalLookupFunction;
 import net.shibboleth.idp.profile.AbstractProfileAction;
@@ -90,9 +89,6 @@ public final class ResolveAttributes extends AbstractProfileAction {
     /** Whether to create and populate {@link AttributeResolutionContext}. */
     private boolean createResolutionContext;
 
-    /** AuthenticationContext to work from (if any). */
-    @Nullable private AuthenticationContext authenticationContext;
-
     /**
      * Constructor.
      * 
@@ -235,10 +231,6 @@ public final class ResolveAttributes extends AbstractProfileAction {
         if (!super.doPreExecute(profileRequestContext)) {
             return false;
         }
-        
-        if (authenticationContext == null) {
-            log.debug("{} No authentication context available.", getLogPrefix());
-        }
 
         return true;
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list