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()
ConnectorInstanceContextgetConnectionManagerMap in interface ConnectorInstanceContextpublic Set<String> getUnshareableResources()
getUnshareableResources in interface ConnectorInstanceContextpublic Set<String> getApplicationManagedSecurityResources()
getApplicationManagedSecurityResources in interface ConnectorInstanceContextCopyright © 2023. All rights reserved.