Package ndg :: Package xacml :: Package core :: Package context :: Module handler :: Class CtxHandlerBase
[hide private]

Class CtxHandlerBase

source code

                          object --+    
                                   |    
handlerinterface.CtxHandlerInterface --+
                                       |
                                      CtxHandlerBase
Known Subclasses:

Base class for Context handlers - extends Context handler interface to include Policy Decision Point and Policy Information Point references

Nested Classes [hide private]

Inherited from handlerinterface.CtxHandlerInterface: __metaclass__

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_getPip(self) source code
 
_setPip(self, value) source code
 
_getPdp(self) source code
 
_setPdp(self, value) source code

Inherited from handlerinterface.CtxHandlerInterface: handlePEPRequest, pipQuery

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from handlerinterface.CtxHandlerInterface: __abstractmethods__

Properties [hide private]
  pip
Policy Information Point
  pdp
Policy Decision Point
  __pdp
  __pip

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

pip

Policy Information Point

Get Method:
_getPip(self)
Set Method:
_setPip(self, value)

pdp

Policy Decision Point

Get Method:
_getPdp(self)
Set Method:
_setPdp(self, value)