[java-identity-provider] branch master updated: Fix javadoc.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 20 17:07:07 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=7ce470e1b38f2e03c67f84aea43e452f0983c01d
The following commit(s) were added to refs/heads/master by this push:
new 7ce470e Fix javadoc.
7ce470e is described below
commit 7ce470e1b38f2e03c67f84aea43e452f0983c01d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 20 17:07:04 2017 -0400
Fix javadoc.
---
.../idp/profile/config/ConditionalProfileConfiguration.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/ConditionalProfileConfiguration.java b/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/ConditionalProfileConfiguration.java
index 12c91a2..fc93867 100644
--- a/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/ConditionalProfileConfiguration.java
+++ b/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/ConditionalProfileConfiguration.java
@@ -31,9 +31,9 @@ import com.google.common.base.Predicate;
public interface ConditionalProfileConfiguration extends ProfileConfiguration {
/**
- * Get the {@link SecurityConfiguration} to use with this profile.
+ * Get the condition controlling enablement of this profile.
*
- * @return security configuration to use with this profile
+ * @return condition controlling enablement of this profile
*/
@Nonnull Predicate<ProfileRequestContext> getActivationCondition();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list