[java-identity-provider COMMIT] /trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SpringExpressio...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jul 6 11:09:50 EDT 2016
Author: scantor
Date: Wed Jul 6 11:09:50 2016
New Revision: 8282
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8282&view=rev
Log:
Update javadoc.
Modified:
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SpringExpressionPredicate.java
Modified: trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SpringExpressionPredicate.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SpringExpressionPredicate.java?rev=8282&r1=8281&r2=8282&view=diff
==============================================================================
--- trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SpringExpressionPredicate.java (original)
+++ trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SpringExpressionPredicate.java Wed Jul 6 11:09:50 2016
@@ -36,14 +36,9 @@
import com.google.common.base.Predicate;
/**
- * Predicate that can be used as an "activationCondition" for an authentication flow.
- * The condition is defined by an Spring EL expression.
- * The expression can use the built-in #ipRange function and any variable
- * that is included in expressionVariables during construction
- * of this object.
+ * Predicate whose condition is defined by an Spring EL expression.
*
* @author Daniel Lutz
- *
*/
public class SpringExpressionPredicate implements Predicate<ProfileRequestContext<?,?>> {
More information about the commits
mailing list