@Retention(value=RUNTIME) @Target(value={PACKAGE,TYPE}) @Documented @Inherited public @interface AuthorizeInstantiation
// only users with role ADMIN are allowed to create instances of this page, whether it is
// either bookmarkable or not
@AuthorizeInstantiation("ADMIN")
public class AdminAnnotationsBookmarkablePage extends WebPage
IAuthorizationStrategy,
AnnotationsRoleAuthorizationStrategy,
AuthorizeActions,
AuthorizeActionpublic abstract String[] value
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.