Class EntityMasker
java.lang.Object
org.openmetadata.service.secrets.masker.EntityMasker
- Direct Known Subclasses:
PasswordEntityMasker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidmaskAuthenticationMechanism(String name, AuthenticationMechanism authenticationMechanism) abstract voidmaskIngestionPipeline(IngestionPipeline ingestionPipeline) abstract ObjectmaskServiceConnectionConfig(Object connectionConfig, String connectionType, ServiceType serviceType) abstract WorkflowmaskWorkflow(Workflow workflow) abstract voidunmaskAuthenticationMechanism(String name, AuthenticationMechanism authenticationMechanism, AuthenticationMechanism originalAuthenticationMechanism) abstract voidunmaskIngestionPipeline(IngestionPipeline ingestionPipeline, IngestionPipeline originalIngestionPipeline) abstract ObjectunmaskServiceConnectionConfig(Object connectionConfig, Object originalConnectionConfig, String connectionType, ServiceType serviceType) abstract WorkflowunmaskWorkflow(Workflow workflow, Workflow originalWorkflow)
-
Field Details
-
DO_NOT_MASK_CLASSES
-
-
Constructor Details
-
EntityMasker
public EntityMasker()
-
-
Method Details
-
maskServiceConnectionConfig
public abstract Object maskServiceConnectionConfig(Object connectionConfig, String connectionType, ServiceType serviceType) -
maskAuthenticationMechanism
public abstract void maskAuthenticationMechanism(String name, AuthenticationMechanism authenticationMechanism) -
maskIngestionPipeline
-
maskWorkflow
-
unmaskServiceConnectionConfig
public abstract Object unmaskServiceConnectionConfig(Object connectionConfig, Object originalConnectionConfig, String connectionType, ServiceType serviceType) -
unmaskIngestionPipeline
public abstract void unmaskIngestionPipeline(IngestionPipeline ingestionPipeline, IngestionPipeline originalIngestionPipeline) -
unmaskAuthenticationMechanism
public abstract void unmaskAuthenticationMechanism(String name, AuthenticationMechanism authenticationMechanism, AuthenticationMechanism originalAuthenticationMechanism) -
unmaskWorkflow
-