Uses of Class
jenkins.security.apitoken.ApiTokenStore.HashedToken
Packages that use ApiTokenStore.HashedToken
-
Uses of ApiTokenStore.HashedToken in jenkins.security
Constructors in jenkins.security with parameters of type ApiTokenStore.HashedTokenModifierConstructorDescription -
Uses of ApiTokenStore.HashedToken in jenkins.security.apitoken
Methods in jenkins.security.apitoken that return ApiTokenStore.HashedTokenModifier and TypeMethodDescriptionstatic ApiTokenStore.HashedToken
ApiTokenStore.HashedToken.buildNew
(String name, jenkins.security.apitoken.ApiTokenStore.HashValue value) static ApiTokenStore.HashedToken
ApiTokenStore.HashedToken.buildNewFromLegacy
(jenkins.security.apitoken.ApiTokenStore.HashValue value, boolean migrationFromExistingLegacy) ApiTokenStore.findMatchingToken
(String token) Search in the store if there is a token with the same secret as the one givenApiTokenStore.getLegacyToken()
LegacyApiTokenAdministrativeMonitor.getLegacyTokenOf
(User user) ApiTokenStore.revokeToken
(String tokenUuid) Remove a token given its identifier.Methods in jenkins.security.apitoken that return types with arguments of type ApiTokenStore.HashedTokenMethods in jenkins.security.apitoken with parameters of type ApiTokenStore.HashedTokenModifier and TypeMethodDescriptionLegacyApiTokenAdministrativeMonitor.getLegacyStatsOf
(User user, ApiTokenStore.HashedToken legacyToken)