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