com.maverick.sftp
Class ACL
java.lang.Object
com.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
Constructor Summary |
ACL(int type,
int flags,
int mask,
java.lang.String who)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ACL
public ACL(int type,
int flags,
int mask,
java.lang.String who)
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.