Uses of Class
org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
-
Uses of UserNotAuthorizedException in org.odpi.openmetadata.frameworks.connectors
Methods in org.odpi.openmetadata.frameworks.connectors that throw UserNotAuthorizedException Modifier and Type Method Description abstract ConnectedAssetPropertiesConnector. getConnectedAssetProperties(String userId)Returns the properties that contain the metadata for the asset.ConnectedAssetPropertiesConnectorBase. getConnectedAssetProperties(String userId)Returns the properties that contain the metadata for the asset. -
Uses of UserNotAuthorizedException in org.odpi.openmetadata.frameworks.connectors.ffdc
Constructors in org.odpi.openmetadata.frameworks.connectors.ffdc with parameters of type UserNotAuthorizedException Constructor Description UserNotAuthorizedException(UserNotAuthorizedException template)This is the copy/clone constructor used for creating an exception. -
Uses of UserNotAuthorizedException in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that throw UserNotAuthorizedException Modifier and Type Method Description RelatedAssetPropertiesAssetRelatedAsset. getRelatedAssetProperties()Return the detailed properties for a related asset.abstract voidConnectedAssetProperties. refresh()Request the values in the ConnectedAssetProperties are refreshed with the current values from the metadata repository.abstract voidRelatedAssetProperties. refresh()Request the values in the RelatedAssetProperties are refreshed with the current values from the metadata repository.
-