[java-identity-provider COMMIT] in /trunk/idp-saml-impl/src: main/java/net/shibboleth/idp/saml/impl/attribute/encodin...

noreply at shibboleth.net noreply at shibboleth.net
Mon Jan 21 06:58:10 EST 2013


Author: rdw
Date: Mon Jan 21 06:58:10 2013
New Revision: 4273

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4273&view=rev
Log:
https://issues.shibboleth.net/jira/browse/IDP-25 Port SAML2 attribute encoder (and test) to V3 APIs.  

Very simple given the support functions.  A bit of unsightly cut and paste, but without multiple inheritance what are you going to do? The V2 code has the same problem, but in V2 it was the SAML2 aspects that had to be duplicated, in V3 it is the Scoped bits which are duplicated and that is just setters and getters.

Added:
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/attribute/encoding/Saml2ScopedStringAttributeEncoder.java   (with props)
    trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/attribute/encoding/Saml2ScopedStringAttributeEncoderTest.java   (with props)



More information about the commits mailing list