This entry is used for Siteminder authentication. When the accepting side receives a message, it authenticates the requester by invoking LoginModule. LoginModule creates the objects:
org.idoox.security.WASPPrincipal(name)
org.idoox.security.jaas.SmLoginParamsCredential(params)
and adds them to the subject principals and public credentials set.
Default implementation: com.idoox.security.jaas.SmLoginModule