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.
私は自分のアプリケーションの sso pupose の jasig CAS です。cas 監査ログの概念を使用して、サーバーの IP を監査し、さまざまなユーザーのログイン時間を監査できます。これらに加えて、ユーザーのログアウト時間を維持したいのですが、可能ですか? 何か解決策があれば..plsは私を助けて..そしてもし何かリンクがあれば教えてください...
前もって感謝します..
CAS監査の詳細を取得できない、または満足できない場合は、CASのソースコードを調べてください。
クラスLogoutControllerではあなたは自分のことをすることができます。
LogoutController
以下はその方法です。
public LogoutController() { setCacheSeconds(0); //TO DO //here do your stuff }
Note:変更後は、クラスファイルを作成して戦争で置き換えることを忘れないでください。
Note: