[java-opensaml COMMIT] in /trunk: opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/CheckMand...
noreply at shibboleth.net
noreply at shibboleth.net
Sun Apr 6 21:18:04 EDT 2014
Author: scantor
Date: Sun Apr 6 21:18:03 2014
New Revision: 3772
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3772&view=rev
Log:
OSJ-22 - mandatory authentication handler
Added:
trunk/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/CheckMandatoryAuthentication.java (with props)
trunk/opensaml-messaging-impl/src/test/java/org/opensaml/messaging/handler/impl/CheckMandatoryAuthenticationTest.java (with props)
trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/common/messaging/context/navigate/SAMLMessageContextAuthenticationFunction.java (with props)
Modified:
trunk/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/CheckMandatoryIssuer.java
Modified: trunk/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/CheckMandatoryIssuer.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/CheckMandatoryIssuer.java?rev=3772&r1=3771&r2=3772&view=diff
==============================================================================
--- trunk/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/CheckMandatoryIssuer.java (original)
+++ trunk/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/CheckMandatoryIssuer.java Sun Apr 6 21:18:03 2014
@@ -35,17 +35,13 @@
*/
public final class CheckMandatoryIssuer extends AbstractMessageHandler {
- /**
- * Strategy used to look up the issuer associated with the message context.
- */
+ /** Strategy used to look up the issuer associated with the message context. */
@NonnullAfterInit private Function<MessageContext,String> issuerLookupStrategy;
/**
- * Set the strategy used to look up the {@link BasicMessageMetadataContext} associated with the inbound message
- * context.
+ * Set the strategy used to look up the issuer associated with the message context.
*
- * @param strategy strategy used to look up the {@link BasicMessageMetadataContext} associated with the inbound
- * message context
+ * @param strategy lookup strategy
*/
public void setIssuerLookupStrategy(@Nonnull final Function<MessageContext,String> strategy) {
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
More information about the commits
mailing list