uCosminexus Application Server, Security Management Guide

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

The ssoDataRemoved method

Description

Called when deleting single sign-on authentication information.

Syntax

public void SSODataRemoved(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