org.globus.gridshib
Class SAMLMapPIP

java.lang.Object
  extended by org.globus.gridshib.BasePIP
      extended by org.globus.gridshib.SAMLMapPIP
All Implemented Interfaces:
Serializable, Interceptor, PIP

public class SAMLMapPIP
extends BasePIP

This PIP maps attributes from the user's security context into one or more local accounts. It then updates the security context with this mapping information (similar to grid-mapfile but for SAML attributes instead of DNs).

See Also:
SAMLMapPIPImpl, Serialized Form

Field Summary
protected  SAMLMapPIPImpl impl
           
 
Fields inherited from class org.globus.gridshib.BasePIP
scope, serviceId
 
Constructor Summary
SAMLMapPIP()
           
 
Method Summary
protected  PIP pipImpl()
          A subclass MUST implement this method.
 
Methods inherited from class org.globus.gridshib.BasePIP
close, collectAttributes, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

impl

protected SAMLMapPIPImpl impl
Constructor Detail

SAMLMapPIP

public SAMLMapPIP()
Method Detail

pipImpl

protected PIP pipImpl()
Description copied from class: BasePIP
A subclass MUST implement this method.

Specified by:
pipImpl in class BasePIP


Copyright © 2007-2008 University of Illinois. All Rights Reserved.