#include <authorization_engine.h>
Classes | |
struct | Decision |
Public Member Functions | |
virtual Decision | Evaluate (const EvaluateArgs &args) const =0 |
![]() | |
RefCounted & | operator= (const RefCounted &)=delete |
RefCountedPtr< AuthorizationEngine > | Ref () GRPC_MUST_USE_RESULT |
RefCountedPtr< AuthorizationEngine > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
RefCounted (const RefCounted &)=delete | |
RefCountedPtr< AuthorizationEngine > | RefIfNonZero () GRPC_MUST_USE_RESULT |
RefCountedPtr< AuthorizationEngine > | RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
void | Unref () |
void | Unref (const DebugLocation &location, const char *reason) |
~RefCounted ()=default | |
![]() | |
virtual | ~PolymorphicRefCount ()=default |
Additional Inherited Members | |
![]() | |
using | RefCountedChildType = AuthorizationEngine |
![]() | |
RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
Definition at line 28 of file authorization_engine.h.
|
pure virtual |
Implemented in grpc_core::GrpcAuthorizationEngine.