interface FieldEntryInterface implements EntryInterface

Interface for entries which are restricted to specific fields

Methods

getAcl()

The ACL this ACE is associated with.

integer
getId()

The primary key of this ACE

integer
getMask()

The permission mask of this ACE

getSecurityIdentity()

The security identity associated with this ACE

string
getStrategy()

The strategy for comparing masks

Boolean
isGranting()

Returns whether this ACE is granting, or denying

string
getField()

Returns the field used for this entry.

Details

in EntryInterface at line line 29
AclInterface getAcl()

The ACL this ACE is associated with.

Return Value

AclInterface

in EntryInterface at line line 36
integer getId()

The primary key of this ACE

Return Value

integer

in EntryInterface at line line 43
integer getMask()

The permission mask of this ACE

Return Value

integer

in EntryInterface at line line 50
SecurityIdentityInterface getSecurityIdentity()

The security identity associated with this ACE

in EntryInterface at line line 57
string getStrategy()

The strategy for comparing masks

Return Value

string

in EntryInterface at line line 64
Boolean isGranting()

Returns whether this ACE is granting, or denying

Return Value

Boolean

at line line 26
string getField()

Returns the field used for this entry.

Return Value

string