The addSSODataListener method
- Organization of this page
Description
Registers an authentication information listener for single sign-on in this object. This is done to inform other systems of the changes made by adding, correcting, or deleting single sign-on authentication information.
Syntax
public void addSSODataListener(SSODataListener listener);
Parameter
- listener:
-
Specifies the SSODataListener object. If null is specified, nothing happens.
Exceptions
None
Return value
None