GRPC C++  1.39.1
Public Member Functions
grpc_authorization_policy_provider Struct Referenceabstract

#include <authorization_policy_provider.h>

Public Member Functions

virtual grpc_core::RefCountedPtr< grpc_core::AuthorizationEngineallow_engine () const =0
 
virtual grpc_core::RefCountedPtr< grpc_core::AuthorizationEnginedeny_engine () const =0
 
- Public Member Functions inherited from grpc_core::DualRefCounted< grpc_authorization_policy_provider >
 ~DualRefCounted () override=default
 
RefCountedPtr< grpc_authorization_policy_providerRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_authorization_policy_providerRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
RefCountedPtr< grpc_authorization_policy_providerRefIfNonZero () GRPC_MUST_USE_RESULT
 
RefCountedPtr< grpc_authorization_policy_providerRefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
WeakRefCountedPtr< grpc_authorization_policy_providerWeakRef () GRPC_MUST_USE_RESULT
 
WeakRefCountedPtr< grpc_authorization_policy_providerWeakRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void WeakUnref ()
 
void WeakUnref (const DebugLocation &location, const char *reason)
 
 DualRefCounted (const DualRefCounted &)=delete
 
DualRefCountedoperator= (const DualRefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::Orphanable
virtual void Orphan ()=0
 
 Orphanable (const Orphanable &)=delete
 
Orphanableoperator= (const Orphanable &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::DualRefCounted< grpc_authorization_policy_provider >
 DualRefCounted (const char *trace=nullptr, int32_t initial_refcount=1)
 
- Protected Member Functions inherited from grpc_core::Orphanable
 Orphanable ()
 
virtual ~Orphanable ()
 

Member Function Documentation

◆ allow_engine()

virtual grpc_core::RefCountedPtr<grpc_core::AuthorizationEngine> grpc_authorization_policy_provider::allow_engine ( ) const
pure virtual

◆ deny_engine()

virtual grpc_core::RefCountedPtr<grpc_core::AuthorizationEngine> grpc_authorization_policy_provider::deny_engine ( ) const
pure virtual

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