Package com.sun.enterprise.security.web
Interface SingleSignOnMBean
-
- All Known Implementing Classes:
GlassFishSingleSignOn,HASingleSignOn
public interface SingleSignOnMBeanMBean interface exposing stats about Single Sign-On
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetActiveSessionCount()Gets the number of sessions participating in SSOintgetHitCount()Gets the number of SSO cache hitsintgetMissCount()Gets the number of SSO cache misses
-
-
-
Method Detail
-
getActiveSessionCount
int getActiveSessionCount()
Gets the number of sessions participating in SSO- Returns:
- Number of sessions participating in SSO
-
getHitCount
int getHitCount()
Gets the number of SSO cache hits- Returns:
- Number of SSO cache hits
-
getMissCount
int getMissCount()
Gets the number of SSO cache misses- Returns:
- Number of SSO cache misses
-
-