Uses of Interface
org.jenkinsci.remoting.RoleSensitive
Packages that use RoleSensitive
-
Uses of RoleSensitive in hudson.remoting
Subinterfaces of RoleSensitive in hudson.remotingModifier and TypeInterfaceDescriptioninterfaceRepresents computation to be done on a remote system.interfaceDelegatingCallable<V,T extends Throwable> Callablethat nominates another classloader for serialization. -
Uses of RoleSensitive in org.jenkinsci.remoting
Methods in org.jenkinsci.remoting with parameters of type RoleSensitiveModifier and TypeMethodDescriptionabstract voidRoleChecker.check(RoleSensitive subject, Collection<Role> expected) Called fromcheckRoles(RoleChecker)to ensure that this side of the channel is willing to executeCallables that expects one of the given roles on their intended recipients.voidRoleChecker.check(RoleSensitive subject, Role expected) voidRoleChecker.check(RoleSensitive subject, Role... expected)