jaas
美
英 
- 网络授权服务;分析原子光谱学杂志(Journal of Analytical Atomic Spectrometry);授权和认证服务
例句
Create a JAAS alias that stores the user ID and password used to authenticate the creation of a new connection to the JMS provider.
创建一个JAAS别名,存储用户ID和密码,这些内容用于对创建到JMS提供者的新连接进行验证。
The Subject to be updated is supplied by the JAAS infrastructure when it initializes the login module.
要更新的Subject是由JAAS基础架构在初始化登录模块时提供的。
With a little bit of work, we can extend JAAS to include a generalized class instance-level authorization framework.
只要做一点工作,我们将可以扩展JAAS,使其包含一个通用的、类实例级的授权框架。
In the FTP server security credential page, add your Java Authentication and Authorization Services (JAAS) alias for your FTP server.
在FTPserversecuritycredential页面上,添加您的FTP服务器的Java身份验证和授权服务(JAAS)别名。
If all the validations are passed, a JAAS-based security context is created, including the identity of the user in a JAAS subject.
如果通过了所有的验证过程,那么将创建基于JAAS的安全上下文,包括JAAS主题中用户的标识。
User-centric security for the Java platform was introduced with the debut of the Java Authentication and Authorization Service API (JAAS).
Java平台的以用户为中心的安全措施与Java身份认证与授权服务API(JAAS)是同时推出的。
The PolicyFile class reads the policies from a JAAS-formatted file like the one shown in Listing 3.
PolicyFile类从JAAS格式的文件(象清单3中显示的那个一样)中读取策略。
JAAS authorization policies are configured in a plain text file, which makes them a little cumbersome to manage.
JAAS授权策略在纯文本文件中配置,这就使其管理起来有些麻烦。
You will see that it utilizes the JAAS authentication service to login to Access Manager using the configured login name.
您将会看到,其中利用了JAAS身份验证服务来使用登录名登录到AccessManager。
Describes conversion issues relating to Java Authentication and Authorization Service (JAAS) applications.
说明与Java身份验证和授权服务(JAAS)应用程序相关的转换问题。
Because JAAS is an API, various service providers are free to implement that API with whatever technologies are available.
由于JAAS是一个API,各种服务供应商能自由地使用任何可用技术来执行那个API。
It is quite common for errors to be reported because JAAS alias data was mis-typed earlier.
由于先前错误键入了JAAS别名数据而报告错误这种情况相当常见。
The Principal implementation class along with its name is specified in the JAAS policy file.
Principal实现类及其名称都是在JAAS策略文件中指定的。
JAAS provides a flexible, declarative mechanism for authenticating users and verifying their ability to access secure resources.
JAAS提供了一种灵活的、说明性的机制,用于对用户进行认证并验证他们访问安全资源的能力。
JAAS is a set of APIs that enable services to authenticate and enforce access controls upon users.
JAAS是允许服务对用户进行身份验证、并强制实施访问控制的一组API。
For the container-managed authentication alias, choose the JAAS authentication entry we created earlier.
对于容器管理的身份验证别名,选择我们先前创建的JAAS身份验证条目。
Inside Geronimo, Tomcat can take advantage of Geronimo's container-based JAAS support to implement a security realm.
在Geronimo内部,Tomcat可以利用Geronimo的基于容器的JAAS支持来实现安全领域。
During the design and implement, security characteristic and technology advantage of JCA, JCE, JAAS and JSSE stacked out a mile.
在设计和实现过程中,JCA、JCE、JAAS和JSSE的安全特性和技术优势得到了充分体现。
For simplicity, the JAAS alias created in the previous bullet is used to authorize communication between messaging engines of the bus.
为了保持简单,在上一步中创建的JAAS别名用于对总线的消息传递引擎之间的通信进行授权。
Theoretically, a JAAS LoginModule could even be built to interface with a fingerprint reader or retina scanner.
理论上,甚至可以将一个JAASLoginModule构建成与指纹识别器或者虹膜扫描仪交互。
Configure the Login Module for your application class in your JAAS configuration file.
在JAAS配置文件中为应用程序类配置LoginModule。
We have also implemented support for JAAS based authentication for implementations using Java containers.
我们还提供了对使用Java容器实现的基于JAAS认证的支持。
While JAAS is a solid first step toward a secure Web application, application security isn't complete without secure transport.
虽然JAAS是迈向安全Web应用程序坚实的第一步,但是如果没有安全传输,那么应用程序安全性仍然是不完整的。
The engine reference to the JAAS realm is shown in bold.
JAAS领域的引擎引用显示为粗体。
First, define a JAAS identity capable of logging into your database.
首先,定义一个JAAS标识用于登录到您的数据库。
Your application uses the JAAS alias when running to retrieve the credentials stored on the WebSphere Process Server.
您的应用程序将在运行以检索WebSphereProcessServer上存储的凭据时使用JAAS别名。
JAAS provides a modular mechanism for authenticating users and controlling access to resources.
JAAS提供了对用户进行认证和控制访问资源的模块化机制。
Under JAAS, the pertinent question now is "What access rights does the authenticated user running this code have? "
在JAAS中,相关问题变成了“运行这段代码的认证用户的访问权限是什么?”
It represents the originator of access to resources and forms the basis for access control decisions in the JAAS framework.
它代表了访问资源的发起者,并为JAAS框架中的访问控制决策建立了基础。
Class in JAAS, with an in-depth discussion of subject-based access control.
类的作用,并深入讨论基于subject的访问控制。
Listing 4 shows the results of an authorization request using the JAAS policy file shown in Listing 3.
清单4显示一个授权请求的结果,该请求使用清单3中显示的JAAS策略文件。
I'll describe all of this in greater detail when I begin discussing the JAAS authorization architecture.
我将在讨论JAAS授权体系结构时,对所有这些内容给予更详细的描述。
JAAS's authentication mechanism is built on a set of pluggable login modules.
JAAS的认证机制建立在一组可插登录模块的基础上。
In contrast, the user-centric authorization model of JAAS was developed with the idea of protecting the world from the user.
相反,JAAS的以用户为中心的认证模型是以保护世界不受用户影响的思路开发的。
JAAS Subject holds principals and their credentials as collections of type java. util. Set.
JAASSubject持有作为java.util.Set类型集合的主体和主体凭证。
This part of the login process does not use the JAAS API.
登录过程中的这个部分不使用JAASAPI。
The resourceSecurity. jar file contains the JAAS extension framework that allows instance-level access control.
jar文件包含允许实例级访问控制的JAAS扩展框架。
JAAS was first introduced as an extension to the JDK and became part of the core JDK with version 1. 4.
JAAS最初是作为JDK的一个扩展引入的,在版本1.4时成为了核心JDK的一部分。
You need to specify JAAS authentication when configuring your WebSphere Application Server.
在配置您的WebSphere应用程序服务器时,您需要指定JAAS验证。
Create JAAS authorization alias for database authentication at run time.
为运行时的数据库身份验证创建JAAS身份验证别名。