[java-identity-provider] branch master updated: Remove empty override of method.

Scott Cantor cantor.2 at osu.edu
Wed Sep 12 10:31:45 EDT 2018


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=84896b90a69de2cbc44eae0a79120819521ae7f6

The following commit(s) were added to refs/heads/master by this push:
       new  84896b9   Remove empty override of method.
84896b9 is described below

commit 84896b90a69de2cbc44eae0a79120819521ae7f6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 12 10:31:43 2018 -0400

    Remove empty override of method.
---
 .../authn/duo/impl/ExtractDuoAuthenticationFromHeaders.java  | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ExtractDuoAuthenticationFromHeaders.java b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ExtractDuoAuthenticationFromHeaders.java
index d475471..1e69daf 100644
--- a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ExtractDuoAuthenticationFromHeaders.java
+++ b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ExtractDuoAuthenticationFromHeaders.java
@@ -179,18 +179,6 @@ public class ExtractDuoAuthenticationFromHeaders<InboundMessageType,OutboundMess
         
         pushInfoLookupStrategy = strategy;
     }
-    
-    /** {@inheritDoc} */
-    @Override
-    protected boolean doPreExecute(
-            @Nonnull final ProfileRequestContext<InboundMessageType,OutboundMessageType> profileRequestContext,
-            @Nonnull final AuthenticationContext authenticationContext) {
-        if (!super.doPreExecute(profileRequestContext, authenticationContext)) {
-            return false;
-        }
-        
-        return true;
-    }
 
 // Checkstyle: CyclomaticComplexity OFF
     /** {@inheritDoc} */

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


More information about the commits mailing list