Uses of Class
jetbrains.buildServer.serverSide.auth.AuthenticationTokenStorage.CreationException
-
Packages that use AuthenticationTokenStorage.CreationException Package Description jetbrains.buildServer.serverSide.auth jetbrains.buildServer.serverSide.auth.impl -
-
Uses of AuthenticationTokenStorage.CreationException in jetbrains.buildServer.serverSide.auth
Subclasses of AuthenticationTokenStorage.CreationException in jetbrains.buildServer.serverSide.auth Modifier and Type Class Description static class
AuthenticationTokenStorage.AlreadyExists
static class
AuthenticationTokenStorage.InvalidTokenName
static class
AuthenticationTokenStorage.TooManyTokens
Methods in jetbrains.buildServer.serverSide.auth that throw AuthenticationTokenStorage.CreationException Modifier and Type Method Description AuthenticationToken
TokenAuthenticationModel. createToken(long userId, String tokenName, Date expirationTime)
Generate token withtokenName
for userId.AuthenticationToken
TokenAuthenticationModel. createToken(long userId, String tokenName, Date expirationTime, AuthenticationToken.PermissionsRestriction permissionsRestriction)
Generate token withtokenName
for userId. -
Uses of AuthenticationTokenStorage.CreationException in jetbrains.buildServer.serverSide.auth.impl
Methods in jetbrains.buildServer.serverSide.auth.impl that throw AuthenticationTokenStorage.CreationException Modifier and Type Method Description AuthenticationToken
SecureTokenAuthenticationModelImpl. createToken(long userId, String tokenName, Date expirationTime)
AuthenticationToken
SecureTokenAuthenticationModelImpl. createToken(long userId, String tokenName, Date expirationTime, AuthenticationToken.PermissionsRestriction permissionsRestriction)
AuthenticationToken
TokenAuthenticationModelImpl. createToken(long userId, String tokenName, Date expirationTime)
AuthenticationToken
TokenAuthenticationModelImpl. createToken(long userId, String tokenName, Date expirationTime, AuthenticationToken.PermissionsRestriction permissionsRestriction)
-