public interface MetadataSourceInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addMasterDataManagerClassification(String userId,
String metadataSourceGUID)
Update classification of the metadata source that is a master data manager for user profile information.
|
void |
addUserAccessDirectoryClassification(String userId,
String metadataSourceGUID)
Update classification of the metadata source that is providing a user access directory information
such as the groups and access rights of a user Id.
|
void |
addUserProfileManagerClassification(String userId,
String metadataSourceGUID)
Update classification of the metadata source as being capable if managing user profiles.
|
String |
createMetadataSource(String userId,
MetadataSourceProperties properties)
Create information about the metadata source that is providing user profile information.
|
MetadataSourceElement |
getMetadataSource(String userId,
String metadataSourceGUID)
Retrieve the properties of the software server capability that describes a metadata source.
|
String |
getMetadataSourceGUID(String userId,
String qualifiedName)
Retrieve the unique identifier of the software server capability that describes a metadata source.
|
String createMetadataSource(String userId, MetadataSourceProperties properties) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userproperties - description of the metadata sourceInvalidParameterException - the bean properties are invalidUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - problem accessing the property serverString getMetadataSourceGUID(String userId, String qualifiedName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userqualifiedName - unique name of the metadata sourceInvalidParameterException - the bean properties are invalidUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - problem accessing the property serverMetadataSourceElement getMetadataSource(String userId, String metadataSourceGUID) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling usermetadataSourceGUID - unique identifier of the metadata sourceInvalidParameterException - the bean properties are invalidUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - problem accessing the property servervoid addUserProfileManagerClassification(String userId, String metadataSourceGUID) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling usermetadataSourceGUID - unique identifier of the metadata sourceInvalidParameterException - the bean properties are invalidUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - problem accessing the property servervoid addUserAccessDirectoryClassification(String userId, String metadataSourceGUID) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling usermetadataSourceGUID - unique identifier of the metadata sourceInvalidParameterException - the bean properties are invalidUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - problem accessing the property servervoid addMasterDataManagerClassification(String userId, String metadataSourceGUID) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling usermetadataSourceGUID - unique identifier of the metadata sourceInvalidParameterException - the bean properties are invalidUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - problem accessing the property serverCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.