Changeset 147

Show
Ignore:
Timestamp:
05/08/07 21:04:37 (2 years ago)
Author:
paulhethmon
Message:

Full Response object built.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AcmeIdp/trunk/nbproject/build-impl.xml

    r145 r147  
    421421    <target name="do-dist" depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest"/> 
    422422    <target name="library-inclusion-in-manifest" depends="init" if="dist.ear.dir"> 
     423        <basename property="included.lib.libs.ApacheCommons.classpath.6" file="${libs.ApacheCommons.classpath.libfile.6}"/> 
    423424        <basename property="included.lib.libs.ApacheCommons.classpath.5" file="${libs.ApacheCommons.classpath.libfile.5}"/> 
    424425        <basename property="included.lib.libs.ApacheCommons.classpath.4" file="${libs.ApacheCommons.classpath.libfile.4}"/> 
     
    426427        <basename property="included.lib.libs.ApacheCommons.classpath.2" file="${libs.ApacheCommons.classpath.libfile.2}"/> 
    427428        <basename property="included.lib.libs.ApacheCommons.classpath.1" file="${libs.ApacheCommons.classpath.libfile.1}"/> 
     429        <copy-ear-war file="${libs.ApacheCommons.classpath.libfile.6}" propname="included.lib.libs.ApacheCommons.classpath.6.X"/> 
    428430        <copy-ear-war file="${libs.ApacheCommons.classpath.libfile.5}" propname="included.lib.libs.ApacheCommons.classpath.5.X"/> 
    429431        <copy-ear-war file="${libs.ApacheCommons.classpath.libfile.4}" propname="included.lib.libs.ApacheCommons.classpath.4.X"/> 
     
    449451        <mkdir dir="${build.web.dir.real}/META-INF"/> 
    450452        <manifest file="${build.web.dir.real}/META-INF/MANIFEST.MF" mode="update"> 
    451             <attribute name="Class-Path" value="${included.lib.libs.ApacheCommons.classpath.1.X} ${included.lib.libs.ApacheCommons.classpath.2.X} ${included.lib.libs.ApacheCommons.classpath.3.X} ${included.lib.libs.ApacheCommons.classpath.4.X} ${included.lib.libs.ApacheCommons.classpath.5.X} ${included.lib.libs.Javolution.classpath} ${included.lib.libs.OpenSAML-20070323.classpath.1.X} ${included.lib.libs.OpenSAML-20070323.classpath.2.X} ${included.lib.libs.OpenSAML-20070323.classpath.3.X} ${included.lib.libs.OpenSAML-20070323.classpath.4.X} ${included.lib.libs.OpenSAML-20070323.classpath.5.X} ${included.lib.libs.OpenSAML-20070323.classpath.6.X} ${included.lib.libs.Velocity.classpath} "/> 
     453            <attribute name="Class-Path" value="${included.lib.libs.ApacheCommons.classpath.1.X} ${included.lib.libs.ApacheCommons.classpath.2.X} ${included.lib.libs.ApacheCommons.classpath.3.X} ${included.lib.libs.ApacheCommons.classpath.4.X} ${included.lib.libs.ApacheCommons.classpath.5.X} ${included.lib.libs.ApacheCommons.classpath.6.X} ${included.lib.libs.Javolution.classpath} ${included.lib.libs.OpenSAML-20070323.classpath.1.X} ${included.lib.libs.OpenSAML-20070323.classpath.2.X} ${included.lib.libs.OpenSAML-20070323.classpath.3.X} ${included.lib.libs.OpenSAML-20070323.classpath.4.X} ${included.lib.libs.OpenSAML-20070323.classpath.5.X} ${included.lib.libs.OpenSAML-20070323.classpath.6.X} ${included.lib.libs.Velocity.classpath} "/> 
    452454        </manifest> 
    453455        <delete dir="${dist.ear.dir}/temp"/> 
    454456    </target> 
    455457    <target name="library-inclusion-in-archive" depends="init" unless="dist.ear.dir"> 
     458        <copy file="${libs.ApacheCommons.classpath.libfile.6}" todir="${build.web.dir.real}/WEB-INF/lib"/> 
    456459        <copy file="${libs.ApacheCommons.classpath.libfile.5}" todir="${build.web.dir.real}/WEB-INF/lib"/> 
    457460        <copy file="${libs.ApacheCommons.classpath.libfile.4}" todir="${build.web.dir.real}/WEB-INF/lib"/> 
  • AcmeIdp/trunk/nbproject/genfiles.properties

    r145 r147  
    1 build.xml.data.CRC32=b08848ce 
     1build.xml.data.CRC32=a4090887 
    22build.xml.script.CRC32=6ed50798 
    33build.xml.stylesheet.CRC32=95be3570 
    44# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. 
    55# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 
    6 nbproject/build-impl.xml.data.CRC32=b08848ce 
    7 nbproject/build-impl.xml.script.CRC32=24944ee3 
     6nbproject/build-impl.xml.data.CRC32=a4090887 
     7nbproject/build-impl.xml.script.CRC32=046dd215 
    88nbproject/build-impl.xml.stylesheet.CRC32=ac43bae1 
  • AcmeIdp/trunk/nbproject/project.xml

    r145 r147  
    88            <explicit-platform explicit-source-supported="true"/> 
    99            <web-module-libraries> 
    10                 <library files="5"> 
     10                <library files="6"> 
    1111                    <file>${libs.ApacheCommons.classpath}</file> 
    1212                    <path-in-war>WEB-INF/lib</path-in-war> 
  • AcmeIdp/trunk/web/login.jsp

    r146 r147  
    2424    String  
    2525      idpLoginId, 
    26       password; 
    27  
     26      password, 
     27      issuerURL; 
     28 
     29    issuerURL = "http://local.acmeidp.com"; 
    2830    idpLoginId = request.getParameter("idploginid"); 
    2931    password = request.getParameter("password"); 
     
    6870      // Build the Issuer object 
    6971      Issuer issuer1 = issuerBuilder.buildObject(); 
    70       issuer1.setValue("http://www.AcmeIdp.com"); 
     72      issuer1.setValue(issuerURL); 
    7173      rsp.setIssuer(issuer1); 
    7274       
     
    9294      // Build the Issuer object 
    9395      Issuer issuer2 = issuerBuilder.buildObject(); 
    94       issuer2.setValue("http://www.AcmeIdp.com"); 
     96      issuer2.setValue(issuerURL); 
    9597      assertion.setIssuer(issuer2); 
    9698       
     
    153155      AuthnStatement authnStatement = authnStatementBuilder.buildObject(); 
    154156      authnStatement.setAuthnContext(authnContext); 
     157      authnStatement.setAuthnInstant(dt); 
    155158      // Add the AuthnStatement to the Assertion 
    156159      assertion.getAuthnStatements().add(authnStatement);