Uses of Interface
org.eclipse.jetty.security.RunAsToken
Packages that use RunAsToken
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Modular Servlet Integration
-
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. -
Uses of RunAsToken in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as RunAsTokenModifier and TypeFieldDescription(package private) final RunAsToken
ServletHolder.RunAs._runAsToken
Constructors in org.eclipse.jetty.servlet with parameters of type RunAsTokenModifierConstructorDescriptionRunAs
(javax.servlet.Servlet servlet, IdentityService identityService, RunAsToken runAsToken)