Uses of Class
jenkins.security.ApiTokenProperty.TokenInfoAndStats
-
Packages that use ApiTokenProperty.TokenInfoAndStats Package Description jenkins.security jenkins.security.apitoken -
-
Uses of ApiTokenProperty.TokenInfoAndStats in jenkins.security
Methods in jenkins.security that return types with arguments of type ApiTokenProperty.TokenInfoAndStats Modifier and Type Method Description Collection<ApiTokenProperty.TokenInfoAndStats>
ApiTokenProperty. getTokenList()
-
Uses of ApiTokenProperty.TokenInfoAndStats in jenkins.security.apitoken
Methods in jenkins.security.apitoken that return ApiTokenProperty.TokenInfoAndStats Modifier and Type Method Description ApiTokenProperty.TokenInfoAndStats
LegacyApiTokenAdministrativeMonitor. getLegacyStatsOf(User user, ApiTokenStore.HashedToken legacyToken)
Methods in jenkins.security.apitoken with parameters of type ApiTokenProperty.TokenInfoAndStats Modifier and Type Method Description boolean
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
-