Uses of Class
com.netgrif.application.engine.auth.web.responsebodies.User
-
Packages that use User Package Description com.netgrif.application.engine.auth.service com.netgrif.application.engine.auth.service.interfaces com.netgrif.application.engine.auth.web.responsebodies -
-
Uses of User in com.netgrif.application.engine.auth.service
Methods in com.netgrif.application.engine.auth.service that return User Modifier and Type Method Description UserUserResourceHelperService. getLocalisedUser(IUser user, IUser impersonated, java.util.Locale locale)UserUserResourceHelperService. getLocalisedUser(IUser user, java.util.Locale locale) -
Uses of User in com.netgrif.application.engine.auth.service.interfaces
Methods in com.netgrif.application.engine.auth.service.interfaces that return User Modifier and Type Method Description UserIUserResourceHelperService. getLocalisedUser(IUser user, IUser impersonated, java.util.Locale locale)UserIUserResourceHelperService. getLocalisedUser(IUser user, java.util.Locale locale) -
Uses of User in com.netgrif.application.engine.auth.web.responsebodies
Methods in com.netgrif.application.engine.auth.web.responsebodies that return User Modifier and Type Method Description static UserUser. createSmallUser(IUser user)This static method doesn't set attributes regarding the ProcessRoles Use the IUserFactory service to create instances that have these attributes set.static UserUser. createUser(IUser user)This static method doesn't set attributes regarding the ProcessRoles Use the IUserFactory service to create instances that have these attributes set.UserIUserFactory. getSmallUser(IUser user)UserUserFactory. getSmallUser(IUser user)UserIUserFactory. getUser(IUser user, java.util.Locale locale)protected UserUserFactory. getUser(IUser user)UserUserFactory. getUser(IUser user, java.util.Locale locale)Constructors in com.netgrif.application.engine.auth.web.responsebodies with parameters of type User Constructor Description UserResource(User content, java.lang.String selfRel)Constructor parameters in com.netgrif.application.engine.auth.web.responsebodies with type arguments of type User Constructor Description UsersResource(java.util.Collection<User> content, java.lang.String selfRel, boolean small)
-