Credential.getNotifyOption()

The method returns the notification option when a credential lease is expired.

Availability

IBM® Security Identity Manager 6.0

Synopsis
Credential.getNotifyOption()
Returns
Integer
Description
This function returns NOTIFY_ONLY or NOTIFY_AND_CHECKIN.
Usage
var notifyOption = credential.getNotifyOption();
if (notifyOption == Credential.NOTIFY_ONLY) {
	...;
}