Uses of Class
com.peterphi.usermanager.db.entity.UserEntity
Packages that use UserEntity
Package
Description
-
Uses of UserEntity in com.peterphi.usermanager.db.dao.hibernate
Methods in com.peterphi.usermanager.db.dao.hibernate that return UserEntityModifier and TypeMethodDescriptionUserDaoImpl.changeProfile
(int id, String name, String email, String dateFormat, String timeZone) UserDaoImpl.getUserByEmail
(String email) UserDaoImpl.loginByAccessKey
(String key) UserDaoImpl.loginBySessionReconnectKey
(String key) Methods in com.peterphi.usermanager.db.dao.hibernate with parameters of type UserEntityModifier and TypeMethodDescriptionOAuthSessionContextDaoImpl.create
(UserEntity user, OAuthServiceEntity service, String scope) Create a context (or reuse an existing active context)void
OAuthSessionContextDaoImpl.deleteByUser
(UserEntity user) -
Uses of UserEntity in com.peterphi.usermanager.db.entity
Methods in com.peterphi.usermanager.db.entity that return UserEntityModifier and TypeMethodDescriptionOAuthServiceEntity.getOwner()
OAuthSessionContextEntity.getUser()
Methods in com.peterphi.usermanager.db.entity that return types with arguments of type UserEntityMethods in com.peterphi.usermanager.db.entity with parameters of type UserEntityModifier and TypeMethodDescriptionvoid
OAuthServiceEntity.setOwner
(UserEntity owner) void
OAuthSessionContextEntity.setUser
(UserEntity user) Method parameters in com.peterphi.usermanager.db.entity with type arguments of type UserEntity -
Uses of UserEntity in com.peterphi.usermanager.guice.authentication
Methods in com.peterphi.usermanager.guice.authentication that return UserEntityModifier and TypeMethodDescriptionUserAuthenticationService.authenticate
(String sessionReconnectToken) UserAuthenticationService.authenticate
(String username, String password, boolean basicAuth) UserAuthenticationService.getById
(int id) Methods in com.peterphi.usermanager.guice.authentication with parameters of type UserEntityModifier and TypeMethodDescriptionvoid
UserLogin.reload
(UserEntity account) Change to represent the named user -
Uses of UserEntity in com.peterphi.usermanager.guice.authentication.db
Methods in com.peterphi.usermanager.guice.authentication.db that return UserEntityModifier and TypeMethodDescriptionInternalUserAuthenticationServiceImpl.authenticate
(String sessionReconnectToken) InternalUserAuthenticationServiceImpl.authenticate
(String username, String password, boolean basicAuth) InternalUserAuthenticationServiceImpl.getById
(int id) -
Uses of UserEntity in com.peterphi.usermanager.guice.authentication.ldap
Methods in com.peterphi.usermanager.guice.authentication.ldap that return UserEntityModifier and TypeMethodDescriptionLDAPUserAuthenticationService.authenticate
(String sessionReconnectToken) LDAPUserAuthenticationService.authenticate
(String username, String password, boolean basicAuth) LocalAndLDAPAuthenticationService.authenticate
(String sessionReconnectToken) LocalAndLDAPAuthenticationService.authenticate
(String username, String password, boolean basicAuth) LDAPUserAuthenticationService.getById
(int id) LocalAndLDAPAuthenticationService.getById
(int id) -
Uses of UserEntity in com.peterphi.usermanager.rest.marshaller
Methods in com.peterphi.usermanager.rest.marshaller with parameters of type UserEntity -
Uses of UserEntity in com.peterphi.usermanager.service
Methods in com.peterphi.usermanager.service with parameters of type UserEntity