[java-idp-testbed COMMIT] in /trunk: ./ .classpath .project pom.xml src/ src/main/ src/main/java/ src/main/java/commo...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Sep 9 12:33:02 EDT 2013
Author: scantor
Date: Mon Sep 9 12:33:02 2013
New Revision: 2
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=2&view=rev
Log:
Check-in, based n Brent's examples plus authentication samples.
Added:
trunk/.classpath (with props)
trunk/.project (with props)
trunk/pom.xml (with props)
trunk/src/
trunk/src/main/
trunk/src/main/java/
trunk/src/main/java/common/
trunk/src/main/java/common/MockPopulateContextData.java (with props)
trunk/src/main/java/common/OpensamlConfigBean.java (with props)
trunk/src/main/java/idp/
trunk/src/main/java/idp/BuildAuthenticationContext.java (with props)
trunk/src/main/java/idp/BuildMockSaml2Response.java (with props)
trunk/src/main/java/idp/EncodeSAMLMessageFromBindingURI.java (with props)
trunk/src/main/java/idp/LogSpringContextInfo.java (with props)
trunk/src/main/java/idp/LoggingBeanPostProcessor.java (with props)
trunk/src/main/java/idp/PrepareOutboundMessageContext.java (with props)
trunk/src/main/java/idp/SpringAwareEncoderLookup.java (with props)
trunk/src/main/java/idp/TestController.java (with props)
trunk/src/main/java/idp/TestControllerAdvice.java (with props)
trunk/src/main/java/idp/TestMessageHandler.java (with props)
trunk/src/main/java/sp/
trunk/src/main/java/sp/Saml2Controller.java (with props)
trunk/src/main/java/sp/TestController.java (with props)
trunk/src/main/java/test/
trunk/src/main/java/test/TestController.java (with props)
trunk/src/main/resources/
trunk/src/main/resources/conf/
trunk/src/main/resources/conf/jaas.config
trunk/src/main/resources/creds/
trunk/src/main/resources/creds/idp.crt
trunk/src/main/resources/creds/idp.key
trunk/src/main/resources/creds/sp.crt
trunk/src/main/resources/creds/sp.key
trunk/src/main/resources/logback.xml (with props)
trunk/src/main/webapp/
trunk/src/main/webapp/WEB-INF/
trunk/src/main/webapp/WEB-INF/globalAppContext.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/
trunk/src/main/webapp/WEB-INF/idp/flows/
trunk/src/main/webapp/WEB-INF/idp/flows/authn/
trunk/src/main/webapp/WEB-INF/idp/flows/authn/authn-beans.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/authn/authn-comparison.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/authn/authn-flow-descriptors.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/authn/authn-flow.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/authn/ipaddress-authn-beans.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/authn/ipaddress-authn-flow.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-basic-authn-beans.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-basic-authn-flow.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-form-authn-beans.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-form-authn-flow.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/authn/remoteuser-authn-beans.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/authn/remoteuser-authn-flow.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/authn/simple-subject-c14n-flow.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/authn/subject-c14n-beans.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/saml2/
trunk/src/main/webapp/WEB-INF/idp/flows/saml2/sso-abstract-beans.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/saml2/sso-abstract-flow.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/saml2/sso-post-beans.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/saml2/sso-post-flow.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/saml2/sso-redirect-beans.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/saml2/sso-redirect-flow.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/saml2/sso-unsolicited-beans.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/flows/saml2/sso-unsolicited-flow.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/idp-servlet.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/jsp/
trunk/src/main/webapp/WEB-INF/idp/jsp/contextInfo.jsp (with props)
trunk/src/main/webapp/WEB-INF/idp/jsp/login.jsp (with props)
trunk/src/main/webapp/WEB-INF/idp/testbed.xml (with props)
trunk/src/main/webapp/WEB-INF/idp/webflow-config.xml (with props)
trunk/src/main/webapp/WEB-INF/internal.xml (with props)
trunk/src/main/webapp/WEB-INF/sp/
trunk/src/main/webapp/WEB-INF/sp/jsp/
trunk/src/main/webapp/WEB-INF/sp/jsp/contextInfo.jsp (with props)
trunk/src/main/webapp/WEB-INF/sp/sp-servlet.xml (with props)
trunk/src/main/webapp/WEB-INF/sp/testbed.xml (with props)
trunk/src/main/webapp/WEB-INF/templates/
trunk/src/main/webapp/WEB-INF/templates/login.vm.off
trunk/src/main/webapp/WEB-INF/test/
trunk/src/main/webapp/WEB-INF/test/flows/
[... 24 lines stripped ...]
More information about the commits
mailing list