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()
ConnectorInstanceContext
getConnectionManagerMap
in interface ConnectorInstanceContext
public Set<String> getUnshareableResources()
getUnshareableResources
in interface ConnectorInstanceContext
public Set<String> getApplicationManagedSecurityResources()
getApplicationManagedSecurityResources
in interface ConnectorInstanceContext
Copyright © 2016. All rights reserved.