uCosminexus Application Server, Security Management Guide

[Contents][Index][Back][Next]

The ssoDataModified method

Description

Called when changing single sign-on authentication information.

Syntax

public void SSODataModified(SSODataEvent event)
  throws ChangeDataFailedException;

Parameter

event:
Stores the single sign-on authentication information.

Exception

com.cosminexus.admin.auth.api.repository.event.ChangeDataFailedException:
An attempt to update authentication information for another system has failed.

Return value

None