modifiedfield:
BIND_NAME
constant: "GhidraServer9.0" → "GhidraServer12.0.5"
- static java.lang.String BIND_NAME
+ static java.lang.String BIND_NAME
modifiedmethod:
checkCompatibility
param 1 renamed: serverInterfaceVersion → clientInterfaceVersion
- void checkCompatibility(int serverInterfaceVersion) throws RemoteException
+ void checkCompatibility(int clientInterfaceVersion) throws RemoteException
modifiedmethod:
getRepositoryServer
added throws FailedLoginException; removed throws LoginException
- ghidra.framework.remote.RemoteRepositoryServerHandle getRepositoryServer(javax.security.auth.Subject user, javax.security.auth.callback.Callback[] authCallbacks) throws LoginException, RemoteException
+ ghidra.framework.remote.RemoteRepositoryServerHandle getRepositoryServer(javax.security.auth.Subject user, javax.security.auth.callback.Callback[] authCallbacks) throws FailedLoginException, RemoteException