Uses of Interface
org.jenkinsci.remoting.RoleSensitive
-
Uses of RoleSensitive in hudson.remoting
Modifier and TypeInterfaceDescriptioninterface
Represents computation to be done on a remote system.interface
DelegatingCallable<V,
T extends Throwable> Callable
that nominates another classloader for serialization. -
Uses of RoleSensitive in org.jenkinsci.remoting
Modifier and TypeMethodDescriptionabstract void
RoleChecker.check
(RoleSensitive subject, Collection<Role> expected) Called fromcheckRoles(RoleChecker)
to ensure that this side of the channel is willing to executeCallable
s that expects one of the given roles on their intended recipients.void
RoleChecker.check
(RoleSensitive subject, Role expected) void
RoleChecker.check
(RoleSensitive subject, Role... expected)