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 UserRefreshToken
UserTokenAPI. createRefreshToken(UserContext uc, @NotBlank String userProfileId, String issuer, @NotBlank IClientDescriptor clientDescriptor)
UserRefreshToken
UserTokenAPI. 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 boolean
UserTokenAPI. 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 UserRefreshToken
UserRefreshTokenDao. createRefreshToken(IEntityContext ec, String userProfileId, String issuer, IClientDescriptor clientDescriptor)
UserRefreshToken
UserRefreshTokenDao. 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 UserRefreshToken
IUserRefreshTokenDao. createRefreshToken(IEntityContext ec, String userProfileId, String issuer, IClientDescriptor clientDescriptor)
UserRefreshToken
IUserRefreshTokenDao. 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 void
UserTokenBean. 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 void
UserProfileTokenBean. 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 UserRefreshToken
UserTokenHandler. createRefreshToken(UserContext uc, String userProfileId, String issuer, IClientDescriptor clientDescriptor)
UserRefreshToken
UserTokenHandler. 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 boolean
UserTokenHandler. 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 UserRefreshToken
IUserTokenHandler. createRefreshToken(UserContext uc, String userProfileId, String issuer, IClientDescriptor clientDescriptor)
UserRefreshToken
IUserTokenHandler. 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 boolean
IUserTokenHandler. removeRefreshToken(UserContext uc, UserRefreshToken token)
-