Uses of Class
unlimited.fc.server.api.UserContainer
-
-
Uses of UserContainer in unlimited.fc.server.api
Methods in unlimited.fc.server.api that return UserContainer Modifier and Type Method Description UserContainerCreateVirtualDownloadLinksForUserContainer. getUser()UserContainerFCServerIfc. getUser(java.lang.String username)UserContainerFCServerLite. getUser(java.lang.String username)Get user information from the FileCatalyst Server.UserContainer[]FCServerIfcExtended. listUsers()UserContainer[]FCServerLite. listUsers()Return list of UserContainers from the remote FC serverMethods in unlimited.fc.server.api that return types with arguments of type UserContainer Modifier and Type Method Description java.util.Collection<UserContainer>FCServerIfc. getAllUsers()java.util.Collection<UserContainer>FCServerLite. getAllUsers()java.util.Collection<UserContainer>FCServerLite. getUsers()Return a collection of the users on the systemMethods in unlimited.fc.server.api with parameters of type UserContainer Modifier and Type Method Description default voidFCServerIfcExtended. addTempUser(UserContainer user, java.lang.String password)Deprecated.voidFCServerLite. addTempUser(UserContainer user, java.lang.String password)Deprecated.default voidFCServerIfcExtended. addUser(UserContainer user, java.lang.String password)Deprecated.voidFCServerLite. addUser(UserContainer user, java.lang.String password)Deprecated.default voidFCServerIfcExtended. addUserSanity(UserContainer user, java.lang.String password)Deprecated.default voidFCServerIfcExtended. createVirtualDownloadLinksForTheUser(UserContainer user, java.util.List<AddVirtualFileToUserData> filePaths, java.lang.String jobID, LoggerType logger)Deprecated.default voidFCServerIfcExtended. createVirtualLinkForUserOnServer(UserContainer user, AddVirtualFileToUserData data, java.lang.String jobID, LoggerType logger)Deprecated.voidFCServerIfc. modifyUser(UserContainer tmpUser)voidFCServerLite. modifyUser(UserContainer modifiedUserContainer)Modify a user on the remote server.CreateVirtualDownloadLinksForUserContainer.BuilderCreateVirtualDownloadLinksForUserContainer.Builder. setUser(UserContainer user)voidCreateVirtualDownloadLinksForUserContainer. setUser(UserContainer user)default voidFCServerIfcExtended. validateUserAdded(UserContainer user)Deprecated.Constructors in unlimited.fc.server.api with parameters of type UserContainer Constructor Description CreateVirtualDownloadLinksForUserContainer(UserContainer user, java.util.List<AddVirtualFileToUserData> filePaths, java.lang.String jobID, LoggerType logger)
-