Change AbstractAdaptor's Authz to DENY

Previously, we defaulted to PERMIT, which was nice for debugging and
initial introduction to the Adaptor library, but is dangerous
security-wise. To prevent accidentally forgetting to override
isUserAuthorized, we are changing the default to DENY.
4 files changed