Uses of Interface
org.eclipse.jetty.security.IdentityService.RunAsToken
Packages that use IdentityService.RunAsToken
Package
Description
Jetty Security : Modular Support for Security in Jetty
-
Uses of IdentityService.RunAsToken in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security that return IdentityService.RunAsTokenModifier and TypeMethodDescriptionDefaultIdentityService.newRunAsToken
(String roleName) IdentityService.newRunAsToken
(String roleName) Create a new RunAsToken from a runAsName (normally a role).Methods in org.eclipse.jetty.security with parameters of type IdentityService.RunAsTokenModifier and TypeMethodDescriptionDefaultIdentityService.associate
(UserIdentity user, IdentityService.RunAsToken runAsToken) IdentityService.associate
(UserIdentity user, IdentityService.RunAsToken runAsToken) Associate a runas Token with the current user and thread.