Subclass implementors should overide the virtual public methods to help the engine evaluate
![]() | ExternalEvaluatorImpl () Constructor |
![]() | ~ExternalEvaluatorImpl () Destructor |
![]() | canHandleSystemAttribute (const string& attribute) Returns true if this evaluator knows how to handle the SYSTEM attribute specified in the argument |
![]() | evaluateSystemAttribute (TokenType op, const AttributeInfo& attrInfo) Returns true if (attrInfo |
![]() | canHandleExternalAttribute (const string& attribute) Returns true if this evaluator knows how to handle the EXT_AUTH attribute specified in the argument |
![]() | evaluateExternalAttribute (TokenType op, const AttributeInfo& attrInfo) Returns true if (attrInfo |
![]() | getCacheInterval () const Returns the cache Interval |
![]() | setCacheInterval (int numOfseconds) Allows the external evaluator to suggest whether it likes the capability certificate to be cached |
![]() | getPolicyContext () |
![]() | getCertificateVerifier () |
![]() | getCertificateCache () |
Subclass implementors should overide the virtual public methods to help the engine evaluate
virtual ~ExternalEvaluatorImpl()
virtual bool canHandleSystemAttribute(const string& attribute)
virtual bool evaluateSystemAttribute(TokenType op, const AttributeInfo& attrInfo)
TokenType
alphabetic index hierarchy of classes this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling virtual bool canHandleExternalAttribute(const string& attribute)
virtual bool evaluateExternalAttribute(TokenType op, const AttributeInfo& attrInfo)
TokenType int getCacheInterval() const
void setCacheInterval(int numOfseconds)
const PolicyContext& getPolicyContext()
CertificateVerifier& getCertificateVerifier()
CertificateCache& getCertificateCache()
AKRuntime
contact: doc++@zib.de