NameMapping  Locate

This entry may be used for creating the org.idoox.security.WASPPrincipal(name) object and then adding it to subject principals set.

Actual Kerberos authentication on the accepting side uses this entry. When the accepting side receives the message, it creates the org.idoox.security.WASPPrincipal(name) object with the client name in the TGS.

Note that authentication has already been performed by the Kerberos protocol, so LoginModule does not have to perform this.

Default implementation:

com.idoox.security.jaas.NameLoginModuleNoAuth

Passed callback:

javax.security.auth.callback.NameCallback