Uses of Class
com.serinity.accesscontrol.model.Profile
Packages that use Profile
-
Uses of Profile in com.serinity.accesscontrol.repository
Subclasses with type arguments of type Profile in com.serinity.accesscontrol.repositoryModifier and TypeClassDescriptionfinal classRepository class for performing CRUD operations onProfileentities.Methods in com.serinity.accesscontrol.repository that return ProfileModifier and TypeMethodDescriptionProfileRepository.findByUserId(UUID userId) Finds the profile associated with a given user.ProfileRepository.findByUsername(String username) Finds a profile by its unique generated username.