SingleSignOnMBeanpublic interface SingleSignOnMBean MBean interface exposing stats about Single Sign-On |
Methods Summary |
---|
public int | getActiveSessionCount()Gets the number of sessions participating in SSO
| public int | getHitCount()Gets the number of SSO cache hits
| public int | getMissCount()Gets the number of SSO cache misses
|
|