GRPC Core  18.0.0
Data Structures | Public Member Functions
grpc_core::AuthorizationEngine Class Referenceabstract

#include <authorization_engine.h>

Data Structures

struct  Decision
 

Public Member Functions

virtual Decision Evaluate (const EvaluateArgs &args) const =0
 
- Public Member Functions inherited from grpc_core::RefCounted< AuthorizationEngine >
 ~RefCounted ()=default
 
RefCountedPtr< AuthorizationEngineRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< AuthorizationEngineRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
RefCountedPtr< AuthorizationEngineRefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< AuthorizationEngineRefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
 RefCounted (const RefCounted &)=delete
 
RefCountedoperator= (const RefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::PolymorphicRefCount
virtual ~PolymorphicRefCount ()=default
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::RefCounted< AuthorizationEngine >
 RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 

Member Function Documentation

◆ Evaluate()

virtual Decision grpc_core::AuthorizationEngine::Evaluate ( const EvaluateArgs args) const
pure virtual

The documentation for this class was generated from the following file: