Class AbstractAuthenticationTokenStorage
- java.lang.Object
-
- jetbrains.buildServer.serverSide.auth.impl.AbstractAuthenticationTokenStorage
-
- All Implemented Interfaces:
AuthenticationTokenStorage
- Direct Known Subclasses:
PersistentAuthenticationTokenStorage
public abstract class AbstractAuthenticationTokenStorage extends Object implements AuthenticationTokenStorage
- Author:
- Dmitrii Bogdanov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jetbrains.buildServer.serverSide.auth.AuthenticationTokenStorage
AuthenticationTokenStorage.AlreadyExists, AuthenticationTokenStorage.CreationException, AuthenticationTokenStorage.DeletionException, AuthenticationTokenStorage.InvalidTokenName, AuthenticationTokenStorage.TokenDescriptor, AuthenticationTokenStorage.TokenException, AuthenticationTokenStorage.TooManyTokens
-
-
Constructor Summary
Constructors Constructor Description AbstractAuthenticationTokenStorage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasReachedMaximumNumberOfTokens(long userId)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.serverSide.auth.AuthenticationTokenStorage
count, countByOwnerId, delete, deleteAll, deleteAll, deleteExpiredChunk, deletePermissionsAndTokenByProjectId, exists, find, find, findAll, store, updateLastAccessInfo
-
-
-
-
Method Detail
-
hasReachedMaximumNumberOfTokens
public boolean hasReachedMaximumNumberOfTokens(long userId)
- Specified by:
hasReachedMaximumNumberOfTokens
in interfaceAuthenticationTokenStorage
-
-