| Modifier and Type | Class and Description |
|---|---|
class |
GCUBEServiceContext
Partial implementation of contexts for gCube services.
|
| Modifier and Type | Method and Description |
|---|---|
static <PORTTYPE extends Remote> |
GCUBERemotePortTypeContext.getProxy(PORTTYPE portTypeStub,
GCUBEScope scope,
GCUBESecurityManager... securityManager)
Deprecated.
as to 1.6.0 sets the current scope and redirects to
GCUBERemotePortTypeContext.getProxy(Remote) ignoring the GCUBESecurityManager parameter |
static <PORTTYPE extends Remote> |
GCUBERemotePortTypeContext.getProxy(PORTTYPE portTypeStub,
GCUBEScope scope,
int callTimeout,
GCUBESecurityManager... securityManager)
Deprecated.
as to 1.6.0 sets the current scope and redirects to
#getProxy(Remote, int), ignoring the GCUBESecurityManager parameter |
static <PORTTYPE extends Remote> |
GCUBERemotePortTypeContext.getProxy(PORTTYPE portTypeStub,
GCUBEScopeManager scopeManager,
GCUBESecurityManager... securityManager)
Deprecated.
as to 1.6.0 redirects to
GCUBERemotePortTypeContext.getProxy(Remote) ignoring GCUBEScopeManager and GCUBESecurityManager parameters |
static <PORTTYPE extends Remote> |
GCUBERemotePortTypeContext.getProxy(PORTTYPE portTypeStub,
GCUBEScopeManager scopeManager,
int callTimeout,
GCUBESecurityManager... securityManager)
Deprecated.
as to 1.6.0 redirects to
#getProxy(Remote, int) ignoring GCUBEScopeManager and GCUBESecurityManager parameters |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
ISNotifier.isTopicRegistered(GCUBESecurityManager securityManager,
GCUBEScope scope,
List<ISNotifier.TopicData> topics)
Checks if the producer registration is completed for a list of given topics
|
void |
ISNotifier.registerISNotification(org.apache.axis.message.addressing.EndpointReferenceType producerEPR,
List<? extends org.globus.wsrf.Topic> notifications,
GCUBESecurityManager manager,
GCUBEScope... scope)
Registers a list of topics as IS Notifications
|
<T extends ISNotifier.BaseNotificationConsumer> |
ISNotifier.registerToISNotification(T consumer,
List<ISNotifier.GCUBENotificationTopic> notifications,
GCUBESecurityManager manager,
GCUBEScope... scope)
Registers the consumer to the given list of topics
|
void |
ISNotifier.unregisterFromISNotification(GCUBESecurityManager manager,
List<ISNotifier.GCUBENotificationTopic> notifications,
GCUBEScope... scope)
Unregisters the consumer from the given list of topics
|
void |
ISNotifier.unregisterISNotification(org.apache.axis.message.addressing.EndpointReferenceType producerEPR,
List<? extends org.globus.wsrf.Topic> notifications,
GCUBESecurityManager manager,
GCUBEScope... scope)
Unregisters a list of new topics as source of IS Notifications
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISResourcePublisher.register(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
Registers a
GCUBEResource on the Information System |
String |
ISPublisher.registerGCUBEResource(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
Registers a
GCUBEResource on the Information System |
void |
ISResourcePublisher.remove(String ID,
String type,
GCUBEScope scope,
GCUBESecurityManager manager)
Removes a
GCUBEResource from the Information System |
void |
ISPublisher.removeGCUBEResource(String ID,
String type,
GCUBEScope scope,
GCUBESecurityManager manager)
Removes a
GCUBEResource from the Information System |
void |
ISResourcePublisher.update(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
Updates a
GCUBEResource in the Information System |
void |
ISPublisher.updateGCUBEResource(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
Updates a
GCUBEResource in the Information System |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GCUBEClientSecurityManager
An extension of
GCUBESecurityManager that provides methods for standalone clients
to manages security configuration of outgoing messages |
interface |
GCUBEServiceSecurityManager
An extension of
GCUBESecurityManager which operates in a service context, where client and service
credentials must be distinguished and where authorisation becomes relevant. |
| Modifier and Type | Class and Description |
|---|---|
class |
GCUBESecurityManagerImpl
Partial implementation of
GCUBESecurityManager. |
class |
GCUBEServiceSecurityManagerImpl
Deprecated.
to be removed once the new security framework is available
|
| Modifier and Type | Method and Description |
|---|---|
GCUBESecurityManager |
SecurityContext.getDefaultSecurityManager()
Utility method to generate a default security manager based on implementations.properties
|
| Modifier and Type | Method and Description |
|---|---|
GCUBESecurityManager |
DefaultGHNServerSecurityContext.getDefaultSecurityManager() |
GCUBESecurityManager |
DefaultGHNClientSecurityContext.getDefaultSecurityManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
GCUBECredentialAdder |
class |
GCUBESimpleServiceSecurityManager
Simple security manager: it does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
GCUBESecurityManager |
GCUBECall.getSecurityManager()
Returns the security manager used for the call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBECall.setSecurityManager(GCUBESecurityManager securityManager)
Sets the security manager used for the call.
|
| Constructor and Description |
|---|
GCUBECall(GCUBEScope scope,
GCUBESecurityManager... securityManager)
Creates an instance with a scope and a security manager.
|
GCUBECall(GCUBEScopeManager scopeManager,
GCUBESecurityManager... securityManager)
Creates an instance with a scope manager and a security manager.
|
RICall(GCUBEScope scope,
GCUBESecurityManager... securityManager)
Creates an instance with a scope and a security manager.
|
RICall(GCUBEScopeManager scopeManager,
GCUBESecurityManager... securityManager)
Creates an instance with a scope manager and a security manager.
|
StagingCall(GCUBEScope scope,
GCUBESecurityManager... securityManager)
Creates an instance with a scope and a security manager.
|
StagingCall(GCUBEScopeManager scopeManager,
GCUBESecurityManager... securityManager)
Creates an instance with a scope manager and a security manager.
|
WSCall(GCUBEScope scope,
GCUBESecurityManager... securityManager)
Creates an instance with a scope and a security manager.
|
WSCall(GCUBEScopeManager scopeManager,
GCUBESecurityManager... securityManager)
Creates an instance with a scope manager and a security manager.
|
| Modifier and Type | Method and Description |
|---|---|
GCUBESecurityManager |
GCUBEIHandler.getSecurityManager()
Returns the security manager of the handler.
|
GCUBESecurityManager |
GCUBEHandler.getSecurityManager()
Returns the security manager of the handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBEIHandler.setSecurityManager(GCUBESecurityManager manager)
Sets a security manager for the handler.
|
void |
GCUBEHandler.setSecurityManager(GCUBESecurityManager manager)
Sets a security manager for the handler.
|
Copyright © 2015. All Rights Reserved.