org.globus.gridshib
Class GridShibPDP
java.lang.Object
org.globus.gridshib.BasePDP
org.globus.gridshib.GridShibPDP
- All Implemented Interfaces:
- Serializable, Interceptor, PDP
public class GridShibPDP
- extends BasePDP
This GT 4.0 combined interceptor makes an access
control decision based on both pushed and pulled
attributes. It is backed by an instance of
GS4GT.PushPullPDPImpl.
The BasePDP.isPermitted(Subject, MessageContext, QName)
method of the superclass
returns true if and only if
GS4GT.PushPullPDPImpl.isPermitted(Subject, MessageContext, QName)
returns PDPDecision.PERMIT.
- See Also:
BasePDP,
GS4GT.PushPullPDPImpl,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
impl
protected GS4GT.PushPullPDPImpl impl
GridShibPDP
public GridShibPDP()
pdpImpl
protected PDP pdpImpl()
- Specified by:
pdpImpl in class BasePDP
Copyright © 2007-2008 University of Illinois. All Rights Reserved.