public static interface SecureTestUtil.AccessTestAction extends PrivilegedExceptionAction<Object>
To indicate an action was allowed, return null or a non empty list of KeyValues.
To indicate the action was not allowed, either throw an AccessDeniedException or return an empty list of KeyValues.
run
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.