• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDKerberosAuthCallback Class Referenceabstract

Asynchronous callback functor informing if Kerberos ticket creation succeeded (C++). More...

#include <GDKerberosAuthHandler.h>

Description

An instance of this C++ functor can be passed to a number of asynchronous Kerberos ticket creation functions to inform if ticket creation succeeded or failed.

See also
GDKerberosAuthHandler

Public Member Functions

virtual ~GDKerberosAuthCallback ()
 
virtual void operator() (Krb5ErrorCode error)=0
 Implement this function to be supplied a Krb5ErrorCode value of KDC_ERR_NONE representing success or a different Krb5ErrorCode value representing the reason for failure. More...
 

Constructor & Destructor Documentation

◆ ~GDKerberosAuthCallback()

virtual ~GDKerberosAuthCallback ( )
inlinevirtual

Member Function Documentation

◆ operator()()

virtual void operator() ( Krb5ErrorCode  error)
pure virtual

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