Uses of Class
com.netgrif.application.engine.auth.web.responsebodies.User
-
Packages that use User Package Description com.netgrif.application.engine.auth.web.responsebodies -
-
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 User
User. 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 User
User. 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.User
IUserFactory. getSmallUser(IUser user)
User
UserFactory. getSmallUser(IUser user)
User
IUserFactory. getUser(IUser user, java.util.Locale locale)
protected User
UserFactory. getUser(IUser user)
User
UserFactory. 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)
-