EntryInterface

EntryInterface

interface EntryInterface implements Serializable

This class represents an individual entry in the ACL list.

Instances MUST be immutable, as they are returned by the ACL and should not allow client modification.

Methods

AclInterface getAcl()

The ACL this ACE is associated with.

int getId()

The primary key of this ACE

int getMask()

The permission mask of this ACE

SecurityIdentityInterface getSecurityIdentity()

The security identity associated with this ACE

string getStrategy()

The strategy for comparing masks

bool isGranting()

Returns whether this ACE is granting, or denying

Details

AclInterface getAcl()

The ACL this ACE is associated with.

Return Value

AclInterface

int getId()

The primary key of this ACE

Return Value

int

int getMask()

The permission mask of this ACE

Return Value

int

SecurityIdentityInterface getSecurityIdentity()

The security identity associated with this ACE

Return Value

SecurityIdentityInterface

string getStrategy()

The strategy for comparing masks

Return Value

string

bool isGranting()

Returns whether this ACE is granting, or denying

Return Value

bool

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.3/Symfony/Component/Security/Acl/Model/EntryInterface.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部