Examples of DownloadScopeHelper


Examples of com.atlassian.plugin.remotable.spi.permission.scope.DownloadScopeHelper

        this(key, Collections.<RestApiScopeHelper.RestScope>emptyList());
    }

    protected ConfluenceScope(String key, Collection<RestApiScopeHelper.RestScope> resources)
    {
        this(key, resources, new DownloadScopeHelper());
    }
View Full Code Here

Examples of com.atlassian.plugin.remotable.spi.permission.scope.DownloadScopeHelper

                        new RestApiScopeHelper.RestScope("prototype", asList("1", "latest"), "/content", asList("get")),
                        new RestApiScopeHelper.RestScope("prototype", asList("1", "latest"), "/attachment", asList("get")),
                        new RestApiScopeHelper.RestScope("prototype", asList("1", "latest"), "/breadcrumb", asList("get")),
                        new RestApiScopeHelper.RestScope("prototype", asList("1", "latest"), "/space", asList("get"))
                ),
                new DownloadScopeHelper("/download/temp/")
        );
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.