com.plumtree.server
Class PT_AUTHSOURCE_SUPPORTSSYNCMODES
java.lang.Object
|
+--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).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PT_AUTHSOURCESUPPORTSSYNCMODE_BOTH
public static final int PT_AUTHSOURCESUPPORTSSYNCMODE_BOTH
- Auth source supports authentication and synchronization.
PT_AUTHSOURCESUPPORTSSYNCMODE_AUTHONLY
public static final int PT_AUTHSOURCESUPPORTSSYNCMODE_AUTHONLY
- Auth source does not support synchronization.
PT_AUTHSOURCESUPPORTSSYNCMODE_SYNCONLY
public static final int PT_AUTHSOURCESUPPORTSSYNCMODE_SYNCONLY
- Auth source has an auth partner which handles all authentication.
PT_AUTHSOURCESUPPORTSSYNCMODE_SYNCWITHSECONDARY
public static final int PT_AUTHSOURCESUPPORTSSYNCMODE_SYNCWITHSECONDARY
- Auth source has an auth parter, but supports secondary authentication against itself.
PT_AUTHSOURCE_SUPPORTSSYNCMODES
public PT_AUTHSOURCE_SUPPORTSSYNCMODES()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.