Uses of Interface
com.atlassian.bamboo.accesstoken.MutableAccessToken
-
Packages that use MutableAccessToken Package Description com.atlassian.bamboo.accesstoken com.atlassian.bamboo.migration.stream.userdata -
-
Uses of MutableAccessToken in com.atlassian.bamboo.accesstoken
Classes in com.atlassian.bamboo.accesstoken that implement MutableAccessToken Modifier and Type Class Description class
MutableAccessTokenImpl
Methods in com.atlassian.bamboo.accesstoken that return types with arguments of type MutableAccessToken Modifier and Type Method Description @NotNull Optional<MutableAccessToken>
AccessTokenDao. findByTokenId(String tokenId)
@NotNull Optional<MutableAccessToken>
HibernateAccessTokenDao. findByTokenId(String tokenId)
@NotNull List<MutableAccessToken>
AccessTokenDao. findByUserName(String userName)
Get all user's tokens@NotNull List<MutableAccessToken>
HibernateAccessTokenDao. findByUserName(String userName)
Method parameters in com.atlassian.bamboo.accesstoken with type arguments of type MutableAccessToken Modifier and Type Method Description long
AccessTokenDao. scrollTokensForExport(Consumer<MutableAccessToken> exportXmlConsumer)
Scroll through all AccessToken records and pass them to consumerlong
HibernateAccessTokenDao. scrollTokensForExport(@NotNull Consumer<MutableAccessToken> consumer)
-
Uses of MutableAccessToken in com.atlassian.bamboo.migration.stream.userdata
Methods in com.atlassian.bamboo.migration.stream.userdata that return MutableAccessToken Modifier and Type Method Description protected @NotNull MutableAccessToken
AccessTokenMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream.userdata with parameters of type MutableAccessToken Modifier and Type Method Description void
AccessTokenMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<MutableAccessToken> artifactDefinitions, @NotNull MutableAccessToken object, long objectIndex, @NotNull org.hibernate.Session session)
protected void
AccessTokenMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull MutableAccessToken object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
protected void
AccessTokenMapper. importProperties(@NotNull MutableAccessToken object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)
Method parameters in com.atlassian.bamboo.migration.stream.userdata with type arguments of type MutableAccessToken Modifier and Type Method Description void
AccessTokenMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<MutableAccessToken> artifactDefinitions, @NotNull MutableAccessToken object, long objectIndex, @NotNull org.hibernate.Session session)
-