Bug 6015

Summary: Synchronize GT4.2 interceptors with GT4.0 interceptors
Product: GridShib Reporter: Tom Scavo <trscavo@gmail.com>
Component: GT pluginAssignee: Tom Scavo <trscavo@gmail.com>
Status: RESOLVED FIXED    
Severity: normal CC: gridshib-dev@globus.org, trscavo@gmail.com, vwelch@uiuc.edu
Priority: P3    
Version: unspecified   
Target Milestone: beta   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 6214    

Description From 2008-04-15 13:12:36
Synchronize the GT4.2 interceptors with the GT4.0 interceptors.  In particular,
add 'scope' and 'serviceId' members to BasePIP and BasePDP.  Also, implement
GridShibPushPDP (which is a simple wrapper around GridShibPushPDPImpl).
------- Comment #1 From 2008-04-19 08:46:48 -------
Made the following changes to the GT4.2 PIP/PDP implementations:

- Fixed a syntax error in GridShibPullPDP
- Implemented GridShibPushPDP
- Switched from ShibbolethConstants to GridShibConfigParams in BasePIP and
BasePDP
- Rewrote all the javadocs
------- Comment #2 From 2008-04-19 08:55:17 -------
The GT4.0/4.2 code in interceptors/java/source/src-proxies is in sync.  The
EchoService code is not in sync.  Keeping this bug open until that's fixed.
------- Comment #3 From 2008-04-21 14:38:02 -------
Synched the GT4.2 security descriptor with the new service descriptor
distributed with v0.6.0 RC2.  This issue is fully resolved.