com.plumtree.server
Class PT_ACLSYNC_MAPPINGTYPES

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

public final class PT_ACLSYNC_MAPPINGTYPES
extends java.lang.Object

ACL Sync mapping types

Author:
JosephS
See Also:
IPTACLSyncMap

Field Summary
static int PT_ACLSYNCMAPPING_DOMAIN
           
static int PT_ACLSYNCMAPPING_GROUP
           
 
Constructor Summary
PT_ACLSYNC_MAPPINGTYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_ACLSYNCMAPPING_DOMAIN

public static final int PT_ACLSYNCMAPPING_DOMAIN
See Also:
Constant Field Values

PT_ACLSYNCMAPPING_GROUP

public static final int PT_ACLSYNCMAPPING_GROUP
See Also:
Constant Field Values
Constructor Detail

PT_ACLSYNC_MAPPINGTYPES

public PT_ACLSYNC_MAPPINGTYPES()