Package com.microsoft.jenkins.azuread
Class AzureAdMatrixAuthorizationStrategy.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<AuthorizationStrategy>
com.microsoft.jenkins.azuread.GlobalMatrixAuthorizationStrategy.DescriptorImpl
com.microsoft.jenkins.azuread.AzureAdMatrixAuthorizationStrategy.DescriptorImpl
- All Implemented Interfaces:
AuthorizationContainerDescriptor
,Saveable
,Loadable
,OnMaster
- Enclosing class:
- AzureAdMatrixAuthorizationStrategy
@Extension
public static class AzureAdMatrixAuthorizationStrategy.DescriptorImpl
extends GlobalMatrixAuthorizationStrategy.DescriptorImpl
-
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected GlobalMatrixAuthorizationStrategy
create()
doCheckName
(String value) boolean
Methods inherited from class com.microsoft.jenkins.azuread.GlobalMatrixAuthorizationStrategy.DescriptorImpl
getPermissionScope, newInstance
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
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
create
- Overrides:
create
in classGlobalMatrixAuthorizationStrategy.DescriptorImpl
-
getDisplayName
- Overrides:
getDisplayName
in classGlobalMatrixAuthorizationStrategy.DescriptorImpl
-
isDisableGraphIntegration
public boolean isDisableGraphIntegration() -
doCheckName
- Overrides:
doCheckName
in classGlobalMatrixAuthorizationStrategy.DescriptorImpl
-