com.plumtree.server
Class PT_SYNCTYPES
java.lang.Object
|
+--com.plumtree.server.PT_SYNCTYPES
- public final class PT_SYNCTYPES
- extends java.lang.Object
Enumeration of sync types for auth sources.
- See Also:
IPTAuthSource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PT_SYNCTYPE_FULL
public static final int PT_SYNCTYPE_FULL
- Full sync: all users and groups are brought in.
PT_SYNCTYPE_PARTIAL
public static final int PT_SYNCTYPE_PARTIAL
- Partial users sync: all groups brought in, but only users from selected
groups.
PT_SYNCTYPE_NONE
public static final int PT_SYNCTYPE_NONE
- No sync: no users imported.
PT_SYNCTYPE_PARTIALGROUPS
public static final int PT_SYNCTYPE_PARTIALGROUPS
- Partial groups sync: all users imported, but no new groups are brought in.
PT_SYNCTYPE_PARTIALUSERSPARTIALGROUPS
public static final int PT_SYNCTYPE_PARTIALUSERSPARTIALGROUPS
- Partial users partial groups sync: only users from selected groups, and
no new groups are brought in.
PT_SYNCTYPES
public PT_SYNCTYPES()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.