网站首页  词典首页

请输入您要查询的英文单词:

 

单词 protected resource
释义

protected resource

  • 网络受保护资源;受保护的资源;受限资源
1.
受保护资源
OAuth详细说明文档 -... ... (3)应用开发者【 Consumer】 (4)受保护资源Protected Resource】 (5)应用开发者键值 …
developers.blog.51cto.com
2.
受保护的资源
php - 西花厅 - 博客大巴 ... oauth_nonce 单次值. protected resource 受保护的资源, 在获得了 ...
lds2008.blogbus.com
3.
受限资源
1) 访问受限资源(protected resource)的流程 1.1) Web应用的验证授权(Authorization Code) 基本流程 1. 引导需要授权的用户重 …
open.189.cn
4.
门号
...)去中华电信(Resource Server)转移门号(Protected Resource),你会拿著她的双证件(Authorization Grant)去中华电信办理。
tonylin.idv.tw
5.
资料
拿到处理用户数据的许可证后,应用就可以获取或修改用户的资料Protected Resource)了。E步骤是每一次处理用户数据, …
chenhong.org

例句

释义:
1.
In effect in the system to confirm whether it is okay to continue with the requested access to the specified "protected" resource.
以确认是否可以继续请求的对特定“受保护的”资源的访问。
www-128.ibm.com
2.
True, the current permission object represents no more access to the protected resource than does the specified permission object.
则当前的权限对象所表示的对受保护资源的访问不会超过指定的权限对象。
msdn2.microsoft.com
3.
With OAuth, a resource owner can authorize third party application access to the protected resource without compromising user credentials.
有了OAuth,一个资源所有者可以授权第三方应用程序访问受保护的资源,而不损害用户证书。
www.ibm.com
4.
Permissions are simply objects that represent the right to access a protected resource.
权限就是表示访问受保护资源的权利的对象。
msdn2.microsoft.com
5.
True, the current permission represents no more access to the protected resource than does the specified permission.
则当前权限表示对受保护资源的访问权限不超过指定的权限。
msdn2.microsoft.com
6.
If the user's credentials are valid (authenticate successfully), the originally requested protected resource is then accessed.
如果用户的身份是有效的(通过验证),就可以访问原先请求的受保护资源。
www.ibm.com
7.
Authenticated and authorized users can then access a protected resource without performing the login procedure repeatedly.
然后,经过身份验证和授权的用户可以访问一个受保护资源,无需重复执行登录过程。
www.ibm.com
8.
For a complete list of all of the get and set methods for each protected resource, see Technology Summary for ACLs.
有关每个受保护资源的所有get和set方法的完整列表,请参见ACL技术摘要。
msdn2.microsoft.com
9.
Code access permissions, which represent access to a protected resource or the ability to perform a protected operation.
代码访问权限,此权限表示对受保护资源的访问权或执行受保护操作的能力。
msdn2.microsoft.com
10.
The RP determines whether the logged-in user has authorization to access the protected resource.
RP判断登录的用户是否有权访问受保护的资源。
www.ibm.com
1.
Present an access-denied page if the user is not authorized to access the protected resource.
如果用户未被授权访问受保护资源,提供一个访问拒绝页面。
www.ibm.com
2.
A permission represents the ability to access a protected resource or perform a protected operation.
权限表示访问受保护资源或执行受保护操作的能力。
msdn2.microsoft.com
3.
Redirect an authorized user directly to the required protected resource.
将授权用户直接重定向到所需的受保护资源。
www.ibm.com
4.
Request to access a protected resource: The user attempts to access a protected resource on the RP's Web site.
请求访问受保护资源:用户试图访问RP网站上的受保护资源。
www.ibm.com
5.
A user generates a request for a protected resource.
用户生成对受保护资源的请求。
msdn2.microsoft.com
6.
The accessDenied. jsp page is presented only if Acegi finds that the user is not authorized to access a protected resource.
只有在Acegi发现用户没有被授权访问受保护的资源时,才会显示accessDenied.jsp页面。
www.ibm.com
7.
When the user signs in using the login page, the application automatically redirects to the requested protected resource.
当用户使用登录页面进入后,应用程序将自动重定向到被请求的受保护资源。
www.ibm.com
8.
Start your WTE server and then try to access a protected resource in your Web application.
启动WTE服务器然后尝试访问Web应用程序中被保护的资源。
www.ibm.com
9.
The stack walk requires that all code in the call stack has permission to access a protected resource.
堆栈遍历要求调用堆栈中的所有代码都具有访问受保护资源的权限。
msdn2.microsoft.com
10.
Let's assume the end user is not yet authenticated and makes a request for a protected resource, say foo. gif.
假设最终用户还没有经过身份验证,但是他请求一个受保护的资源,比如foo.gif。
www.ibm.com
1.
Access the protected resource from another machine.
从另外一台机器访问受保护的资源。
www.ibm.com
2.
RP grants access: The user is granted access to the protected resource.
RP授予访问权:授予用户对受保护资源的访问权。
www.ibm.com
3.
Present a login page whenever an unauthenticated user tries to access a protected resource.
当一个未经验证的用户试图访问受保护的资源时,提供一个登录页面。
www.ibm.com
4.
Requests a protected resource from a server.
从服务器请求受保护的资源。
msdn2.microsoft.com
5.
The right to access a protected resource, such as files or environment variables.
访问受保护资源(如文件或环境变量)的权限。
technet.microsoft.com
6.
Sometimes your application requires user-supplied credentials to access a protected resource, such as a database or a FTP site.
有时,应用程序要求有用户提供的凭据以便访问受保护的资源,如数据库或FTP网站。
msdn2.microsoft.com
7.
Absolutely must get access to the protected resource in order to work?
一定要访问受保护的资源才能工作怎么办?
www-128.ibm.com
8.
If you design a class library and a class accesses a protected resource, you should, in most cases, make a
如果设计类库,且有一个类访问受保护的资源,则在多数情况下应该
msdn2.microsoft.com
9.
includes a complete discussion of the internal topology of the protected resource hierarchy
全面讨论了受保护资源层次结构的内部拓扑。
www.ichacha.net
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/3/9 21:39:22