RemoteRepositoryServerHandle

Package: ghidra.framework.remote
Type: class

12.1_PUBLIC

modifiedmethod: anonymousAccessAllowed
added throws RemoteException; removed throws IOException
- boolean anonymousAccessAllowed() throws IOException
+ boolean anonymousAccessAllowed() throws RemoteException
modifiedmethod: canSetPassword
added throws RemoteException; removed throws IOException
- boolean canSetPassword() throws IOException
+ boolean canSetPassword() throws RemoteException
modifiedmethod: connected
added throws RemoteException; removed throws IOException
- void connected() throws IOException
+ void connected() throws RemoteException
modifiedmethod: getAllUsers
added throws RemoteException; removed throws IOException
- java.lang.String[] getAllUsers() throws IOException
+ java.lang.String[] getAllUsers() throws RemoteException
modifiedmethod: getPasswordExpiration
added throws RemoteException; removed throws IOException
- long getPasswordExpiration() throws IOException
+ long getPasswordExpiration() throws RemoteException
modifiedmethod: getRepositoryNames
added throws RemoteException; removed throws IOException
- java.lang.String[] getRepositoryNames() throws IOException
+ java.lang.String[] getRepositoryNames() throws RemoteException
modifiedmethod: getUser
added throws RemoteException; removed throws IOException
- java.lang.String getUser() throws IOException
+ java.lang.String getUser() throws RemoteException
modifiedmethod: isReadOnly
added throws RemoteException; removed throws IOException
- boolean isReadOnly() throws IOException
+ boolean isReadOnly() throws RemoteException

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