Package org.eclipse.jetty.server
Interface UserIdentity.Scope
- 
- All Known Implementing Classes:
 ServletHolder
- Enclosing interface:
 - UserIdentity
 
@Deprecated(since="2021-05-27") public static interface UserIdentity.ScopeDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.A UserIdentity Scope. A scope is the environment in which a User Identity is to be interpreted. Typically it is set by the target servlet of a request. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ContextHandlergetContextHandler()Deprecated.java.lang.StringgetContextPath()Deprecated.java.lang.StringgetName()Deprecated.java.util.Map<java.lang.String,java.lang.String>getRoleRefMap()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getContextHandler
ContextHandler getContextHandler()
Deprecated.- Returns:
 - The context handler that the identity is being considered within
 
 
- 
getContextPath
java.lang.String getContextPath()
Deprecated.- Returns:
 - The context path that the identity is being considered within
 
 
- 
getName
java.lang.String getName()
Deprecated.- Returns:
 - The name of the identity context. Typically this is the servlet name.
 
 
- 
getRoleRefMap
java.util.Map<java.lang.String,java.lang.String> getRoleRefMap()
Deprecated.- Returns:
 - A map of role reference names that converts from names used by application code to names used by the context deployment.
 
 
 - 
 
 -