Changeset 149

Show
Ignore:
Timestamp:
05/09/07 16:38:33 (2 years ago)
Author:
paulhethmon
Message:

finish out response object

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AcmeIdp/trunk/web/login.jsp

    r147 r149  
    103103      NameIDBuilder nidb = (NameIDBuilder) builderFactory.getBuilder(NameID.DEFAULT_ELEMENT_NAME); 
    104104      NameID nid = nidb.buildObject(); 
    105 //      nid.setFormat() 
     105      nid.setFormat(NameIDType.UNSPECIFIED); 
    106106      nid.setValue(idpLoginId); 
    107107      // Add the NameID to the subject