Uses of Interface
org.eclipse.jetty.security.IdentityService.RunAsToken
Package
Description
Jetty Security : Modular Support for Security in Jetty
-
Uses of IdentityService.RunAsToken in org.eclipse.jetty.security
Modifier and TypeMethodDescriptionDefaultIdentityService.newRunAsToken
(String roleName) IdentityService.newRunAsToken
(String roleName) Create a new RunAsToken from a runAsName (normally a role).Modifier 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. -
Uses of IdentityService.RunAsToken in org.eclipse.jetty.security.internal