Uses of Class
jetbrains.buildServer.serverSide.auth.AuthenticationTokenStorage.DeletionException
-
Packages that use AuthenticationTokenStorage.DeletionException Package Description jetbrains.buildServer.serverSide.auth jetbrains.buildServer.serverSide.auth.impl -
-
Uses of AuthenticationTokenStorage.DeletionException in jetbrains.buildServer.serverSide.auth
Methods in jetbrains.buildServer.serverSide.auth that throw AuthenticationTokenStorage.DeletionException Modifier and Type Method Description void
TokenAuthenticationModel. deleteToken(long userId, String tokenName)
Delete token by user id and token name -
Uses of AuthenticationTokenStorage.DeletionException in jetbrains.buildServer.serverSide.auth.impl
Methods in jetbrains.buildServer.serverSide.auth.impl that throw AuthenticationTokenStorage.DeletionException Modifier and Type Method Description void
SecureTokenAuthenticationModelImpl. deleteToken(long userId, String tokenName)
-