Uses of Interface
jetbrains.buildServer.serverSide.auth.AuthenticationToken
-
-
Uses of AuthenticationToken in jetbrains.buildServer.controllers.profile.auth
Methods in jetbrains.buildServer.controllers.profile.auth that return types with arguments of type AuthenticationToken Modifier and Type Method Description List<AuthenticationToken>EditAccessTokenForm. getUserTokens() -
Uses of AuthenticationToken in jetbrains.buildServer.serverSide.audit.helpers
Methods in jetbrains.buildServer.serverSide.audit.helpers with parameters of type AuthenticationToken Modifier and Type Method Description protected StringAuthenticationTokenHelper. doGetLog4jDescription(AuthenticationToken object)protected StringAuthenticationTokenHelper. doGetObjectId(AuthenticationToken object)protected StringAuthenticationTokenHelper. doGetObjectName(AuthenticationToken object) -
Uses of AuthenticationToken in jetbrains.buildServer.serverSide.auth
Methods in jetbrains.buildServer.serverSide.auth that return AuthenticationToken Modifier and Type Method Description AuthenticationTokenAuthenticationTokenCreator. createToken(long ownerId, String identifier, String name, Date expirationTime)Creates a token without permissions limitAuthenticationTokenAuthenticationTokenCreator. createToken(long ownerId, String identifier, String name, Date expirationTime, AuthenticationToken.PermissionsRestriction permissionsRestriction)Creates a token with permissions limitAuthenticationTokenTokenAuthenticationModel. createToken(long userId, String tokenName, Date expirationTime)Generate token withtokenNamefor userId.AuthenticationTokenTokenAuthenticationModel. createToken(long userId, String tokenName, Date expirationTime, AuthenticationToken.PermissionsRestriction permissionsRestriction)Generate token withtokenNamefor userId.AuthenticationTokenAuthenticationTokenStorage. find(String identifier)AuthenticationTokenAuthenticationTokenStorage. find(String identifier, String value)AuthenticationTokenTokenAuthenticationModel. find(String id)Methods in jetbrains.buildServer.serverSide.auth that return types with arguments of type AuthenticationToken Modifier and Type Method Description Collection<AuthenticationToken>AuthenticationTokenStorage. findAll(long userId)List<AuthenticationToken>TokenAuthenticationModel. getUserTokens(long userId)List all user tokensMethods in jetbrains.buildServer.serverSide.auth with parameters of type AuthenticationToken Modifier and Type Method Description voidAuthenticationTokenStorage. store(AuthenticationToken token) -
Uses of AuthenticationToken in jetbrains.buildServer.serverSide.auth.impl
Classes in jetbrains.buildServer.serverSide.auth.impl that implement AuthenticationToken Modifier and Type Class Description classTokenMethods in jetbrains.buildServer.serverSide.auth.impl that return AuthenticationToken Modifier and Type Method Description AuthenticationTokenRandomSecureAuthenticationTokenCreator. createToken(long ownerId, String identifier, String name, String secureRandom, Date expirationTime, AuthenticationToken.PermissionsRestriction permissionsRestriction)AuthenticationTokenRandomSecureAuthenticationTokenCreator. createToken(long ownerId, String identifier, String name, Date expirationTime, AuthenticationToken.PermissionsRestriction permissionsRestriction)AuthenticationTokenSecureTokenAuthenticationModelImpl. createToken(long userId, String tokenName, Date expirationTime)AuthenticationTokenSecureTokenAuthenticationModelImpl. createToken(long userId, String tokenName, Date expirationTime, AuthenticationToken.PermissionsRestriction permissionsRestriction)AuthenticationTokenTokenAuthenticationModelImpl. createToken(long userId, String tokenName, Date expirationTime)AuthenticationTokenTokenAuthenticationModelImpl. createToken(long userId, String tokenName, Date expirationTime, AuthenticationToken.PermissionsRestriction permissionsRestriction)AuthenticationTokenPersistentAuthenticationTokenStorage. find(String identifier)AuthenticationTokenPersistentAuthenticationTokenStorage. find(String identifier, String value)AuthenticationTokenSecureTokenAuthenticationModelImpl. find(String id)AuthenticationTokenTokenAuthenticationModelImpl. find(String id)Methods in jetbrains.buildServer.serverSide.auth.impl that return types with arguments of type AuthenticationToken Modifier and Type Method Description Collection<AuthenticationToken>PersistentAuthenticationTokenStorage. findAll(long userId)List<AuthenticationToken>SecureTokenAuthenticationModelImpl. getUserTokens(long userId)List<AuthenticationToken>TokenAuthenticationModelImpl. getUserTokens(long userId)Methods in jetbrains.buildServer.serverSide.auth.impl with parameters of type AuthenticationToken Modifier and Type Method Description voidPersistentAuthenticationTokenStorage. store(AuthenticationToken token) -
Uses of AuthenticationToken in jetbrains.buildServer.serverSide.impl.audit.finders
Classes in jetbrains.buildServer.serverSide.impl.audit.finders that implement AuthenticationToken Modifier and Type Class Description static classAuthenticationTokenAuditFinder.AuthenticationTokenAuditItemConstructors in jetbrains.buildServer.serverSide.impl.audit.finders with parameters of type AuthenticationToken Constructor Description AuthenticationTokenAuditItem(AuthenticationToken authenticationToken)AuthenticationTokenAuditItem(AuthenticationToken authenticationToken, ProjectFinder projectFinder)
-