uCosminexus Application Server, Security Management Guide

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

The ssoDataAdded method

Description

Called when adding single sign-on authentication information.

Syntax

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