public final class MatchedACE
extends java.lang.Object
Each MatchedACE provides a subset of the permissions that were tested, as well as the corresponding EffectiveACE that was relevant in determining whether those permissions were granted or denied.
Modifier and Type | Method and Description |
---|---|
EffectiveACE |
getEffectiveACE()
Gets the corresponding EffectiveACE.
|
int |
getIndexInACL()
Gets the index of the matched ACEManager in its Effective Access Control
List.
|
PermissionCollection |
getPermissions()
Gets a subset of the permissions that were tested.
|
public PermissionCollection getPermissions()
Permission
public EffectiveACE getEffectiveACE()
EffectiveACE
public int getIndexInACL()
If an access test for a given permission is performed against an Effective ACL from an object for which the permission is not applicable, then it is possible for the resulting AccessTestResult to contain a MatchedACE for an EffectiveACE that did not appear in the original Effective ACL. In this case, getIndexInACL() will return -1.
StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.