Bug 6194

Summary: add SecurityContextImpl bootstrap property
Product: GridShib Reporter: Tom Scavo <trscavo@gmail.com>
Component: SAML/Binding ToolsAssignee: Tom Scavo <trscavo@gmail.com>
Status: RESOLVED FIXED    
Severity: enhancement CC: gridshib-dev@globus.org
Priority: P3    
Version: 0.4.2   
Target Milestone: beta   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 6278    

Description From 2008-06-28 20:49:21
Add SecurityContextImpl bootstrap property to BootstrapConfigLoader.  This
feature will be used by GridShib for GT:

gridshib.SecurityContextImpl=org.globus.gridshib.gt.security.GS4GTSecurityContext

The (implicit) default value of this property is 

gridshib.SecurityContextImpl=org.globus.gridshib.security.SAMLSecurityContext
------- Comment #1 From 2008-06-28 20:55:15 -------
Added code to BootstrapConfigLoader to optionally load the SecurityContextImpl
bootstrap property.  If the property is specified in the bootstrap properties
file, but the classname can not be resolved, the BootstrapConfigLoader throws
an exception.
------- Comment #2 From 2008-06-28 20:55:49 -------
Added getSecurityContextImpl() method to BootstrapConfigLoader.
------- Comment #3 From 2008-06-28 20:58:32 -------
Committed BootstrapConfigLoader to CVS HEAD.  This new feature will be
distributed with GS-ST v0.4.3.  It will be incorporated in GS4GT v0.6.1.