Profile Methods
Method | Description |
---|---|
addProfileToBank | Adds a profile to the bank.
The user calling this method must have FTAdminRight. |
updateProfileInBank | Updates a profile from the bank.
The user calling this method must have FTAdminRight. |
deleteProfileFromBank | Deletes a profile from the bank.
The user calling this method must have FTAdminRight. |
getProfileFromBank | Gets the specified profile from the bank.
If the node does not exist, an exception is thrown. The user calling this method must have FTAdminRight. |
retrieveAllProfilesFromBank | Gets all the configured profiles from the bank as an array of profiles.
The last element of the array is null. If no profiles are found, an array of one element is returned with a value of null. The user calling this method must have FTAdminRight. |
retrieveAllProfilesFromServer | Gets all the configured profiles from the specified server as an array of profiles.
The last element of the array is null. If no profiles are found, an array of one element is returned with a value of null. The user calling this method must have FTAdminRight. |
addProfileToServer | Adds a profile to a server.
The user calling this method must have FTAdminRight. |
deleteProfileFromServer | Deletes a profile from the server.
The user calling this method must have FTAdminRight. |