[java-identity-provider COMMIT] in /trunk: idp-profile-api/src/main/java/net/shibboleth/idp/profile/HttpServletReques...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jul 16 12:48:32 EDT 2012
Author: lajoie
Date: Mon Jul 16 12:48:31 2012
New Revision: 4203
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4203&view=rev
Log:
Initial set of work for bringing in the new OpenSAML message decoders for (almost?) all our supported bindings
Added:
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/DecodeMessage.java (with props)
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/HttpArtifactDecoderFactory.java (with props)
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/HttpPostDecoderFactory.java (with props)
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/HttpSoap11DecoderFactory.java (with props)
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/HttpArtifactDecoderFactory.java (with props)
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/HttpPostDecoderFactory.java (with props)
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/HttpPostSimpleSignDecoderFactory.java (with props)
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/HttpRedirectDeflateDecoderFactory.java (with props)
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/HttpSoap11DecoderFactory.java (with props)
Modified:
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/HttpServletRequestMessageDecoderFactory.java
Modified: trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/HttpServletRequestMessageDecoderFactory.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/HttpServletRequestMessageDecoderFactory.java?rev=4203&r1=4202&r2=4203&view=diff
==============================================================================
--- trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/HttpServletRequestMessageDecoderFactory.java (original)
+++ trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/HttpServletRequestMessageDecoderFactory.java Mon Jul 16 12:48:31 2012
@@ -23,7 +23,7 @@
import org.opensaml.messaging.decoder.MessageDecodingException;
/**
- * A factory that produces {@link HttpServletRequestMessageDecoderFactory}.
+ * A factory that produces a {@link MessageDecoder} appropriate for a given {@link HttpServletRequest}.
*
* @param <MessageType> the type of message produced by the decoder
*/
More information about the commits
mailing list