Have decoders extract basic SAML message information (message ID, claimed issuer...
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 6 Sep 2007 23:42:29 +0000 (23:42 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 6 Sep 2007 23:42:29 +0000 (23:42 +0000)
commitc9d81db2131dd678e08fdadf43ac1616d32a0c48
treef9b309159e9ddc5299be4d1cb47f2639b00df222
parent06c745bffb9536d3401a45850fe49f775b39e3a5
Have decoders extract basic SAML message information (message ID, claimed issuer, and issue instant) and populate message context - allows for no security policies to be active

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2372 ab3bd59b-922f-494d-bb5f-6f0a3c29deca
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/ArtifactResolution.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/AttributeQueryProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/ShibbolethSSODecoder.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/ShibbolethSSOProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/ArtifactResolution.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/AttributeQueryProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/SSOProfileHandler.java