public class ConnectorInstanceContextImpl extends Object implements ConnectorInstanceContext
| Constructor and Description |
|---|
ConnectorInstanceContextImpl(Set<String> unshareableResources,
Set<String> applicationManagedSecurityResources) |
| 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() |
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.