This entry is used for HttpDigest authentication. When the accepting side receives the message, it authenticates the requester by invoking LoginModule. LoginModule creates the object:
org.idoox.security.WASPPrincipal(name),
and adds it to the subject principals set.
Default implementation:
com.idoox.security.jaas.NameDigestLoginModule
This default implementation gets the user name and password from WSO2 SOA Enablement Server UserStore and checks whether the responses are identical. If not, javax.security.auth.login.FailedLoginException is thrown.
The custom implementation of LoginModule may use its own mechanism to calculate and check the digest response.
Passed callbacks:
org.idoox.security.jaas.UserStoreCallback
org.idoox.security.jaas.HttpDigestAuthorizationCallback