Uses of Class
org.odpi.openmetadata.metadatasecurity.properties.Connection
-
Packages that use Connection Package Description org.odpi.openmetadata.metadatasecurity org.odpi.openmetadata.metadatasecurity.properties -
-
Uses of Connection in org.odpi.openmetadata.metadatasecurity
Methods in org.odpi.openmetadata.metadatasecurity that return Connection Modifier and Type Method Description ConnectionOpenMetadataConnectionSecurity. validateUserForAssetConnectionList(String userId, Asset asset, List<Connection> connections)Select a connection from the list of connections attached to an asset.Methods in org.odpi.openmetadata.metadatasecurity with parameters of type Connection Modifier and Type Method Description voidOpenMetadataConnectionSecurity. validateUserForConnection(String userId, Connection connection)Tests for whether a specific user should have access to a connection.Method parameters in org.odpi.openmetadata.metadatasecurity with type arguments of type Connection Modifier and Type Method Description ConnectionOpenMetadataConnectionSecurity. validateUserForAssetConnectionList(String userId, Asset asset, List<Connection> connections)Select a connection from the list of connections attached to an asset. -
Uses of Connection in org.odpi.openmetadata.metadatasecurity.properties
Constructors in org.odpi.openmetadata.metadatasecurity.properties with parameters of type Connection Constructor Description Connection(Connection template)Copy/clone constructor.
-