Uses of Class
com.gentics.contentnode.rest.model.User
Package
Description
-
Uses of User in com.gentics.contentnode.rest.client
Modifier and TypeMethodDescriptionRestClient.authenticate
(String sid, String sessionSecret) Authenticate with given sid and session secret -
Uses of User in com.gentics.contentnode.rest.model
Modifier 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)Modifier 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.Modifier 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
-
Uses of User in com.gentics.contentnode.rest.model.devtools
-
Uses of User in com.gentics.contentnode.rest.model.fum
-
Uses of User in com.gentics.contentnode.rest.model.request
Modifier and TypeMethodDescriptionUserSaveRequest.getUser()
Return the user which should be saved. -
Uses of User in com.gentics.contentnode.rest.model.response
Modifier and TypeMethodDescriptionMessage.getSender()
Get the sender of the messageAuthenticationResponse.getUser()
Get the userUserLoadResponse.getUser()
Get the userModifier and TypeMethodDescriptionvoid
Set the sender of the messagevoid
Set the uservoid
Set the 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
Modifier and TypeMethodDescriptionScheduleModel.getCreator()
Task creatorTaskModel.getCreator()
Task creatorScheduleModel.getEditor()
Last task editorTaskModel.getEditor()
Last task editorModifier 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
Modifier and TypeMethodDescriptionGroupResource.createUser
(String id, User user) Create user in the given groupUpdate user with given ID