Package com.atlassian.bamboo.rest.model
Annotation Type AccessDependsOnSecuritySettings
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface AccessDependsOnSecuritySettings
An annotation to tell that resources accessibility is handled by AdministrationConfiguration security settings, so might be accessible by anonymous users (i.e. not authenticated user) if their access is disabled at Administration > Global permissions. Should be used withAnonymousSiteAccess
. Works only for REST resources atcom.atlassian.bamboo.plugins.rest.filters.BambooRestAnonymousAllowedFilterFactory#PLUGINS_REST_PACKAGE
packages.