Class PasswordEntityMasker
java.lang.Object
org.openmetadata.service.secrets.masker.EntityMasker
org.openmetadata.service.secrets.masker.PasswordEntityMasker
-
Field Summary
FieldsFields inherited from class org.openmetadata.service.secrets.masker.EntityMasker
DO_NOT_MASK_CLASSES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmaskAuthenticationMechanism(String name, AuthenticationMechanism authenticationMechanism) voidmaskIngestionPipeline(IngestionPipeline ingestionPipeline) maskServiceConnectionConfig(Object connectionConfig, String connectionType, ServiceType serviceType) maskWorkflow(Workflow workflow) voidunmaskAuthenticationMechanism(String name, AuthenticationMechanism authenticationMechanism, AuthenticationMechanism originalAuthenticationMechanism) voidunmaskIngestionPipeline(IngestionPipeline ingestionPipeline, IngestionPipeline originalIngestionPipeline) unmaskServiceConnectionConfig(Object connectionConfig, Object originalConnectionConfig, String connectionType, ServiceType serviceType) unmaskWorkflow(Workflow workflow, Workflow originalWorkflow)
-
Field Details
-
PASSWORD_MASK
- See Also:
-
-
Constructor Details
-
PasswordEntityMasker
protected PasswordEntityMasker()
-
-
Method Details
-
maskServiceConnectionConfig
public Object maskServiceConnectionConfig(Object connectionConfig, String connectionType, ServiceType serviceType) - Specified by:
maskServiceConnectionConfigin classEntityMasker
-
maskAuthenticationMechanism
public void maskAuthenticationMechanism(String name, AuthenticationMechanism authenticationMechanism) - Specified by:
maskAuthenticationMechanismin classEntityMasker
-
maskIngestionPipeline
- Specified by:
maskIngestionPipelinein classEntityMasker
-
maskWorkflow
- Specified by:
maskWorkflowin classEntityMasker
-
unmaskServiceConnectionConfig
public Object unmaskServiceConnectionConfig(Object connectionConfig, Object originalConnectionConfig, String connectionType, ServiceType serviceType) - Specified by:
unmaskServiceConnectionConfigin classEntityMasker
-
unmaskIngestionPipeline
public void unmaskIngestionPipeline(IngestionPipeline ingestionPipeline, IngestionPipeline originalIngestionPipeline) - Specified by:
unmaskIngestionPipelinein classEntityMasker
-
unmaskAuthenticationMechanism
public void unmaskAuthenticationMechanism(String name, AuthenticationMechanism authenticationMechanism, AuthenticationMechanism originalAuthenticationMechanism) - Specified by:
unmaskAuthenticationMechanismin classEntityMasker
-
unmaskWorkflow
- Specified by:
unmaskWorkflowin classEntityMasker
-