| java.lang.Object org.drools.repository.MyAccessManager
MyAccessManager | public class MyAccessManager implements AccessManager(Code) | | This is just an experimental access manager for proof of concept. Don't
actually use it or you are insane !
|
canAccess | public boolean canAccess(String arg0) throws NoSuchWorkspaceException, RepositoryException(Code) | | |
checkPermission | public void checkPermission(ItemId arg0, int arg1) throws AccessDeniedException, ItemNotFoundException, RepositoryException(Code) | | |
init | public void init(AMContext arg0) throws AccessDeniedException, Exception(Code) | | |
isGranted | public boolean isGranted(ItemId arg0, int arg1) throws ItemNotFoundException, RepositoryException(Code) | | |
|
|