Class GovernedAssetContextBuilder
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.securityofficer.server.processors.GovernedAssetContextBuilder
-
public class GovernedAssetContextBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description GovernedAssetContextBuilder(String serverUserName, RepositoryHandler repositoryHandler, OMRSRepositoryHelper repositoryHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextbuildContextForColumn(String userID, String assetId)ContextbuildContextForTable(String userID, String assetId)
-
-
-
Constructor Detail
-
GovernedAssetContextBuilder
public GovernedAssetContextBuilder(String serverUserName, RepositoryHandler repositoryHandler, OMRSRepositoryHelper repositoryHelper)
-
-
Method Detail
-
buildContextForColumn
public Context buildContextForColumn(String userID, String assetId) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
-
buildContextForTable
public Context buildContextForTable(String userID, String assetId) throws UserNotAuthorizedException, PropertyServerException
-
-