class AccessDeny implements InterceptorInterface (View source)

This security interceptor always denys access.

Methods

bool
invoke()

Invokes nothing, always throws an AccessDenied Exception.

Details

bool invoke()

Invokes nothing, always throws an AccessDenied Exception.

Return Value

bool

true if the security checks was passed

Exceptions

AccessDeniedException