Uses of Class
io.jenkins.plugins.folderauth.misc.PermissionWrapper
Packages that use PermissionWrapper
Package
Description
This package contains roles used by
FolderBasedAuthorizationStrategy
to allow or deny access to users identified by their Sid
s as
String
s.-
Uses of PermissionWrapper in io.jenkins.plugins.folderauth.misc
Methods in io.jenkins.plugins.folderauth.misc that return types with arguments of type PermissionWrapperModifier and TypeMethodDescriptionstatic Set<PermissionWrapper>
PermissionWrapper.wrapPermissions
(Permission... permissions) Convenience method to wrapPermission
s intoPermissionWrapper
s.static Set<PermissionWrapper>
PermissionWrapper.wrapPermissions
(Collection<Permission> permissions) Convenience method to wrapPermission
s intoPermissionWrapper
s.Methods in io.jenkins.plugins.folderauth.misc with parameters of type PermissionWrapper -
Uses of PermissionWrapper in io.jenkins.plugins.folderauth.roles
Methods in io.jenkins.plugins.folderauth.roles that return types with arguments of type PermissionWrapperModifier and TypeMethodDescriptionAbstractRole.getPermissions()
The permissions assigned to the role.AbstractRole.getPermissionsUnsorted()
The permissions assigned to the role in an unsorted order.Constructor parameters in io.jenkins.plugins.folderauth.roles with type arguments of type PermissionWrapperModifierConstructorDescriptionFolderRole
(String name, Set<PermissionWrapper> permissions, Set<String> folders) FolderRole
(String name, Set<PermissionWrapper> permissions, Set<String> folders, Set<String> sids) GlobalRole
(String name, Set<PermissionWrapper> permissions) GlobalRole
(String name, Set<PermissionWrapper> permissions, Set<String> sids)