org.globus.gridshib.gt.authorization
Interface PDP

All Known Implementing Classes:
BasePDP, ClassicGridShibPDPImpl, GS4GT.PullPDPImpl, GS4GT.PushPDPImpl, GS4GT.PushPullPDPImpl, SAMLAttributePDPImpl, SAMLBlacklistPDPImpl

public interface PDP


Method Summary
 void initialize(HashMap configs, String name)
           
 boolean isInitialized(String name)
           
 int isPermitted(Subject peer, javax.xml.rpc.handler.MessageContext context, javax.xml.namespace.QName op)
           
 

Method Detail

isInitialized

boolean isInitialized(String name)

initialize

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

isPermitted

int isPermitted(Subject peer,
                javax.xml.rpc.handler.MessageContext context,
                javax.xml.namespace.QName op)
                throws Exception
Throws:
Exception


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