Details
Description
Currently if we use UsernameToken with JAASLoginInterceptor and wire into underlying container JAAS service we can only use PlainText password, we need a new NameDigestPasswordCallbackHandler in CXF which can store the nonce, createdTime from UsernameToken if use DigestPassword, so that later on in container JAAS we can create digest password from the stored one with nonce and createdTime passed in by NameDigestPasswordCallbackHandler.