• BlackBerry Dynamics
  • Runtime library for Android 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 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.