Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::Net::NTLMContext Class Reference

An opaque context class for working with SSPI NTLM authentication. More...

#include <SSPINTLMCredentials.h>

Public Member Functions

 ~NTLMContext ()
 

Protected Member Functions

 NTLMContext (NTLMContextImpl *pImpl)
 

Private Member Functions

 NTLMContext ()
 
 NTLMContext (const NTLMContext &)
 
NTLMContextoperator= (const NTLMContext &)
 

Private Attributes

NTLMContextImpl * _pImpl
 

Friends

class SSPINTLMProvider
 

Detailed Description

An opaque context class for working with SSPI NTLM authentication.

Definition at line 37 of file SSPINTLMCredentials.h.

Constructor & Destructor Documentation

◆ ~NTLMContext()

Poco::Net::NTLMContext::~NTLMContext ( )

◆ NTLMContext() [1/3]

Poco::Net::NTLMContext::NTLMContext ( NTLMContextImpl * pImpl)
protected

◆ NTLMContext() [2/3]

Poco::Net::NTLMContext::NTLMContext ( )
private

◆ NTLMContext() [3/3]

Poco::Net::NTLMContext::NTLMContext ( const NTLMContext & )
private

Member Function Documentation

◆ operator=()

NTLMContext & Poco::Net::NTLMContext::operator= ( const NTLMContext & )
private

Friends And Related Symbol Documentation

◆ SSPINTLMProvider

friend class SSPINTLMProvider
friend

Definition at line 53 of file SSPINTLMCredentials.h.

Member Data Documentation

◆ _pImpl

NTLMContextImpl* Poco::Net::NTLMContext::_pImpl
private

Definition at line 47 of file SSPINTLMCredentials.h.


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