IAdmSelfServiceClientSettings2

The IAdmSelfServiceClientSettings2 interface extends the IAdmSelfServiceClientSettings interface with the possibility to remind users to enroll for Password Self-Service.

Inheritance: IAdmSelfServiceClientSettings

Properties

  • Property

  • Description

  • UpdateCredentialsCacheEnabled

  • Gets or sets a value indicating whether notifications to enroll for Password Self-Service must be shown in the system notification area.

  • NotificationIntervalMins

  • Gets or sets a time interval (in minutes) at which notifications to enroll for Password Self-Service are shown in the system notification area.

  • OfflinePasswordResetSettings

  • Gets or sets the title of the notification to enroll for Password Self-Service shown in the system notification area.

  • NotificationText

  • Gets or sets the text of the notification to enroll for Password Self-Service shown in the system notification area.

  • EnrollWebInterfaceUrl

  • Gets or sets the URL of the Web interface used to enroll for Password Self-Service when the operation is initiated from the system notification area (e.g. http://host.company.com/Adaxes/SelfService).

  • EnrollConnectionProxy

  • Gets or sets the name of the proxy server(s) to be used by Adaxes Self-service client to connect to the Web interface in order to get information about enrollment status of the user (e.g. http=http://myproxy:8080).

  • NotificationMenuEnroll

  • Gets or sets the text for the Enroll Now item of the context menu for the notification shown in the system notification area.

  • NotificationMenuExit

  • Gets or sets the text for the Exit item of the context menu for the notification shown in the system notification area.

Details

UpdateCredentialsCacheEnabled

Gets or sets a value indicating whether notifications to enroll for Password Self-Service must be shown in the system notification area.

  • Type:
  • bool
  • Access:
  • Read/Write

NotificationIntervalMins

Gets or sets a time interval (in minutes) at which notifications to enroll for Password Self-Service are shown in the system notification area.

  • Type:
  • int
  • Access:
  • Read/Write

Remarks

If the property is set to 0, a notification will be shown only once at system startup.


OfflinePasswordResetSettings

Gets or sets the title of the notification to enroll for Password Self-Service shown in the system notification area.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

If you don't want the notification to have a title, set the value to an empty string.


NotificationText

Gets or sets the text of the notification to enroll for Password Self-Service shown in the system notification area.

  • Type:
  • string
  • Access:
  • Read/Write

EnrollWebInterfaceUrl

Gets or sets the URL of the Web interface used to enroll for Password Self-Service when the operation is initiated from the system notification area (e.g. http://host.company.com/Adaxes/SelfService).

  • Type:
  • string
  • Access:
  • Read/Write

EnrollConnectionProxy

Gets or sets the name of the proxy server(s) to be used by Adaxes Self-service client to connect to the Web interface in order to get information about enrollment status of the user (e.g. http=http://myproxy:8080).

  • Type:
  • string
  • Access:
  • Read/Write

NotificationMenuEnroll

Gets or sets the text for the Enroll Now item of the context menu for the notification shown in the system notification area.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

If you want to hide the item from the context menu, set the value to an empty string.


NotificationMenuExit

Gets or sets the text for the Exit item of the context menu for the notification shown in the system notification area.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

If you want to hide the item from the context menu, set the value to an empty string.


Requirements

Minimum required version: 2013.2

See also