Uses of Class
com.elpical.jclaro.admin.ws.server.LoginException
Packages that use LoginException
Package
Description
AdministrationConnector can be used to configure and administer Claro.
-
Uses of LoginException in com.elpical.jclaro.admin.ws.server
Methods in com.elpical.jclaro.admin.ws.server that throw LoginExceptionModifier and TypeMethodDescriptionAdminConnector.addTask(byte[] userToken)
Creates a new default Taskjavax.activation.DataHandler
AdminConnector.backupDatabase(byte[] userToken)
void
AdminConnector.changeChannelStati(byte[] userToken, String channelNrAndActive, String userName)
Change the status of channel: channelNr.void
AdminConnector.changeChannelStatus(byte[] userToken, int channelNr, boolean active, String userName)
Change the status of channel: channelNr.void
AdminConnector.changeGroup(byte[] userToken, Group group, List<Integer> channelNrs)
Changes which channels belong to the Group.void
AdminConnector.changeGroupName(byte[] userToken, String oldname, String newname)
void
AdminConnector.changeGroupStatus(byte[] userToken, int[] channelNrs, boolean active)
Change the status of a list of channels in a Group.void
AdminConnector.changeTaskStatus(byte[] userToken, int taskId, boolean b)
Change the status of the specified Taskvoid
AdminConnector.changeTaskStatusDB(byte[] userToken, String taskIdAndActive)
Database version Change the status of the specified Taskvoid
AdminConnector.clearErrorLog(byte[] userToken)
Updates the timestamp which determines after which time the Error log should be shownvoid
AdminConnector.clearLog(byte[] userToken)
Updates the timestamp which determines after which time thelog should be shownvoid
AdminConnector.copyChannel(byte[] userToken, int channr)
Copies the Channel with the specified id.void
AdminConnector.createFolder(byte[] userToken, String folderName)
Create the specified folder on the serverAdminConnector.createGroup(byte[] userToken, String name)
Creates a new GroupAdminConnector.createNewChannel(byte[] userToken, AdminChannel ac)
Create a new AdminChannel with settings taken from the supplied AdminChannel ONLY TO BE USED WITH THE CLARO DATABASE VERSIONAdminConnector.createNewCroppingChannel(byte[] userToken)
Create a new CroppingChannel with default settingsAdminConnector.createNewDeviceLinkChannel(byte[] userToken)
Create a new DeviceLinkChannel with default settingsAdminConnector.createNewProcessingChannel(byte[] userToken)
Create a new ProcessingChannel with default settingsAdminConnector.createNewPurgingChannel(byte[] userToken)
Create a new PurgingChannel with default settingsAdminConnector.createNewRoutingChannel(byte[] userToken)
Create a new RoutingChannel with default settingsbyte[]
AdminConnector.exportChannel(byte[] userToken, String channelname)
Exports the specified Channel to a byte[] as XMLjavax.activation.DataHandler
AdminConnector.exportDiagnosticsPackage(byte[] userToken)
Export the diagnostics package as an application/octet-stream.byte[]
AdminConnector.exportGroup(byte[] userToken, String groupName)
Export the configuration of a whole Group as XML to a byte[]AdminConnector.getAccounts(byte[] userToken)
Returns a list of Accounts registered in Claro.AdminConnector.getCERTAlias(byte[] userToken)
AdminConnector.getChannel(byte[] userToken, int channelNumber)
Get a single channel with the given channel number.AdminConnector.getChannelByName(byte[] userToken, String name)
Get a single channel with the given channel name.AdminConnector.getChannels(byte[] userToken)
Gets a list of all ChannelsAdminConnector.getClaroBackupServers(byte[] userToken)
JFR 21-okt-2015: Ticket 1154: Added this method, so that clients can get a list of backup Claro servers.AdminConnector.getClaroServers(byte[] userToken)
returns number of available Claro servers in multiserver operation returns null if multiserver operation has not been configured For internal usage only!AdminConnector.getEmailServer(byte[] userToken)
Gets information about the configured Email server in ClaroAdminConnector.getErrorLog(byte[] userToken)
Returns a list of Error LogMessagesAdminConnector.getFilesInFolder(byte[] userToken, String foldername)
Lists the files in the specified folderAdminConnector.getGoogleVisionAPIKey(byte[] userToken)
Returns the Google API key used for the Vision AI APIAdminConnector.getHTTPSKeystorePassword(byte[] userToken)
AdminConnector.getHTTPSKeystorePath(byte[] userToken)
AdminConnector.getInspectorItems(byte[] userToken, List<Integer> channelIds)
List of Inspector Job's availablejavax.activation.DataHandler
AdminConnector.getInspectorPreview(byte[] userToken, int inspectorID)
Gets a (jpeg) preview for the specified Inspector jobAdminConnector.getJobredirectorFolder(byte[] userToken)
Returns the folder used for Job redirectsint
AdminConnector.getJobsInQueue(byte[] userToken, String channelname)
Returns the number of Inspector jobs for the specified channel.AdminConnector.getLog(byte[] userToken)
Returns a list of LogMessagesAdminConnector.getRemoteFileList(byte[] userToken, String folderName, boolean showParent, boolean showFiles)
AdminConnector.getRemoveBGAPIKey(byte[] userToken)
Returns the RemoveBG API key used for the RemoveBG APIAdminConnector.getTasks(byte[] userToken)
Gets a list of Tasksvoid
AdminConnector.importChannel(byte[] userToken, String filename, byte[] bytes)
Imports a Channel from the supplied Prefences-XML (bytes[])boolean
AdminConnector.isChannelActive(byte[] userToken, int channelNumber)
Check whether the channel with the given number is currently active (true) or stand-by (false).AdminConnector.removeAccounts(byte[] userToken, List<Account> accounts)
Removes the specified list of Accountsvoid
AdminConnector.removeChannels(byte[] userToken, List<Integer> chanNrs)
void
AdminConnector.removeGroups(byte[] userToken, List<String> names)
Removes the specified Groups from the system.void
AdminConnector.removeTasks(byte[] userToken, List<Integer> ids)
Removes the specified tasksAdminConnector.saveAccounts(byte[] userToken, List<Account> accounts)
Saves the supplied Accounts.void
AdminConnector.saveChannel(byte[] userToken, AdminChannel channel)
Saves the Channelvoid
AdminConnector.saveEmailServer(byte[] userToken, EmailServer server)
Sets the Email server to be used in Clarovoid
Saves the Tasksvoid
AdminConnector.setCERTAlias(byte[] userToken, String alias)
void
AdminConnector.setGoogleVisionAPIKey(byte[] userToken, String key)
Sets the Google API key used for the Vision AI APIvoid
AdminConnector.setHTTPSKeystorePassword(byte[] userToken, String keystorePassword)
void
AdminConnector.setHTTPSKeystorePath(byte[] userToken, String keystorePath)
void
AdminConnector.setJobRedirectorFolder(byte[] userToken, String folder)
Sets the folder used for Job redirectsvoid
AdminConnector.setRemoveBGAPIKey(byte[] userToken, String key)
Sets the RemoveBG API key used for the RemoveBG APIvoid
AdminConnector.useInspectedNone(byte[] userToken, int id, String username)
Instructs the Claro server to use neither the processed or original file for the specified Inspector jobvoid
AdminConnector.useInspectedOriginal(byte[] userToken, int id, String username)
Instructs the Claro server to use the original file for the specified Inspector jobvoid
AdminConnector.useInspectedProcessed(byte[] userToken, int id, String username)
Instructs the Claro server to use the processed file for the specified Inspector job