uCosminexus Application Server, Security Management Guide

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

The getSSOData method

Description

Obtains single sign-on authentication information.

Syntax

public SSOData getSSOData(String uid)
  throws NamingException;

Parameter

uid:
Specifies the user ID.

Exceptions

javax.naming.CommunicationException:
An attempt to connect to the LDAP directory server has failed.

javax.naming.NameNotFoundException:
The specified user ID is missing.

Other JNDI exceptions:
Events such as a bind DN specification error

Return value

The SSOData object that holds single sign-on authentication information