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

noreply at shibboleth.net noreply at shibboleth.net
Tue Mar 29 13:50:43 EDT 2016


Author: scantor
Date: Tue Mar 29 13:50:43 2016
New Revision: 8187

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8187&view=rev
Log:
Update javadoc for action.

Modified:
    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/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=8187&r1=8186&r2=8187&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	Tue Mar 29 13:50:43 2016
@@ -44,8 +44,10 @@
 
 /**
  * An action that populates an {@link AuthenticationContext} with the {@link AuthenticationFlowDescriptor}
- * objects configured into the IdP, filtered by flow IDs from a lookup function, and optionally a customized
- * {@link PrincipalEvalPredicateFactoryRegistry}.
+ * objects configured into the IdP, filtered by flow IDs from a lookup function.
+ * 
+ * <p>If a {@link RequestedPrincipalContext} child is found, then optionally a customized
+ * {@link PrincipalEvalPredicateFactoryRegistry} will be installed into it.</p>
  * 
  * <p>The flow IDs used for filtering must omit the {@link AuthenticationFlowDescriptor#FLOW_ID_PREFIX} prefix.</p>
  * 



More information about the commits mailing list