ZMSacsHandler
public interface ZMSacsHandler
| Method Summary | |
|---|---|
| mixed | evaluate(ZMRequest request, mixed credentials, ZMSacsManager manager) Evaluate the given credentials in the context of the request. |
| string | getName() Get the unique handler name. |
public mixed evaluate(ZMRequest request, mixed credentials, ZMSacsManager manager)
Evaluate the given credentials in the context of the request.
null to indicate that the given request is not configured for this handler, or either true for valid credentials or false for invalid credentials.public string getName()
Get the unique handler name.
Interface for Sacs handler.
If a handler is indifferent to a given request, the convention is to return
nullin order to allow the next configured handler to evaluate the request.The result of the first handler to return either
trueorfalsewill be taken as the final result by theZMSacsManager.