Uses of Class
com.peterphi.usermanager.db.entity.UserEntity
Package
Description
-
Uses of UserEntity in com.peterphi.usermanager.db.dao.hibernate
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionOAuthServiceEntity.getOwner()
OAuthSessionContextEntity.getUser()
Modifier and TypeMethodDescriptionvoid
OAuthServiceEntity.setOwner
(UserEntity owner) void
OAuthSessionContextEntity.setUser
(UserEntity user) -
Uses of UserEntity in com.peterphi.usermanager.guice.authentication
Modifier and TypeMethodDescriptionUserAuthenticationService.authenticate
(String sessionReconnectToken) UserAuthenticationService.authenticate
(String username, String password, boolean basicAuth) UserAuthenticationService.getById
(int id) Modifier and TypeMethodDescriptionvoid
UserLogin.reload
(UserEntity account) Change to represent the named user -
Uses of UserEntity in com.peterphi.usermanager.guice.authentication.db
Modifier 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
Modifier 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
-
Uses of UserEntity in com.peterphi.usermanager.service