[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SelectAuthenticatio...

noreply at shibboleth.net noreply at shibboleth.net
Thu Jul 25 10:29:38 EDT 2013


Author: scantor
Date: Thu Jul 25 10:29:38 2013
New Revision: 4618

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4618&view=rev
Log:
Add a pre note to the action.

Modified:
    trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SelectAuthenticationFlow.java

Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SelectAuthenticationFlow.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SelectAuthenticationFlow.java?rev=4618&r1=4617&r2=4618&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SelectAuthenticationFlow.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SelectAuthenticationFlow.java Thu Jul 25 10:29:38 2013
@@ -56,6 +56,8 @@
  * @event {@link AuthnEventIds#NO_REQUESTED_FLOW}
  * @event Selected flow ID to execute
  * @pre <pre>ProfileRequestContext.getSubcontext(AuthenticationContext.class, false) != null</pre>
+ * @pre The content of {@link AuthenticationContext#getPotentialFlows()} are assumed to be acceptable
+ * with respect to passive and forced authentication requirements. 
  * @post If a result is reused, {@link AuthenticationContext#getAuthenticationResult()} will return
  * that result. Otherwise, {@link AuthenticationContext#getAttemptedFlow()} will return the flow
  * selected for execution and returned as an event.



More information about the commits mailing list