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

Enclosing interface:
IsecWinAD

public static interface IsecWinAD.CeSSOAccessMode

Specifies the single sign-on (SSO) access mode.


Field Summary
static int FAILOVER
          Indicates that the policy server uses a failover strategy to manage system failure.
static int NO_SSO
          Indicates that no single sign-on (SSO) authentication is available.
static int ROUND_ROBIN
          Indicates that the policy server uses load balancing to manage increased requests.
 

Field Detail

NO_SSO

static final int NO_SSO
Indicates that no single sign-on (SSO) authentication is available.
NO_SSO = 0.

See Also:
Constant Field Values

ROUND_ROBIN

static final int ROUND_ROBIN
Indicates that the policy server uses load balancing to manage increased requests.
ROUND_ROBIN = 1.

See Also:
Constant Field Values

FAILOVER

static final int FAILOVER
Indicates that the policy server uses a failover strategy to manage system failure.
FAILOVER = 2.

See Also:
Constant Field Values