[java-identity-provider COMMIT] in /trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn: duo/impl/ValidateDuo...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Sep 21 12:37:05 EDT 2016
Author: scantor
Date: Wed Sep 21 12:37:05 2016
New Revision: 8414
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8414&view=rev
Log:
Checkstyle.
Modified:
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ValidateDuoWebResponse.java
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PopulateAuthenticationContext.java
Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ValidateDuoWebResponse.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ValidateDuoWebResponse.java?rev=8414&r1=8413&r2=8414&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ValidateDuoWebResponse.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ValidateDuoWebResponse.java Wed Sep 21 12:37:05 2016
@@ -27,7 +27,6 @@
import java.security.NoSuchAlgorithmException;
import net.shibboleth.idp.authn.AbstractValidationAction;
-import net.shibboleth.idp.authn.AuthenticationResult;
import net.shibboleth.idp.authn.AuthnEventIds;
import net.shibboleth.idp.authn.context.AuthenticationContext;
import net.shibboleth.idp.authn.context.SubjectCanonicalizationContext;
@@ -49,8 +48,8 @@
import com.google.common.base.Function;
/**
- * An action that validates a DuoWeb response message and produces an {@link AuthenticationResult}
- * or records error state.
+ * An action that validates a DuoWeb response message and produces an
+ * {@link net.shibboleth.idp.authn.AuthenticationResult} or records error state.
*
* <p>The username to cross-check comes from a lookup strategy, by default a {@link CanonicalUsernameLookupStrategy}
* that returns a username produced by an earlier authentication flow, and on success the same name is populated into
Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PopulateAuthenticationContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PopulateAuthenticationContext.java?rev=8414&r1=8413&r2=8414&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PopulateAuthenticationContext.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/PopulateAuthenticationContext.java Wed Sep 21 12:37:05 2016
@@ -139,6 +139,7 @@
// Checkstyle: CyclomaticComplexity OFF
/** {@inheritDoc} */
+ @SuppressWarnings("deprecation")
@Override
protected void doExecute(@Nonnull final ProfileRequestContext profileRequestContext,
@Nonnull final AuthenticationContext authenticationContext) {
More information about the commits
mailing list