com.plumtree.server
Class PT_ACL_IMPORT_CAPABILITIES

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

public final class PT_ACL_IMPORT_CAPABILITIES
extends java.lang.Object

A list of optional capabilities that a data source ACL sync provider may support.

Author:
JosephS
See Also:
com.plumtree.server.IPTDataSourceACLSyncProvider#QueryACLCapability

Field Summary
static int PT_ACL_IMPORT_CAPABILITY_GROUPACLS
          Supports Access Control Lists containing groups.
static int PT_ACL_IMPORT_CAPABILITY_INVALID
          Invalid, this value and above are reserved for future use.
static int PT_ACL_IMPORT_CAPABILITY_USERACLS
          Supports Access Control Lists containing users.
 
Constructor Summary
PT_ACL_IMPORT_CAPABILITIES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_ACL_IMPORT_CAPABILITY_USERACLS

public static final int PT_ACL_IMPORT_CAPABILITY_USERACLS
Supports Access Control Lists containing users.

See Also:
Constant Field Values

PT_ACL_IMPORT_CAPABILITY_GROUPACLS

public static final int PT_ACL_IMPORT_CAPABILITY_GROUPACLS
Supports Access Control Lists containing groups.

See Also:
Constant Field Values

PT_ACL_IMPORT_CAPABILITY_INVALID

public static final int PT_ACL_IMPORT_CAPABILITY_INVALID
Invalid, this value and above are reserved for future use.

See Also:
Constant Field Values
Constructor Detail

PT_ACL_IMPORT_CAPABILITIES

public PT_ACL_IMPORT_CAPABILITIES()