Class LaravelUi5\OData\Service\AllowAllReadAuthorizer

final
implements ReadAuthorizerInterface

The default read authorizer: records no verdict, so every read proceeds.

Keeps unconfigured OData security-agnostic and backward-compatible — an actor who reaches a URL still gets the rows, exactly as before. A host that wants read gating binds its own {@see ReadAuthorizerInterface} (see the odata.read_authorizer config key).

Methods