[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/config/logic/...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Feb 24 22:17:16 EST 2014
Author: scantor
Date: Mon Feb 24 22:17:15 2014
New Revision: 5471
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5471&view=rev
Log:
Fix javadoc.
Modified:
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/config/logic/NotBeforeProfileConfigPredicate.java
Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/config/logic/NotBeforeProfileConfigPredicate.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/config/logic/NotBeforeProfileConfigPredicate.java?rev=5471&r1=5470&r2=5471&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/config/logic/NotBeforeProfileConfigPredicate.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/config/logic/NotBeforeProfileConfigPredicate.java Mon Feb 24 22:17:15 2014
@@ -32,8 +32,9 @@
import com.google.common.base.Predicate;
/**
- * A predicate implementation that supports the legacy V2 configuration options of
- * "always", "conditional", and "never" for encryption.
+ * A predicate that returns {@link SAMLProfileConfiguration#includeConditionsNotBefore()}
+ * if such a profile is available from a {@link RelyingPartyContext} obtained via a lookup function,
+ * by defaul a child of the {@link ProfileRequestContext}.
*/
public class NotBeforeProfileConfigPredicate implements Predicate<ProfileRequestContext> {
More information about the commits
mailing list