Uses of Class
com.gentics.contentnode.rest.model.User
Packages that use User
Package
Description
-
Uses of User in com.gentics.contentnode.rest.client
Methods in com.gentics.contentnode.rest.client that return UserModifier and TypeMethodDescriptionRestClient.authenticate
(String sid, String sessionSecret) Authenticate with given sid and session secret -
Uses of User in com.gentics.contentnode.rest.model
Fields in com.gentics.contentnode.rest.model declared as UserModifier and TypeFieldDescriptionprotected User
Template.creator
Creator of the fileprotected User
Template.editor
Latest contributor to the fileprotected User
Page.lockedBy
User, who locked the page (ifPage.locked
is true)Methods in com.gentics.contentnode.rest.model that return UserModifier and TypeMethodDescriptionDeleteInfo.getBy()
User who deleted the objectConstruct.getCreator()
Creator of the constructContentNodeItem.getCreator()
Creator of the itemTemplate.getCreator()
CreatorConstruct.getEditor()
Last Editor of the constructContentNodeItem.getEditor()
Last editor of the itemItemVersion.getEditor()
Editor of the versionTemplate.getEditor()
Last EditorPage.getLockedBy()
User, who locked the pagePage.getPublisher()
PublisherQueuedTimeManagement.getUser()
User who put the page into the queueWorkflow.getUser()
User.setDescription
(String description) Set descriptionSet emailUser.setFirstName
(String firstName) Set firstnameSet groupsSet IDUser.setLastName
(String lastName) Set lastnameSet loginUser.setPassword
(String password) Set the plaintext user password.Methods in com.gentics.contentnode.rest.model with parameters of type UserModifier and TypeMethodDescriptionvoid
Set user who deleted the objectConstruct.setCreator
(User creator) void
ContentNodeItem.setCreator
(User creator) void
Template.setCreator
(User creator) void
Set the editorvoid
void
Page.setLockedBy
(User lockedBy) Set locked byvoid
Page.setPublisher
(User publisher) Set the uservoid
Constructors in com.gentics.contentnode.rest.model with parameters of type User -
Uses of User in com.gentics.contentnode.rest.model.devtools
Methods in com.gentics.contentnode.rest.model.devtools that return UserMethods in com.gentics.contentnode.rest.model.devtools with parameters of type UserConstructors in com.gentics.contentnode.rest.model.devtools with parameters of type User -
Uses of User in com.gentics.contentnode.rest.model.fum
Methods in com.gentics.contentnode.rest.model.fum that return UserMethods in com.gentics.contentnode.rest.model.fum with parameters of type User -
Uses of User in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return UserModifier and TypeMethodDescriptionUserSaveRequest.getUser()
Return the user which should be saved.Methods in com.gentics.contentnode.rest.model.request with parameters of type User -
Uses of User in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return UserModifier and TypeMethodDescriptionMessage.getSender()
Get the sender of the messageAuthenticationResponse.getUser()
Get the userUserLoadResponse.getUser()
Get the userMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type UserMethods in com.gentics.contentnode.rest.model.response with parameters of type UserModifier and TypeMethodDescriptionvoid
Set the sender of the messagevoid
Set the uservoid
Set the userMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type UserConstructors in com.gentics.contentnode.rest.model.response with parameters of type UserModifierConstructorDescriptionUserLoadResponse
(Message message, ResponseInfo responseInfo, User user) Create instance with message, response info and user -
Uses of User in com.gentics.contentnode.rest.model.scheduler
Methods in com.gentics.contentnode.rest.model.scheduler that return UserModifier and TypeMethodDescriptionScheduleModel.getCreator()
Task creatorTaskModel.getCreator()
Task creatorScheduleModel.getEditor()
Last task editorTaskModel.getEditor()
Last task editorMethods in com.gentics.contentnode.rest.model.scheduler with parameters of type UserModifier and TypeMethodDescriptionScheduleModel.setCreator
(User creator) Set the creatorTaskModel.setCreator
(User creator) Set the creatorSet the editorSet the editor -
Uses of User in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type UserModifier and TypeMethodDescriptionGroupResource.createUser
(String id, User user) Create user in the given groupUpdate user with given ID