public class SharedConnectorInstanceContext extends Object implements ConnectorInstanceContext
Constructor and Description |
---|
SharedConnectorInstanceContext(Set<String> unshareableResources,
Set<String> applicationManagedSecurityResources,
boolean share) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getApplicationManagedSecurityResources() |
Map<ConnectionTrackingInterceptor,Set<ConnectionInfo>> |
getConnectionManagerMap()
IMPORTANT INVARIANT: this should always return a map, never null.
|
Set<String> |
getUnshareableResources() |
void |
hide() |
void |
share(ConnectorInstanceContext context) |
public void share(ConnectorInstanceContext context)
public void hide()
public Map<ConnectionTrackingInterceptor,Set<ConnectionInfo>> getConnectionManagerMap()
ConnectorInstanceContext
getConnectionManagerMap
in interface ConnectorInstanceContext
public Set<String> getUnshareableResources()
getUnshareableResources
in interface ConnectorInstanceContext
public Set<String> getApplicationManagedSecurityResources()
getApplicationManagedSecurityResources
in interface ConnectorInstanceContext
Copyright © 2018. All rights reserved.