com.plumtree.server
Class PT_PROPAGATE_SECURITY_MODES

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

public final class PT_PROPAGATE_SECURITY_MODES
extends java.lang.Object

These constants control how IPTAdminCatalog.PropPropagateAdminFoldersSecurity propages ACL state from parent folders to child folders

Author:
michaels
See Also:
IPTAdminCatalog

Field Summary
static int PT_PROPAGATE_SECURITY_ADMINS_ONLY
          Propagate Admin only ACLs
static int PT_PROPAGATE_SECURITY_REPLACE
          Replace the ACLs on child folders with the ACLs on parent folders
 
Constructor Summary
PT_PROPAGATE_SECURITY_MODES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_PROPAGATE_SECURITY_REPLACE

public static final int PT_PROPAGATE_SECURITY_REPLACE
Replace the ACLs on child folders with the ACLs on parent folders

See Also:
Constant Field Values

PT_PROPAGATE_SECURITY_ADMINS_ONLY

public static final int PT_PROPAGATE_SECURITY_ADMINS_ONLY
Propagate Admin only ACLs

See Also:
Constant Field Values
Constructor Detail

PT_PROPAGATE_SECURITY_MODES

public PT_PROPAGATE_SECURITY_MODES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.