[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InitializeAuthentic...
noreply at shibboleth.net
noreply at shibboleth.net
Sun Aug 25 19:17:53 EDT 2013
Author: scantor
Date: Sun Aug 25 19:17:52 2013
New Revision: 4719
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4719&view=rev
Log:
Correct javadoc.
Modified:
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InitializeAuthenticationContext.java
Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InitializeAuthenticationContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InitializeAuthenticationContext.java?rev=4719&r1=4718&r2=4719&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InitializeAuthenticationContext.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InitializeAuthenticationContext.java Sun Aug 25 19:17:52 2013
@@ -42,11 +42,12 @@
import com.google.common.collect.ImmutableList;
/**
- * An action that creates a {@link AuthenticationContext} and sets it as a child of the current
- * {@link ProfileRequestContext}.
+ * An action that populates an {@link AuthenticationContext} with the {@link AuthenticationFlowDescriptor}
+ * objects configured into the IdP, and optionally a customized {@link PrincipalEvalPredicateFactoryRegistry}.
*
* @event {@link org.opensaml.profile.action.EventIds#PROCEED_EVENT_ID}
- * @post <pre>ProfileRequestContext.getSubcontext(AuthenticationContext.class, false) != null</pre>
+ * @pre <pre>ProfileRequestContext.getSubcontext(AuthenticationContext.class, false) != null</pre>
+ * @post The AuthenticationContext is modified as above.
*/
public class InitializeAuthenticationContext extends AbstractAuthenticationAction {
More information about the commits
mailing list