AclProcess is the process that handles ACLs.
More...
AclProcess is the process that handles ACLs.
◆ addAcl()
void AclProcess::addAcl |
( |
string |
| ) |
|
Adds the Acl object with the specified ID to this process.
- Parameters
-
aclID,the | ID of the Acl object to add. |
◆ getAcl()
Acl AclProcess::getAcl |
( |
string |
| ) |
|
Returns the Acl object from the specified ID.
- Parameters
-
aclID,the | ID of the Acl object. |
- Returns
- Acl, the Acl object associated with the specified ID.
◆ getAclAt()
Acl AclProcess::getAclAt |
( |
int |
| ) |
|
Returns the Acl object at the specified index.
- Parameters
-
index,the | index of Acl object. |
- Returns
- Acl, the Acl object associated with the specified index.
◆ getAclCount()
int AclProcess::getAclCount |
( |
| ) |
|
Returns the number of Acl objects in this process.
- Returns
- int, the number of Acl objects in this process.
◆ removeAcl()
void AclProcess::removeAcl |
( |
string |
| ) |
|
Removes the Acl object with the specified ID from this process.
- Parameters
-
aclID,the | ID of the Acl object to remove. |
The documentation for this class was generated from the following file: