com.crystaldecisions.sdk.plugin.authentication.secwinad
Interface IsecWinAD.CeSSOVendor

Enclosing interface:
IsecWinAD

public static interface IsecWinAD.CeSSOVendor

Specifies the single sign-on (SSO) vendor.


Field Summary
static int NO_SSO
          Indicates that no third-party authentication vendor is available.
static int SITE_MINDER
          Indicates that the third-party authentication tool is SiteMinder.
 

Field Detail

NO_SSO

static final int NO_SSO
Indicates that no third-party authentication vendor is available.
NO_SSO = 0.

See Also:
Constant Field Values

SITE_MINDER

static final int SITE_MINDER
Indicates that the third-party authentication tool is SiteMinder.
SITE_MINDER = 1.

See Also:
Constant Field Values