Package com.microsoft.jenkins.azuread
Class AzureAdAuthorizationMatrixFolderProperty.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?>>
com.cloudbees.hudson.plugins.folder.AbstractFolderPropertyDescriptor
com.microsoft.jenkins.azuread.AzureAdAuthorizationMatrixFolderProperty.DescriptorImpl
- All Implemented Interfaces:
AuthorizationContainerDescriptor
,AuthorizationPropertyDescriptor<AzureAdAuthorizationMatrixFolderProperty>
,Saveable
,Loadable
,OnMaster
- Enclosing class:
- AzureAdAuthorizationMatrixFolderProperty
@Extension(optional=true)
@Symbol("azureAdAuthorizationMatrix")
public static class AzureAdAuthorizationMatrixFolderProperty.DescriptorImpl
extends com.cloudbees.hudson.plugins.folder.AbstractFolderPropertyDescriptor
implements AuthorizationPropertyDescriptor<AzureAdAuthorizationMatrixFolderProperty>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
Fields inherited from interface com.microsoft.jenkins.azuread.AuthorizationPropertyDescriptor
LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
doAutoCompleteUserOrGroup
(String value) doCheckName
(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder, String value) boolean
boolean
newInstance
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) Methods inherited from class com.cloudbees.hudson.plugins.folder.AbstractFolderPropertyDescriptor
getApplicableDescriptors, isApplicable
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.jenkins.azuread.AuthorizationContainerDescriptor
doCheckName_, entryFor, getAllGroups, getDescription, getTypeLabel, hasAmbiguousEntries, impliedByList, showPermission
Methods inherited from interface com.microsoft.jenkins.azuread.AuthorizationPropertyDescriptor
createNewInstance
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
create
- Specified by:
create
in interfaceAuthorizationPropertyDescriptor<AzureAdAuthorizationMatrixFolderProperty>
-
getPermissionScope
- Specified by:
getPermissionScope
in interfaceAuthorizationContainerDescriptor
-
newInstance
public AuthorizationMatrixProperty newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
newInstance
in classcom.cloudbees.hudson.plugins.folder.AbstractFolderPropertyDescriptor
- Throws:
Descriptor.FormException
-
isApplicable
public boolean isApplicable()- Specified by:
isApplicable
in interfaceAuthorizationPropertyDescriptor<AzureAdAuthorizationMatrixFolderProperty>
-
doCheckName
@GET public FormValidation doCheckName(@AncestorInPath com.cloudbees.hudson.plugins.folder.AbstractFolder<?> folder, @QueryParameter String value) -
isDisableGraphIntegration
public boolean isDisableGraphIntegration() -
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<?>>
-
doAutoCompleteUserOrGroup
-