Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ばかげた質問かもしれませんが、サーバーでは jetty 基本認証を使用しています。次に、アプリケーションで usercredentials を使用します。RAP Web アプリケーションで現在のログイン情報を取得することはできますか?
ありがとう
私はRAPの専門家ではありませんが、これを実行したいようです。
HttpServletRequest request = RWT.getRequest(); Principal user = request.getUserPrincipal();