public class SecurityOfficerRESTService extends Object
| Constructor and Description |
|---|
SecurityOfficerRESTService() |
| Modifier and Type | Method and Description |
|---|---|
SecurityOfficerSchemaElementListResponse |
deleteSecurityTag(String serverName,
String userId,
String schemaElementId)
Delete the security tag for the given schema element
|
SecurityOfficerSecurityTagResponse |
getSecurityTagBySchemaElementId(String serverName,
String userId,
String schemaElementId)
Returns the security tag for the given schema element
|
SecurityOfficerSecurityTagListResponse |
getSecurityTags(String serverName,
String userId)
Returns the security tags available
|
SecurityOfficerSchemaElementListResponse |
updateSecurityTag(String serverName,
String userId,
String schemaElementId,
SecurityClassification securityClassification)
Save or update the security tag for the given schema element
|
public SecurityOfficerSecurityTagResponse getSecurityTagBySchemaElementId(String serverName, String userId, String schemaElementId)
serverName - name of the server instances for this requestuserId - String - userId of user making request.schemaElementId - unique identifier of the schema elementpublic SecurityOfficerSecurityTagListResponse getSecurityTags(String serverName, String userId)
serverName - name of the server instances for this requestuserId - String - userId of user making request.public SecurityOfficerSchemaElementListResponse updateSecurityTag(String serverName, String userId, String schemaElementId, SecurityClassification securityClassification)
serverName - name of the server instances for this requestuserId - String - userId of user making request.securityClassification - security tag assigned to the schema elementschemaElementId - unique identifier of the schema elementpublic SecurityOfficerSchemaElementListResponse deleteSecurityTag(String serverName, String userId, String schemaElementId)
serverName - name of the server instances for this requestuserId - String - userId of user making request.schemaElementId - unique identifier of the schema elementCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.