JAAS

  • 网络授权服务;分析原子光谱学杂志(Journal of Analytical Atomic Spectrometry);授权和认证服务

JAASJAAS

JAAS

授权服务

使用Java 验证和授权服务JAAS)可以很好地解决上面的问题,你可以用它来管理应用程序的安全性。JAAS具有两个特性: …

分析原子光谱学杂志(Journal of Analytical Atomic Spectrometry)

Journal of Analytical Atomic Spectrometry (JAAS) is an essential publication for those working in the field of analytical a...

授权和认证服务

在了解了以代码为中心的授权模型是如何工作的后,我将转向 Java 授权和认证服务JAAS)的以用户为中心的授权模型。在 …

授权规范

2.2.3 Java 身份验证和授权规范(JAAS)11 2.3 小结11-12 第三章 面向Web 应用的安全问题的研究12-23 3.1 安全风险和需求分 …

1
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提供者的新连接进行验证。
2
The Subject to be updated is supplied by the JAAS infrastructure when it initializes the login module. 要更新的Subject是由JAAS基础架构在初始化登录模块时提供的。
3
With a little bit of work, we can extend JAAS to include a generalized class instance-level authorization framework. 只要做一点工作,我们将可以扩展JAAS,使其包含一个通用的、类实例级的授权框架。
4
In the FTP server security credential page, add your Java Authentication and Authorization Services (JAAS) alias for your FTP server. 在FTPserversecuritycredential页面上,添加您的FTP服务器的Java身份验证和授权服务(JAAS)别名。
5
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主题中用户的标识。
6
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)是同时推出的。
7
The PolicyFile class reads the policies from a JAAS-formatted file like the one shown in Listing 3. PolicyFile类从JAAS格式的文件(象清单3中显示的那个一样)中读取策略。
8
JAAS authorization policies are configured in a plain text file, which makes them a little cumbersome to manage. JAAS授权策略在纯文本文件中配置,这就使其管理起来有些麻烦。
9
You will see that it utilizes the JAAS authentication service to login to Access Manager using the configured login name. 您将会看到,其中利用了JAAS身份验证服务来使用登录名登录到AccessManager。
10
Describes conversion issues relating to Java Authentication and Authorization Service (JAAS) applications. 说明与Java身份验证和授权服务(JAAS)应用程序相关的转换问题。
11
Because JAAS is an API, various service providers are free to implement that API with whatever technologies are available. 由于JAAS是一个API,各种服务供应商能自由地使用任何可用技术来执行那个API。
12
It is quite common for errors to be reported because JAAS alias data was mis-typed earlier. 由于先前错误键入了JAAS别名数据而报告错误这种情况相当常见。
13
The Principal implementation class along with its name is specified in the JAAS policy file. Principal实现类及其名称都是在JAAS策略文件中指定的。
14
JAAS provides a flexible, declarative mechanism for authenticating users and verifying their ability to access secure resources. JAAS提供了一种灵活的、说明性的机制,用于对用户进行认证并验证他们访问安全资源的能力。
15
JAAS is a set of APIs that enable services to authenticate and enforce access controls upon users. JAAS是允许服务对用户进行身份验证、并强制实施访问控制的一组API。
16
For the container-managed authentication alias, choose the JAAS authentication entry we created earlier. 对于容器管理的身份验证别名,选择我们先前创建的JAAS身份验证条目。
17
Inside Geronimo, Tomcat can take advantage of Geronimo's container-based JAAS support to implement a security realm. 在Geronimo内部,Tomcat可以利用Geronimo的基于容器的JAAS支持来实现安全领域。
18
During the design and implement, security characteristic and technology advantage of JCA, JCE, JAAS and JSSE stacked out a mile. 在设计和实现过程中,JCA、JCE、JAAS和JSSE的安全特性和技术优势得到了充分体现。
19
For simplicity, the JAAS alias created in the previous bullet is used to authorize communication between messaging engines of the bus. 为了保持简单,在上一步中创建的JAAS别名用于对总线的消息传递引擎之间的通信进行授权。
20
Theoretically, a JAAS LoginModule could even be built to interface with a fingerprint reader or retina scanner. 理论上,甚至可以将一个JAASLoginModule构建成与指纹识别器或者虹膜扫描仪交互。
21
Configure the Login Module for your application class in your JAAS configuration file. 在JAAS配置文件中为应用程序类配置LoginModule。
22
We have also implemented support for JAAS based authentication for implementations using Java containers. 我们还提供了对使用Java容器实现的基于JAAS认证的支持。
23
While JAAS is a solid first step toward a secure Web application, application security isn't complete without secure transport. 虽然JAAS是迈向安全Web应用程序坚实的第一步,但是如果没有安全传输,那么应用程序安全性仍然是不完整的。
24
The engine reference to the JAAS realm is shown in bold. JAAS领域的引擎引用显示为粗体。
25
First, define a JAAS identity capable of logging into your database. 首先,定义一个JAAS标识用于登录到您的数据库。
26
Your application uses the JAAS alias when running to retrieve the credentials stored on the WebSphere Process Server. 您的应用程序将在运行以检索WebSphereProcessServer上存储的凭据时使用JAAS别名。
27
JAAS provides a modular mechanism for authenticating users and controlling access to resources. JAAS提供了对用户进行认证和控制访问资源的模块化机制。
28
Under JAAS, the pertinent question now is "What access rights does the authenticated user running this code have? " 在JAAS中,相关问题变成了“运行这段代码的认证用户的访问权限是什么?”
29
It represents the originator of access to resources and forms the basis for access control decisions in the JAAS framework. 它代表了访问资源的发起者,并为JAAS框架中的访问控制决策建立了基础。
30
Class in JAAS, with an in-depth discussion of subject-based access control. 类的作用,并深入讨论基于subject的访问控制。