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 String
AuthenticationTokenHelper. doGetLog4jDescription(AuthenticationToken object)
protected String
AuthenticationTokenHelper. doGetObjectId(AuthenticationToken object)
protected String
AuthenticationTokenHelper. 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 AuthenticationToken
AuthenticationTokenCreator. createToken(long ownerId, String identifier, String name, Date expirationTime)
Creates a token without permissions limitAuthenticationToken
AuthenticationTokenCreator. createToken(long ownerId, String identifier, String name, Date expirationTime, AuthenticationToken.PermissionsRestriction permissionsRestriction)
Creates a token with permissions limitAuthenticationToken
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.AuthenticationToken
AuthenticationTokenStorage. find(String identifier)
AuthenticationToken
AuthenticationTokenStorage. find(String identifier, String value)
AuthenticationToken
TokenAuthenticationModel. 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 void
AuthenticationTokenStorage. 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 class
Token
Methods in jetbrains.buildServer.serverSide.auth.impl that return AuthenticationToken Modifier and Type Method Description AuthenticationToken
RandomSecureAuthenticationTokenCreator. createToken(long ownerId, String identifier, String name, String secureRandom, Date expirationTime, AuthenticationToken.PermissionsRestriction permissionsRestriction)
AuthenticationToken
RandomSecureAuthenticationTokenCreator. createToken(long ownerId, String identifier, String name, Date expirationTime, AuthenticationToken.PermissionsRestriction permissionsRestriction)
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)
AuthenticationToken
PersistentAuthenticationTokenStorage. find(String identifier)
AuthenticationToken
PersistentAuthenticationTokenStorage. find(String identifier, String value)
AuthenticationToken
SecureTokenAuthenticationModelImpl. find(String id)
AuthenticationToken
TokenAuthenticationModelImpl. 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 void
PersistentAuthenticationTokenStorage. 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 class
AuthenticationTokenAuditFinder.AuthenticationTokenAuditItem
Constructors in jetbrains.buildServer.serverSide.impl.audit.finders with parameters of type AuthenticationToken Constructor Description AuthenticationTokenAuditItem(AuthenticationToken authenticationToken)
AuthenticationTokenAuditItem(AuthenticationToken authenticationToken, ProjectFinder projectFinder)
-