[java-opensaml COMMIT] /trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/AbstractMessageCha...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Feb 13 23:04:16 EST 2014
Author: putmanb
Date: Thu Feb 13 23:04:15 2014
New Revision: 3619
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3619&view=rev
Log:
Fix some doc and cut/paste typos.
Modified:
trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/AbstractMessageChannelSecurity.java
Modified: trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/AbstractMessageChannelSecurity.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/AbstractMessageChannelSecurity.java?rev=3619&r1=3618&r2=3619&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/AbstractMessageChannelSecurity.java (original)
+++ trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/AbstractMessageChannelSecurity.java Thu Feb 13 23:04:15 2014
@@ -24,7 +24,6 @@
import net.shibboleth.utilities.java.support.logic.Constraint;
import org.opensaml.messaging.context.BaseContext;
-import org.opensaml.messaging.context.BasicMessageMetadataContext;
import org.opensaml.messaging.context.MessageChannelSecurityContext;
import org.opensaml.profile.ProfileException;
import org.opensaml.profile.action.AbstractProfileAction;
@@ -39,7 +38,8 @@
public class AbstractMessageChannelSecurity extends AbstractProfileAction {
/**
- * Strategy used to look up the {@link BaseContext} on which the {@link MessageChannelSecurityContext} will be set.
+ * Strategy used to look up the parent {@link BaseContext} on which the {@link MessageChannelSecurityContext}
+ * will be populated.
*/
@Nonnull private Function<ProfileRequestContext, BaseContext> parentContextLookupStrategy;
@@ -56,13 +56,13 @@
}
/**
- * Set the strategy used to look up the {@link BasicMessageMetadataContext} associated with the inbound message
- * context.
+ * Set the strategy used to look up the parent {@link BaseContext} on which the {@link MessageChannelSecurityContext}
+ * will be populated.
*
- * @param strategy strategy used to look up the {@link BasicMessageMetadataContext} associated with the inbound
- * message context
+ * @param strategy strategy used to look up the parent {@link BaseContext} on which to populate
+ * the {@link MessageChannelSecurityContext}
*/
- public void setMessageMetadataContextLookupStrategy(
+ public void setParentContextLookupStrategy(
@Nonnull final Function<ProfileRequestContext, BaseContext> strategy) {
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
More information about the commits
mailing list