protected final class AccessControlListResolver.ResolutionGranteeEntry extends Object
Modifier and Type | Field and Description |
---|---|
protected int[] |
m_AceIndexes
Indexes of the ACEdata elements that have the same grantee ID
as this entry.
|
protected Long |
m_GranteeId
The grantee ID.
|
protected boolean |
m_HasGrantedAce
Does this grantee have at least one grant ACE?
|
protected boolean |
m_IsGranteeGroup
Does this grantee have at least one grant ACE?
|
protected boolean |
m_IsGranteeWorldGroup
Does this grantee have at least one grant ACE?
|
protected boolean |
m_IsNonconforming
Is this grantee non-conforming
|
Modifier | Constructor and Description |
---|---|
protected |
ResolutionGranteeEntry(Long granteeId,
boolean hasGrantedAce,
boolean isGroup,
int[] aceIndexes,
int indexCount)
Constructs a ResolutionGranteeEntry, with each member of the struct.
|
Modifier and Type | Method and Description |
---|---|
protected S_DirectoryObject |
getGrantee(S_LibrarySession sess)
Gets the grantee.
|
protected Long m_GranteeId
protected boolean m_IsGranteeGroup
protected boolean m_IsGranteeWorldGroup
protected boolean m_HasGrantedAce
protected boolean m_IsNonconforming
protected int[] m_AceIndexes
protected ResolutionGranteeEntry(Long granteeId, boolean hasGrantedAce, boolean isGroup, int[] aceIndexes, int indexCount)
protected S_DirectoryObject getGrantee(S_LibrarySession sess) throws IfsException
sess
- the session contextIfsException
- if the operation failsCopyright © 2023. All rights reserved.