Uses of Class
de.xima.fc.entities.UserRefreshToken
- 
Packages that use UserRefreshToken Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.gui.bean.user de.xima.fc.gui.common.bean.profile de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity  - 
- 
Uses of UserRefreshToken in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return UserRefreshToken Modifier and Type Method Description UserRefreshTokenUserTokenAPI. createRefreshToken(UserContext uc, @NotBlank String userProfileId, String issuer, @NotBlank IClientDescriptor clientDescriptor)UserRefreshTokenUserTokenAPI. updateRefreshToken(UserContext uc, @NotBlank String refreshToken, @NotBlank IClientDescriptor clientDescriptor)Methods in de.xima.fc.api.entity that return types with arguments of type UserRefreshToken Modifier and Type Method Description List<UserRefreshToken>UserTokenAPI. getUserRefreshTokens(UserContext uc, IUser user)Methods in de.xima.fc.api.entity with parameters of type UserRefreshToken Modifier and Type Method Description booleanUserTokenAPI. removeRefreshToken(UserContext uc, UserRefreshToken token) - 
Uses of UserRefreshToken in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return UserRefreshToken Modifier and Type Method Description UserRefreshTokenUserRefreshTokenDao. createRefreshToken(IEntityContext ec, String userProfileId, String issuer, IClientDescriptor clientDescriptor)UserRefreshTokenUserRefreshTokenDao. updateRefreshToken(IEntityContext ec, String refreshToken, IClientDescriptor clientDescriptor)Methods in de.xima.fc.dao.impl that return types with arguments of type UserRefreshToken Modifier and Type Method Description List<UserRefreshToken>UserRefreshTokenDao. getAllByUser(IEntityContext ec, IUser user) - 
Uses of UserRefreshToken in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return UserRefreshToken Modifier and Type Method Description UserRefreshTokenIUserRefreshTokenDao. createRefreshToken(IEntityContext ec, String userProfileId, String issuer, IClientDescriptor clientDescriptor)UserRefreshTokenIUserRefreshTokenDao. updateRefreshToken(IEntityContext ec, String refreshToken, IClientDescriptor clientDescriptor)Methods in de.xima.fc.dao.interfaces that return types with arguments of type UserRefreshToken Modifier and Type Method Description List<UserRefreshToken>IUserRefreshTokenDao. getAllByUser(IEntityContext ec, IUser user) - 
Uses of UserRefreshToken in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type UserRefreshToken Modifier and Type Method Description org.primefaces.model.JpaLazyDataModel<UserRefreshToken>UserTokenBean. getLazyDataModel()Methods in de.xima.fc.gui.bean.user with parameters of type UserRefreshToken Modifier and Type Method Description voidUserTokenBean. deleteToken(UserRefreshToken token) - 
Uses of UserRefreshToken in de.xima.fc.gui.common.bean.profile
Methods in de.xima.fc.gui.common.bean.profile that return types with arguments of type UserRefreshToken Modifier and Type Method Description List<UserRefreshToken>UserProfileTokenBean. getTokenList()Methods in de.xima.fc.gui.common.bean.profile with parameters of type UserRefreshToken Modifier and Type Method Description voidUserProfileTokenBean. deleteToken(UserRefreshToken token) - 
Uses of UserRefreshToken in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return UserRefreshToken Modifier and Type Method Description UserRefreshTokenUserTokenHandler. createRefreshToken(UserContext uc, String userProfileId, String issuer, IClientDescriptor clientDescriptor)UserRefreshTokenUserTokenHandler. updateRefreshToken(UserContext uc, String refreshToken, IClientDescriptor clientDescriptor)Methods in de.xima.fc.handler.entity that return types with arguments of type UserRefreshToken Modifier and Type Method Description List<UserRefreshToken>UserTokenHandler. getUserRefreshTokens(UserContext uc, IUser user)Methods in de.xima.fc.handler.entity with parameters of type UserRefreshToken Modifier and Type Method Description booleanUserTokenHandler. removeRefreshToken(UserContext uc, UserRefreshToken token) - 
Uses of UserRefreshToken in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return UserRefreshToken Modifier and Type Method Description UserRefreshTokenIUserTokenHandler. createRefreshToken(UserContext uc, String userProfileId, String issuer, IClientDescriptor clientDescriptor)UserRefreshTokenIUserTokenHandler. updateRefreshToken(UserContext uc, String refreshToken, IClientDescriptor clientDescriptor)Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type UserRefreshToken Modifier and Type Method Description List<UserRefreshToken>IUserTokenHandler. getUserRefreshTokens(UserContext uc, IUser user)Methods in de.xima.fc.handler.interfaces.entity with parameters of type UserRefreshToken Modifier and Type Method Description booleanIUserTokenHandler. removeRefreshToken(UserContext uc, UserRefreshToken token) 
 -