org.eclipse.jetty.server
接口 UserIdentity.Scope

所有已知实现类:
ServletHolder
正在封闭接口:
UserIdentity

public static interface UserIdentity.Scope

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.


方法摘要
 String getContextPath()
           
 String getName()
           
 Map<String,String> getRoleRefMap()
           
 

方法详细信息

getContextPath

String getContextPath()
返回:
The context path that the identity is being considered within

getName

String getName()
返回:
The name of the identity context. Typically this is the servlet name.

getRoleRefMap

Map<String,String> getRoleRefMap()
返回:
A map of role reference names that converts from names used by application code to names used by the context deployment.


Copyright © 2013. All Rights Reserved.