com.plumtree.server
Class PT_AUTHSOURCE_SUPPORTSSYNCMODES

java.lang.Object
  extended by com.plumtree.server.PT_AUTHSOURCE_SUPPORTSSYNCMODES

public final class PT_AUTHSOURCE_SUPPORTSSYNCMODES
extends java.lang.Object

Constant class which details the capabilities of auth sources: authentication (verification of users' identity on login) and/or synchronization (import of users and groups into Plumtree).

Version:
$Revision$
Author:
mikej

Field Summary
static int PT_AUTHSOURCESUPPORTSSYNCMODE_AUTHONLY
          Auth source does not support synchronization.
static int PT_AUTHSOURCESUPPORTSSYNCMODE_BOTH
          Auth source supports authentication and synchronization.
static int PT_AUTHSOURCESUPPORTSSYNCMODE_SYNCONLY
          Auth source has an auth partner which handles all authentication.
 
Constructor Summary
PT_AUTHSOURCE_SUPPORTSSYNCMODES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_AUTHSOURCESUPPORTSSYNCMODE_BOTH

public static final int PT_AUTHSOURCESUPPORTSSYNCMODE_BOTH
Auth source supports authentication and synchronization.

See Also:
Constant Field Values

PT_AUTHSOURCESUPPORTSSYNCMODE_AUTHONLY

public static final int PT_AUTHSOURCESUPPORTSSYNCMODE_AUTHONLY
Auth source does not support synchronization.

See Also:
Constant Field Values

PT_AUTHSOURCESUPPORTSSYNCMODE_SYNCONLY

public static final int PT_AUTHSOURCESUPPORTSSYNCMODE_SYNCONLY
Auth source has an auth partner which handles all authentication.

See Also:
Constant Field Values
Constructor Detail

PT_AUTHSOURCE_SUPPORTSSYNCMODES

public PT_AUTHSOURCE_SUPPORTSSYNCMODES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.