|
Deprecated Methods |
org.gcube.common.core.resources.runninginstance.AccessPoint.getFactoryURI()
|
org.gcube.common.core.contexts.GCUBERemotePortTypeContext.getProxy(PORTTYPE, GCUBEScope, GCUBESecurityManager...)
as to 1.6.0 sets the current scope and redirects to GCUBERemotePortTypeContext.getProxy(Remote) ignoring the GCUBESecurityManager parameter |
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...)
as to 1.6.0 redirects to GCUBERemotePortTypeContext.getProxy(Remote) ignoring GCUBEScopeManager and GCUBESecurityManager parameters |
org.gcube.common.core.contexts.GCUBERemotePortTypeContext.getProxy(PORTTYPE, GCUBEScopeManager, int, GCUBESecurityManager...)
as to 1.6.0 redirects to #getProxy(Remote, int) ignoring GCUBEScopeManager and GCUBESecurityManager parameters |
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()
use GCUBEReadWriteLock.GCUBEReadLock.lockInterruptibly() instead. |
org.gcube.common.core.state.GCUBEReadWriteLock.GCUBEWriteLock.lock()
use GCUBEReadWriteLock.GCUBEWriteLock.lockInterruptibly() instead. |
org.gcube.common.core.contexts.GCUBEServiceContext.prepareCall(Remote, String, String, GCUBEScope...)
as to 1.6.0 calls are prepared internally to GCUBERemotePortTypeContexts. |
org.gcube.common.core.scope.GCUBEScopeManager.prepareCall(Remote, String, String, GCUBEScope...)
as to 1.6.0 calls are prepared internally to GCUBERemotePortTypeContexts.
Use GCUBERemotePortTypeContext#getProxy(Remote, org.gcube.common.core.security.GCUBESecurityManager...)
GCUBERemotePortTypeContext#getProxy(Remote, int org.gcube.common.core.security.GCUBESecurityManager...)
for calls from a client context. Use GCUBERemotePortTypeContext.getProxy(Remote, org.gcube.common.core.contexts.GCUBEServiceContext)
or GCUBERemotePortTypeContext#getProxy(Remote, org.gcube.common.core.contexts.GCUBEServiceContext, int)) for
calls from a service context. |
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.GCUBESecurityManagerImpl.useCredentials(GSSCredential)
|
org.gcube.common.core.security.GCUBESecurityManager.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...)
|