RemoteRepositoryServerHandle

Package: ghidra.framework.remote
Type: class

9.1.2_PUBLIC

addedmethod: anonymousAccessAllowed
boolean anonymousAccessAllowed() throws IOException
addedmethod: canSetPassword
boolean canSetPassword() throws IOException
addedmethod: connected
void connected() throws IOException
addedmethod: createRepository
ghidra.framework.remote.RepositoryHandle createRepository(java.lang.String name) throws IOException
addedmethod: deleteRepository
void deleteRepository(java.lang.String name) throws IOException
addedmethod: getAllUsers
java.lang.String[] getAllUsers() throws IOException
addedmethod: getPasswordExpiration
long getPasswordExpiration() throws IOException
addedmethod: getRepository
ghidra.framework.remote.RepositoryHandle getRepository(java.lang.String name) throws IOException
addedmethod: getRepositoryNames
java.lang.String[] getRepositoryNames() throws IOException
addedmethod: getUser
java.lang.String getUser() throws IOException
addedmethod: isReadOnly
boolean isReadOnly() throws IOException
addedmethod: setPassword
boolean setPassword(char[] saltedSHA256PasswordHash) throws IOException

9.0.2_PUBLIC

introducedInitial version