com.maverick.sftp
Class ACL

java.lang.Object
  extended bycom.maverick.sftp.ACL

public class ACL
extends java.lang.Object

Version 4 of the SFTP protocol introduces an ACL field in the SftpFileAttributes structure.

Author:
Lee David Painter

Field Summary
static int ACL_ALARM_TYPE
           
static int ACL_ALLOWED_TYPE
           
static int ACL_AUDIT_TYPE
           
static int ACL_DENIED_TYPE
           
 
Constructor Summary
ACL(int type, int flags, int mask, java.lang.String who)
           
 
Method Summary
 int getFlags()
           
 int getMask()
           
 int getType()
           
 java.lang.String getWho()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACL_ALLOWED_TYPE

public static final int ACL_ALLOWED_TYPE
See Also:
Constant Field Values

ACL_DENIED_TYPE

public static final int ACL_DENIED_TYPE
See Also:
Constant Field Values

ACL_AUDIT_TYPE

public static final int ACL_AUDIT_TYPE
See Also:
Constant Field Values

ACL_ALARM_TYPE

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

ACL

public ACL(int type,
           int flags,
           int mask,
           java.lang.String who)
Method Detail

getType

public int getType()

getFlags

public int getFlags()

getMask

public int getMask()

getWho

public java.lang.String getWho()


Copyright © 2003 3SP LTD. All Rights Reserved.