Uses of Class
tv.hd3g.authkit.mod.entity.Userprivacy
-
Packages that use Userprivacy Package Description tv.hd3g.authkit.mod.dto.ressource tv.hd3g.authkit.mod.repository -
-
Uses of Userprivacy in tv.hd3g.authkit.mod.dto.ressource
Methods in tv.hd3g.authkit.mod.dto.ressource with parameters of type Userprivacy Modifier and Type Method Description voidUserPrivacyDto. mergue(Userprivacy user, Function<String,byte[]> cipher)Constructors in tv.hd3g.authkit.mod.dto.ressource with parameters of type Userprivacy Constructor Description UserPrivacyDto(Userprivacy user, Function<byte[],String> unCipher) -
Uses of Userprivacy in tv.hd3g.authkit.mod.repository
Methods in tv.hd3g.authkit.mod.repository that return Userprivacy Modifier and Type Method Description UserprivacyUserPrivacyRepository. getByUserUUID(String uuid)Methods in tv.hd3g.authkit.mod.repository that return types with arguments of type Userprivacy Modifier and Type Method Description List<Userprivacy>UserPrivacyRepository. getByUserUUID(Collection<String> uuid)
-