Uses of Class
jenkins.security.ApiTokenProperty.TokenInfoAndStats
Packages that use ApiTokenProperty.TokenInfoAndStats
-
Uses of ApiTokenProperty.TokenInfoAndStats in jenkins.security
Methods in jenkins.security that return types with arguments of type ApiTokenProperty.TokenInfoAndStats -
Uses of ApiTokenProperty.TokenInfoAndStats in jenkins.security.apitoken
Methods in jenkins.security.apitoken that return ApiTokenProperty.TokenInfoAndStatsModifier and TypeMethodDescriptionLegacyApiTokenAdministrativeMonitor.getLegacyStatsOf
(User user, ApiTokenStore.HashedToken legacyToken) Methods in jenkins.security.apitoken with parameters of type ApiTokenProperty.TokenInfoAndStatsModifier and TypeMethodDescriptionboolean
LegacyApiTokenAdministrativeMonitor.hasFreshToken
(User user, ApiTokenProperty.TokenInfoAndStats legacyStats) Determine if the user has at least one "new" token that was created after the last use of the legacy tokenboolean
LegacyApiTokenAdministrativeMonitor.hasMoreRecentlyUsedToken
(User user, ApiTokenProperty.TokenInfoAndStats legacyStats) Determine if the user has at least one "new" token that was used after the last use of the legacy token