Changeset 251
- Timestamp:
- 08/03/07 23:32:20 (1 year ago)
- Files:
-
- MetaTest/trunk/src/metatest/Main.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
MetaTest/trunk/src/metatest/Main.java
r241 r251 98 98 99 99 // build the AuthnRequest 100 net.clareitysecurity.websso.sp. HttpPost post = new net.clareitysecurity.websso.sp.HttpPost();100 net.clareitysecurity.websso.sp.AbstractHttpHandler post = new net.clareitysecurity.websso.sp.AbstractHttpHandler(); 101 101 post.setActionURL("xxx"); 102 102 post.setAssertionConsumerServiceURL("yyy");
