IAdmPasswordSelfServiceStatistics

The IAdmPasswordSelfServiceStatistics interface represents the Password Self-Service Statistics directory object.

Inheritance: IAdmTop

Methods

  • Method

  • Description

  • GetReport()

  • Returns a Password Self-Service Statistics report of a given type.

  • ResetReportCache()

  • The method initiates the process of regenerating the Password Self-Service Statistics report of the type specified.

Details

GetReport()

Returns a Password Self-Service Statistics report of a given type. If the report is being generated, the method throws the COMException exception with the E_PENDING error code.

IAdmPasswordSelfServiceReport GetReport(ADM_PSSREPORTTYPE_ENUM reportType)

Parameters

The reportType parameter specifies the type of the Password Self-Service Statistics report to return.


ResetReportCache()

The method initiates the process of regenerating the Password Self-Service Statistics report of the type specified.

void ResetReportCache(ADM_PSSREPORTTYPE_ENUM reportType)

Parameters

The reportType parameter specifies the type of the Password Self-Service Statistics report to regenerate.


Requirements

Minimum required version: 2011.3

See also