Package com.atlassian.bamboo.ww2.aware
Annotation Type ConditionallyAccessible
-
@Retention(RUNTIME) @Target(TYPE) public @interface ConditionallyAccessible
Annotation to mark actions which should be conditionally accessible. Actions annotated with this annotation will only be displayed if all conditions apply. Otherwise result would be 'access denied'. Users not logged in will be first redirected to log in page. To hide a page instead of denying access to it, useConditionallyAvailable
. Current limitation is thatCondition
class needs to be available forHostContainer
to create.
-
-
Element Detail
-
condition
Class<? extends com.atlassian.plugin.web.Condition>[] condition
-
-