| org.gcube.common.core.resources.runninginstance.AccessPoint.getFactoryURI() |
| org.gcube.common.core.contexts.GCUBERemotePortTypeContext.getProxy(PORTTYPE, GCUBEScope, GCUBESecurityManager...)
|
org.gcube.common.core.contexts.GCUBERemotePortTypeContext.getProxy(PORTTYPE, GCUBEScope, int, GCUBESecurityManager...)
as to 1.6.0 sets the current scope and redirects to #getProxy(Remote, int), ignoring the GCUBESecurityManager parameter
|
| org.gcube.common.core.contexts.GCUBERemotePortTypeContext.getProxy(PORTTYPE, GCUBEScopeManager, GCUBESecurityManager...)
|
| org.gcube.common.core.contexts.GCUBERemotePortTypeContext.getProxy(PORTTYPE, GCUBEScopeManager, int, GCUBESecurityManager...)
|
| org.gcube.common.core.contexts.GCUBEServiceContext.getScope()
as to 1.6.0 use ScopeProvider#instance#get().
|
| org.gcube.common.core.scope.GCUBEScopeManager.getScope()
as to 1.6.0, use ScopeProvider#instance#get() instead
|
| org.gcube.common.core.contexts.GCUBEServiceContext.getScopeManager()
as to 1.6.0 use ScopeProvider.instance instead
|
| org.gcube.common.core.state.GCUBEWSResource.load(ResourceKey) |
| org.gcube.common.core.state.GCUBEReadWriteLock.GCUBEReadLock.lock()
|
| org.gcube.common.core.state.GCUBEReadWriteLock.GCUBEWriteLock.lock()
|
| org.gcube.common.core.contexts.GCUBEServiceContext.prepareCall(Remote, String, String, GCUBEScope...)
|
| org.gcube.common.core.scope.GCUBEScopeManager.prepareCall(Remote, String, String, GCUBEScope...)
|
| org.gcube.common.core.resources.service.Package.GHNRequirement.setCategory(String) |
| org.gcube.common.core.resources.runninginstance.AccessPoint.setFactoryURI(String) |
| org.gcube.common.core.scope.GCUBEScopeManager.setScope(GCUBEScope)
as to 1.6.0, use ScopeProvider#instance#set(String) instead
|
| org.gcube.common.core.contexts.GCUBEServiceContext.setScope(Thread, GCUBEScope...)
as to 1.6.0, using ScopeProvider.instance does not require setting scopes on child threads.
|
| org.gcube.common.core.scope.GCUBEScopeManager.setScope(Thread, GCUBEScope...)
as to 1.6.0 made superfluous by ScopeProvider.instance
|
| org.gcube.common.core.contexts.GCUBEServiceContext.setScope(Thread, GCUBEScope)
as to 1.6.0, using ScopeProvider.instance does not require setting scopes on child threads.
|
| org.gcube.common.core.contexts.GCUBEServiceContext.useCredentials(GSSCredential) |
| org.gcube.common.core.security.GCUBESecurityManager.useCredentials(GSSCredential) |
| org.gcube.common.core.security.GCUBESecurityManagerImpl.useCredentials(GSSCredential) |
| org.gcube.common.core.security.impl.GCUBESimpleServiceSecurityManager.useCredentials(GSSCredential) |
| org.gcube.common.core.security.impl.GCUBECredentialAdder.useCredentials(GSSCredential) |
| org.gcube.common.core.security.GCUBESecurityManagerImpl.useCredentials(Thread, GSSCredential...) |
| org.gcube.common.core.security.impl.GCUBESimpleServiceSecurityManager.useCredentials(Thread, GSSCredential...) |