添加自定义登录模块。
Use login module proxy: enabled.
使用登录模块代理:enabled。
The Login module returns the subject.
Login模块返回主题。
The login module can enable this, too.
登录模块也可以使其成为可能。
This inbound login module generates the token.
这个入站登录模块将生成令牌。
The custom login module is the first to invoke.
首先调用自定义登录模块。
Why do we only need the inbound custom login module?
为什么我们只需要入站自定义登录模块呢?
Configure the new login module on the target server.
在目标服务器上配置新的登录模块。
You need.jar files for the SQL login module to work.
需要一些. jar文件才能让SQL登录模块工作。
Configure the new login module on the sending server.
在发送服务器上配置新的登录模块。
Adding custom Kerberos login module JAR to the repository.
将自定义kerberos登录模块JAR添加到资源库。
The login module provides a particular part of authentication.
该登录模块提供了特定部分的认证。
Listing 2 shows an example of configuring an SQL login module.
清单2展示了配置SQL登录模块的示例。
Scenario 6: Outbound identity mapping using a custom login module.
场景6:使用自定义登录模块进行出站标识映射。
The first login module is the custom inbound mapping login module.
第一个登录模块是这个自定义的入站映射登录模块。
This scenario requires a new custom login module and configuration.
这个场景需要一个新的自定义登录模块和配置。
The target server picks up the token using an inbound login module.
目标服务器使用入站登录模块获得令牌。
Add the custom login module to the RMI_OUTBOUND login configuration.
将自定义登录模块添加到RMI_OUTBOUND登录配置。
In the first phase of the process, each login module performs a login.
在过程的第一阶段,每个登录模块执行一个登录。
The user identity must be mapped to credentials by the login module.
登录模块必须将用户标识映射为凭据。
Add the custom login module to the RMI_INBOUND system login configuration.
为RMI_INBOUND系统登录配置添加自定义登录模块。
It does not require custom login modules or new login module configurations.
它不需要自定义登录模块或新的登录模块配置。
The first login module, implemented by the developer, picks up the new identity.
第一个登录模块(由开发人员实现)将获得新的标识。
The JAAS configuration file specifies the login module to use for this class.
JAAS配置文件指定这个类使用的登录模块。
The LoginModule attribute reference points to the login module configuration.
LoginModule属性引用指向登录模块配置。
The purpose of the login module is to create, update or alter the current subject.
登录模块的目的是创建、更新或更改当前主题。
The outbound login module creates a new subject that is valid on the target server.
出站登录模块创建一个在目标服务器上有效的新主题。
When should I use a custom login module versus a TAI to assert identity information?
我什么时候应该使用自定义登录模块(而非TAI)来断定身份信息?
The login module determines the identity for the invocation by performing the mapping.
该登录模块可以通过执行映射来确定调用的标识。
The target server might use a specific inbound and an outbound login module to handle tokens.
目标服务器可能使用一个特定的入站和一个出站登录模块来处理令牌。
应用推荐