接口 org.eclipse.jetty.server.UserIdentity.Scope
的使用

使用 UserIdentity.Scope 的软件包
org.eclipse.jetty.security   
org.eclipse.jetty.security.authentication   
org.eclipse.jetty.server   
org.eclipse.jetty.servlet   
 

org.eclipse.jetty.securityUserIdentity.Scope 的使用
 

参数类型为 UserIdentity.Scopeorg.eclipse.jetty.security 中的方法
 boolean SpnegoUserIdentity.isUserInRole(String role, UserIdentity.Scope scope)
           
 boolean DefaultUserIdentity.isUserInRole(String role, UserIdentity.Scope scope)
           
 boolean UserAuthentication.isUserInRole(UserIdentity.Scope scope, String role)
           
 

org.eclipse.jetty.security.authenticationUserIdentity.Scope 的使用
 

参数类型为 UserIdentity.Scopeorg.eclipse.jetty.security.authentication 中的方法
 boolean SessionAuthentication.isUserInRole(UserIdentity.Scope scope, String role)
           
 

org.eclipse.jetty.serverUserIdentity.Scope 的使用
 

返回 UserIdentity.Scopeorg.eclipse.jetty.server 中的方法
 UserIdentity.Scope Request.getUserIdentityScope()
           
 

参数类型为 UserIdentity.Scopeorg.eclipse.jetty.server 中的方法
 boolean UserIdentity.isUserInRole(String role, UserIdentity.Scope scope)
          Check if the user is in a role.
 boolean Authentication.User.isUserInRole(UserIdentity.Scope scope, String role)
           
 void Request.setUserIdentityScope(UserIdentity.Scope scope)
           
 

org.eclipse.jetty.servletUserIdentity.Scope 的使用
 

实现 UserIdentity.Scopeorg.eclipse.jetty.servlet 中的类
 class ServletHolder
          Servlet Instance and Context Holder.
 



Copyright © 2013. All Rights Reserved.