Uses of Class
de.xima.fc.dao.token.RefreshTokenUserDataDTO
Packages that use RefreshTokenUserDataDTO
Package
Description
Package for the API access of the model classes.
-
Uses of RefreshTokenUserDataDTO in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return RefreshTokenUserDataDTOModifier and TypeMethodDescriptionUserTokenAPI.getRefreshTokenUserData(UserContext uc, @NotNull String refreshToken) Get the refresh token user data.UserTokenAPI.getRefreshTokenUserData(UserContext uc, @NotNull UUID refreshTokenId) Get the refresh token user data.Methods in de.xima.fc.api.entity with parameters of type RefreshTokenUserDataDTOModifier and TypeMethodDescriptionUserTokenAPI.createRefreshToken(UserContext uc, @NotNull RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, @NotNull IClientDescriptor clientDescriptor) Creates a refresh token. -
Uses of RefreshTokenUserDataDTO in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return RefreshTokenUserDataDTOModifier and TypeMethodDescriptionUserRefreshTokenDao.getRefreshTokenUserData(IEntityContext ec, String refreshToken) UserRefreshTokenDao.getRefreshTokenUserData(IEntityContext ec, UUID refreshTokenId) Methods in de.xima.fc.dao.impl with parameters of type RefreshTokenUserDataDTOModifier and TypeMethodDescriptionUserRefreshTokenDao.createRefreshToken(IEntityContext ec, RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, IClientDescriptor clientDescriptor) -
Uses of RefreshTokenUserDataDTO in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return RefreshTokenUserDataDTOModifier and TypeMethodDescriptionIUserRefreshTokenDao.getRefreshTokenUserData(IEntityContext ec, @NotNull String refreshToken) IUserRefreshTokenDao.getRefreshTokenUserData(IEntityContext ec, @NotNull UUID refreshTokenId) Methods in de.xima.fc.dao.interfaces with parameters of type RefreshTokenUserDataDTOModifier and TypeMethodDescriptionIUserRefreshTokenDao.createRefreshToken(IEntityContext ec, RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, IClientDescriptor clientDescriptor) -
Uses of RefreshTokenUserDataDTO in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return RefreshTokenUserDataDTOModifier and TypeMethodDescriptionUserTokenHandler.getRefreshTokenUserData(UserContext uc, @NotNull String refreshToken) UserTokenHandler.getRefreshTokenUserData(UserContext uc, @NotNull UUID refreshTokenId) Methods in de.xima.fc.handler.entity with parameters of type RefreshTokenUserDataDTOModifier and TypeMethodDescriptionUserTokenHandler.createRefreshToken(UserContext uc, RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, IClientDescriptor clientDescriptor) -
Uses of RefreshTokenUserDataDTO in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return RefreshTokenUserDataDTOModifier and TypeMethodDescriptionIUserTokenHandler.getRefreshTokenUserData(UserContext uc, @NotNull String refreshToken) IUserTokenHandler.getRefreshTokenUserData(UserContext uc, @NotNull UUID refreshTokenId) Methods in de.xima.fc.handler.interfaces.entity with parameters of type RefreshTokenUserDataDTOModifier and TypeMethodDescriptionIUserTokenHandler.createRefreshToken(UserContext uc, RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, IClientDescriptor clientDescriptor)