PHP 클래스 LdapTools\Security\Ace\AceFlags

저자: Chad Sikorra ([email protected])
상속: extends LdapTools\Security\Flags, use trait LdapTools\Security\FlagsSddlTrait
파일 보기 프로젝트 열기: ldaptools/ldaptools 1 사용 예제들

공개 메소드들

메소드 설명
auditFailedAccess ( null | boolean $action = null ) Whether or not the ACE should generate audit messages for failed access attempts (only valid in the SACL).
auditSuccessfulAccess ( null | boolean $action = null ) Whether or not the ACE should generate audit messages for successful access attempts (only valid in the SACL).
containerInherit ( null | boolean $action = null ) Check or set whether containers should inherit this ACE.
inheritOnly ( null $action = null ) Check or set whether the ACE does not control access to the object to which it is attached. When this is true, the ACE only controls access on those objects which inherit it.
isInherited ( ) : boolean Check whether or not the ACE is inherited.
objectInherit ( null | boolean $action = null ) Check or set whether objects should inherit this ACE.
propagateInheritance ( null | boolean $action = null ) Check or set whether inheritance of this ACE should be propagated.

메소드 상세

auditFailedAccess() 공개 메소드

Whether or not the ACE should generate audit messages for failed access attempts (only valid in the SACL).
public auditFailedAccess ( null | boolean $action = null )
$action null | boolean

auditSuccessfulAccess() 공개 메소드

Whether or not the ACE should generate audit messages for successful access attempts (only valid in the SACL).
public auditSuccessfulAccess ( null | boolean $action = null )
$action null | boolean

containerInherit() 공개 메소드

Check or set whether containers should inherit this ACE.
public containerInherit ( null | boolean $action = null )
$action null | boolean

inheritOnly() 공개 메소드

Check or set whether the ACE does not control access to the object to which it is attached. When this is true, the ACE only controls access on those objects which inherit it.
public inheritOnly ( null $action = null )
$action null

isInherited() 공개 메소드

Check whether or not the ACE is inherited.
public isInherited ( ) : boolean
리턴 boolean

objectInherit() 공개 메소드

Check or set whether objects should inherit this ACE.
public objectInherit ( null | boolean $action = null )
$action null | boolean

propagateInheritance() 공개 메소드

Check or set whether inheritance of this ACE should be propagated.
public propagateInheritance ( null | boolean $action = null )
$action null | boolean