Uses of Class
org.jenkinsci.plugins.matrixauth.inheritance.InheritanceStrategy
Package
Description
-
Uses of InheritanceStrategy in com.cloudbees.hudson.plugins.folder.properties
Modifier and TypeMethodDescriptionvoid
AuthorizationMatrixProperty.setInheritanceStrategy
(InheritanceStrategy inheritanceStrategy) -
Uses of InheritanceStrategy in hudson.security
Modifier and TypeMethodDescriptionvoid
AuthorizationMatrixProperty.setInheritanceStrategy
(InheritanceStrategy inheritanceStrategy) ModifierConstructorDescriptionAuthorizationMatrixProperty
(Map<Permission, Set<PermissionEntry>> grantedPermissions, InheritanceStrategy inheritanceStrategy) -
Uses of InheritanceStrategy in org.jenkinsci.plugins.matrixauth
Modifier and TypeMethodDescriptionAuthorizationMatrixNodeProperty.getInheritanceStrategy()
AuthorizationProperty.getInheritanceStrategy()
Modifier and TypeMethodDescriptionvoid
AuthorizationMatrixNodeProperty.setInheritanceStrategy
(InheritanceStrategy inheritanceStrategy) void
AuthorizationProperty.setInheritanceStrategy
(InheritanceStrategy inheritanceStrategy) -
Uses of InheritanceStrategy in org.jenkinsci.plugins.matrixauth.inheritance
Modifier and TypeClassDescriptionclass
Strategy that inherits only the global ACL -- parent, grandparent, etc.class
Strategy that inherits the ACL from the parent.class
Strategy that disables inheritance except for the globally defined Administer permission.