Uses of Class
com.sun.identity.shared.stats.Stats
-
Packages that use Stats Package Description com.iplanet.dpro.session.service This package contains classes and interfaces that represent methods to validate/update/destroy/persist/retrieve the internal session datacom.sun.identity.entitlement.opensso com.sun.identity.federation.services HandlesID-FFfederation profiles.com.sun.identity.policy Provides classes for policy administration and evaluation.com.sun.identity.policy.remote Classes to handle policies remotely.com.sun.identity.saml Defines SAML Assertion Manager and SAML Client APIs.com.sun.identity.shared.stats Defines classes to interact with statistics. -
-
Uses of Stats in com.iplanet.dpro.session.service
Constructors in com.iplanet.dpro.session.service with parameters of type Stats Constructor Description SessionMaxStats(SessionAccessManager sessionAccessManager, SessionNotificationSender sessionNotificationSender, Stats stats)Creates a new SessionMaxStats -
Uses of Stats in com.sun.identity.entitlement.opensso
Constructors in com.sun.identity.entitlement.opensso with parameters of type Stats Constructor Description EntitlementsStats(Stats stats) -
Uses of Stats in com.sun.identity.federation.services
Fields in com.sun.identity.federation.services declared as Stats Modifier and Type Field Description static StatsFSAssertionManager. artStatsStatistics instance for artifacts.static StatsFSAssertionManager. assrtStatsStatistics instance for assertions.static StatsFSSessionManager. sessStatsFor managing session statistics. -
Uses of Stats in com.sun.identity.policy
Constructors in com.sun.identity.policy with parameters of type Stats Constructor Description PolicyStatsListener(Stats policyStats)Constructs PolicyStatsListener -
Uses of Stats in com.sun.identity.policy.remote
Methods in com.sun.identity.policy.remote with parameters of type Stats Modifier and Type Method Description static voidPolicyRequestHandler. printStats(Stats policyStats) -
Uses of Stats in com.sun.identity.saml
Fields in com.sun.identity.saml declared as Stats Modifier and Type Field Description static StatsAssertionManager. artStatsstatic StatsAssertionManager. assStats -
Uses of Stats in com.sun.identity.shared.stats
Methods in com.sun.identity.shared.stats that return Stats Modifier and Type Method Description static StatsStats. getInstance(String statsName)Returns an existing instance of Stats for the specified stats file or a new one if no such instance already exists.
-