Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
hudson.security |
Security-related code.
|
Modifier and Type | Class and Description |
---|---|
static class |
AllView.DescriptorImpl |
static class |
ListView.DescriptorImpl |
static class |
MyView.DescriptorImpl |
static class |
ProxyView.DescriptorImpl |
static class |
TreeView.DescriptorImpl |
Modifier and Type | Method and Description |
---|---|
ViewDescriptor |
View.getDescriptor() |
static ViewDescriptor |
TreeView.register() |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<View,ViewDescriptor> |
View.all()
Returns all the registered
ViewDescriptor s. |
static List<ViewDescriptor> |
View.allInstantiable()
Returns the
ViewDescriptor instances that can be instantiated for the ViewGroup in the current
StaplerRequest . |
Modifier and Type | Method and Description |
---|---|
void |
ACL.checkCreatePermission(ViewGroup c,
ViewDescriptor d)
Checks if the current security principal has the permission to create views within the specified view group.
|
boolean |
ACL.hasCreatePermission(Authentication a,
ViewGroup c,
ViewDescriptor d)
|
boolean |
ACL.hasCreatePermission2(org.springframework.security.core.Authentication a,
ViewGroup c,
ViewDescriptor d)
Checks if the given principal has the permission to create views within the specified view group.
|
Copyright © 2004–2021. All rights reserved.