Move token validation into SAML library, first draft SAML 1 SSO handler.
[shibboleth/sp.git] / shibsp / Makefile.am
index 2d94a68..1a8af1e 100644 (file)
@@ -54,6 +54,7 @@ bindinclude_HEADERS = \
 
 handinclude_HEADERS = \
        handler/AbstractHandler.h \
+       handler/AssertionConsumerService.h \
        handler/Handler.h \
        handler/RemotedHandler.h
 
@@ -90,8 +91,10 @@ libshibsp_la_SOURCES = \
        attribute/resolver/impl/AttributeResolver.cpp \
        attribute/resolver/impl/SimpleAttributeResolver.cpp \
        binding/impl/SOAPClient.cpp \
-       handler/impl/RemotedHandler.cpp \
        handler/impl/AbstractHandler.cpp \
+       handler/impl/AssertionConsumerService.cpp \
+       handler/impl/RemotedHandler.cpp \
+       handler/impl/SAML1Consumer.cpp \
        impl/RemotedSessionCache.cpp \
        impl/StorageServiceSessionCache.cpp \
        impl/XMLAccessControl.cpp \