Uses of Class
org.jenkinsci.remoting.Role
Packages that use Role
Package
Description
Remoting infrastructure for Hudson.
TCP port forwarding over
hudson.remoting.-
Uses of Role in hudson.remoting
Methods in hudson.remoting with parameters of type RoleModifier and TypeMethodDescriptionConvenience method to installRoleCheckerthat verifies against the fixed set of roles.Method parameters in hudson.remoting with type arguments of type RoleModifier and TypeMethodDescriptionChannelBuilder.withRoles(Collection<? extends Role> actual) Convenience method to installRoleCheckerthat verifies against the fixed set of roles. -
Uses of Role in hudson.remoting.forward
Fields in hudson.remoting.forward declared as RoleModifier and TypeFieldDescriptionstatic final RoleForwarderFactory.ROLEDeprecated.Role that's willing to open a socket to arbitrary node nad forward that to the other side.static final RolePortForwarder.ROLEDeprecated.Role that's willing to listen on a socket and forward that to the other side. -
Uses of Role in org.jenkinsci.remoting
Fields in org.jenkinsci.remoting declared as RoleModifier and TypeFieldDescriptionstatic final RoleRole.UNKNOWNUsed as a place holder whenCallabledidn't declare any role.Fields in org.jenkinsci.remoting with type parameters of type RoleModifier and TypeFieldDescriptionstatic final Collection<Role>Role.UNKNOWN_SETConvenience singleton collection that only includeUNKNOWNMethods in org.jenkinsci.remoting with parameters of type RoleModifier and TypeMethodDescriptionvoidRoleChecker.check(RoleSensitive subject, Role expected) voidRoleChecker.check(RoleSensitive subject, Role... expected) Method parameters in org.jenkinsci.remoting with type arguments of type RoleModifier and TypeMethodDescriptionabstract voidRoleChecker.check(RoleSensitive subject, Collection<Role> expected) Called fromRoleSensitive.checkRoles(RoleChecker)to ensure that this side of the channel is willing to executeCallables that expects one of the given roles on their intended recipients.