• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

kio

KACL Class Reference

The KCAL class encapsulates a POSIX Access Control List. More...

#include <kacl.h>

List of all members.


Public Member Functions

ACLGroupPermissionsList allGroupPermissions () const
ACLUserPermissionsList allUserPermissions () const
QString asString () const
mode_t basePermissions () const
bool isExtended () const
bool isValid () const
 KACL ()
 KACL (mode_t basicPermissions)
 KACL (const KACL &rhs)
 KACL (const QString &aclString)
unsigned short maskPermissions (bool &exists) const
unsigned short namedGroupPermissions (const QString &name, bool *exists) const
unsigned short namedUserPermissions (const QString &name, bool *exists) const
bool operator!= (const KACL &rhs) const
KACL & operator= (const KACL &rhs)
bool operator== (const KACL &rhs) const
unsigned short othersPermissions () const
unsigned short ownerPermissions () const
unsigned short owningGroupPermissions () const
bool setACL (const QString &aclStr)
bool setAllGroupPermissions (const ACLGroupPermissionsList &)
bool setAllUserPermissions (const ACLUserPermissionsList &list)
bool setMaskPermissions (unsigned short)
bool setNamedGroupPermissions (const QString &name, unsigned short)
bool setNamedUserPermissions (const QString &name, unsigned short)
bool setOthersPermissions (unsigned short)
bool setOwnerPermissions (unsigned short)
bool setOwningGroupPermissions (unsigned short)
virtual ~KACL ()

Protected Member Functions

virtual void virtual_hook (int id, void *data)

Friends

KIO_EXPORT friend QDataStream & operator<< (QDataStream &s, const KACL &a)
KIO_EXPORT friend QDataStream & operator>> (QDataStream &s, KACL &a)

Detailed Description

The KCAL class encapsulates a POSIX Access Control List.

It follows the little standard that couldn't, 1003.1e/1003.2c, which died in draft status. a POSIX ACL encapsulation

Author:
Till Adam <adam@kde.org>

Definition at line 42 of file kacl.h.


Constructor & Destructor Documentation

KACL::KACL ( const QString &  aclString  ) 

Creates a new KACL from aclString.

If the string is a valid acl string, isValid() will afterwards return true.

Definition at line 76 of file kacl.cpp.

KACL::KACL ( const KACL &  rhs  ) 

Copy ctor.

Definition at line 99 of file kacl.cpp.

KACL::KACL ( mode_t  basicPermissions  ) 

Creates a new KACL from the basic permissions passed in basicPermissions.

isValid() will return true, afterwards.

Definition at line 82 of file kacl.cpp.

KACL::KACL (  ) 

Creates an empty KACL.

Until a valid acl string is set via setACL, isValid() will return false.

Definition at line 94 of file kacl.cpp.

KACL::~KACL (  )  [virtual]

Definition at line 105 of file kacl.cpp.


Member Function Documentation

ACLGroupPermissionsList KACL::allGroupPermissions (  )  const

Returns the list of all group permission entries.

Each entry consists of a name/permissions pair. This is a QPair, therefor access is provided via the .first and .next members.

Returns:
the list of all group permission entries.

Definition at line 546 of file kacl.cpp.

ACLUserPermissionsList KACL::allUserPermissions (  )  const

Returns the list of all group permission entries.

Each entry consists of a name/permissions pair. This is a QPair, therefore access is provided via the .first and .next members.

Returns:
the list of all group permission entries.

Definition at line 408 of file kacl.cpp.

QString KACL::asString (  )  const

Return a string representation of the ACL.

Returns:
a string version of the ACL in the format compatible with libacl and POSIX 1003.1e. Implementations conforming to that standard should be able to take such strings as input.

Definition at line 606 of file kacl.cpp.

mode_t KACL::basePermissions (  )  const

Returns:
the basic (owner/group/others) part of the ACL as a mode_t

Definition at line 257 of file kacl.cpp.

bool KACL::isExtended (  )  const

The interface to the extended ACL.

This is a mask, permissions for n named users and permissions for m named groups. Return whether the ACL contains extended entries or can be expressed using only basic file permissions.

Returns:
whether the ACL contains extended entries

Definition at line 130 of file kacl.cpp.

bool KACL::isValid (  )  const

Returns whether the KACL object represents a valid acl.

Returns:
whether the KACL object represents a valid acl.

Definition at line 119 of file kacl.cpp.

unsigned short KACL::maskPermissions ( bool &  exists  )  const

Return the entry for the permissions mask if there is one and sets exists to true.

If there is no such entry, exists is set to false.

Returns:
the permissions mask entry

Definition at line 274 of file kacl.cpp.

unsigned short KACL::namedGroupPermissions ( const QString &  name,
bool *  exists 
) const

Access to the permissions entry for a named group, if such an entry exists.

exists is set to true if a matching entry exists and to false otherwise.

Returns:
the permissions for a group with the name in name

Definition at line 509 of file kacl.cpp.

unsigned short KACL::namedUserPermissions ( const QString &  name,
bool *  exists 
) const

Access to the permissions entry for a named user, if such an entry exists.

exists is set to true if a matching entry exists and to false otherwise.

Returns:
the permissions for a user entry with the name in name

Definition at line 315 of file kacl.cpp.

bool KACL::operator!= ( const KACL &  rhs  )  const [inline]

Definition at line 76 of file kacl.h.

KACL& KACL::operator= ( const KACL &  rhs  )  [inline]

Definition at line 68 of file kacl.h.

bool KACL::operator== ( const KACL &  rhs  )  const

Definition at line 110 of file kacl.cpp.

unsigned short KACL::othersPermissions (  )  const

Returns:
the premissions entry for others

Definition at line 238 of file kacl.cpp.

unsigned short KACL::ownerPermissions (  )  const

The standard (non-extended) part of an ACL.

These map directly to standard unix file permissions. Setting them will never make a valid ACL invalid.

Returns:
the owner's premissions entry

Definition at line 200 of file kacl.cpp.

unsigned short KACL::owningGroupPermissions (  )  const

Returns:
the owning group's premissions entry

Definition at line 219 of file kacl.cpp.

bool KACL::setACL ( const QString &  aclStr  ) 

Sets the whole list from a string.

If the string in aclStr represents a valid ACL, it will be set, otherwise the ACL remains unchanged.

Returns:
whether setting the ACL was successful.

Definition at line 583 of file kacl.cpp.

bool KACL::setAllGroupPermissions ( const ACLGroupPermissionsList &  groups  ) 

Replace the list of all user permissions with list.

If one of the entries in the list does not exists, or setting of the ACL entry fails for any reason, the ACL will be left unchanged.

Returns:
success or failure

Definition at line 569 of file kacl.cpp.

bool KACL::setAllUserPermissions ( const ACLUserPermissionsList &  list  ) 

Replace the list of all user permissions with list.

If one of the entries in the list does not exists, or setting of the ACL entry fails for any reason, the ACL will be left unchanged.

Returns:
success or failure

Definition at line 494 of file kacl.cpp.

bool KACL::setMaskPermissions ( unsigned short  v  ) 

Set the permissions mask for the ACL.

Permissions set for individual entries will be masked with this, such that their effective permissions are the result of the logical and of their entry and the mask.

Returns:
success or failure

Definition at line 302 of file kacl.cpp.

bool KACL::setNamedGroupPermissions ( const QString &  name,
unsigned short  permissions 
)

Set the permissions for a group with the name name.

Will fail if the group doesn't exist, in which case the ACL be unchanged.

Returns:
success or failure.

Definition at line 534 of file kacl.cpp.

bool KACL::setNamedUserPermissions ( const QString &  name,
unsigned short  permissions 
)

Set the permissions for a user with the name name.

Will fail if the user doesn't exist, in which case the ACL will be unchanged.

Returns:
success or failure.

Definition at line 397 of file kacl.cpp.

bool KACL::setOthersPermissions ( unsigned short  v  ) 

Set the permissions entry for others.

Returns:
success or failure

Definition at line 247 of file kacl.cpp.

bool KACL::setOwnerPermissions ( unsigned short  v  ) 

Set the owner's permissions entry.

Returns:
success or failure

Definition at line 209 of file kacl.cpp.

bool KACL::setOwningGroupPermissions ( unsigned short  v  ) 

Set the owning group's permissions entry.

Returns:
success or failure

Definition at line 228 of file kacl.cpp.

void KACL::virtual_hook ( int  id,
void *  data 
) [protected, virtual]

Definition at line 665 of file kacl.cpp.


Friends And Related Function Documentation

KIO_EXPORT friend QDataStream& operator<< ( QDataStream &  s,
const KACL &  a 
) [friend]

Definition at line 668 of file kacl.cpp.

KIO_EXPORT friend QDataStream& operator>> ( QDataStream &  s,
KACL &  a 
) [friend]

Definition at line 674 of file kacl.cpp.


The documentation for this class was generated from the following files:
  • kacl.h
  • kacl.cpp

kio

Skip menu "kio"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal