Uses of Class
jenkins.security.apitoken.ApiTokenStore.HashedToken
-
Packages that use ApiTokenStore.HashedToken Package Description jenkins.security jenkins.security.apitoken -
-
Uses of ApiTokenStore.HashedToken in jenkins.security
Constructors in jenkins.security with parameters of type ApiTokenStore.HashedToken Constructor Description TokenInfoAndStats(ApiTokenStore.HashedToken token, ApiTokenStats.SingleTokenStats stats)
-
Uses of ApiTokenStore.HashedToken in jenkins.security.apitoken
Methods in jenkins.security.apitoken that return ApiTokenStore.HashedToken Modifier and Type Method Description static 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.HashedToken
ApiTokenStore. findMatchingToken(String token)
Search in the store if there is a token with the same secret as the one givenApiTokenStore.HashedToken
ApiTokenStore. getLegacyToken()
ApiTokenStore.HashedToken
LegacyApiTokenAdministrativeMonitor. getLegacyTokenOf(User user)
ApiTokenStore.HashedToken
ApiTokenStore. revokeToken(String tokenUuid)
Remove a token given its identifier.Methods in jenkins.security.apitoken that return types with arguments of type ApiTokenStore.HashedToken Modifier and Type Method Description Collection<ApiTokenStore.HashedToken>
ApiTokenStore. getTokenListSortedByName()
Methods in jenkins.security.apitoken with parameters of type ApiTokenStore.HashedToken Modifier and Type Method Description ApiTokenProperty.TokenInfoAndStats
LegacyApiTokenAdministrativeMonitor. getLegacyStatsOf(User user, ApiTokenStore.HashedToken legacyToken)
-