org.globus.gridshib.gt.authorization
Interface PIP

All Known Implementing Classes:
AttributeAcceptancePIPImpl, BasePIP, SAMLAssertionPushPIPImpl, SAMLMapPIPImpl, SAMLQueryPIPImpl

public interface PIP


Method Summary
 void collectAttributes(Subject peer, javax.xml.rpc.handler.MessageContext context)
           
 void initialize(HashMap configs, String name)
           
 boolean isInitialized(String name)
           
 

Method Detail

isInitialized

boolean isInitialized(String name)

initialize

void initialize(HashMap configs,
                String name)
                throws Exception
Throws:
Exception

collectAttributes

void collectAttributes(Subject peer,
                       javax.xml.rpc.handler.MessageContext context)
                       throws Exception
Throws:
Exception


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