public class SensitiveDataConfiguration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
AuthenticationSchemeTag[] |
authenticationSchemes |
SensitiveTag[] |
sensitiveTags |
| Constructor and Description |
|---|
SensitiveDataConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSchemeTag[] |
getAuthenticationSchemes() |
SensitiveTag[] |
getSensitiveTags() |
void |
setAuthenticationSchemeTags(AuthenticationSchemeTag[] authenticationSchemes) |
void |
setSensitiveTags(SensitiveTag[] sensitiveTags) |
public SensitiveTag[] sensitiveTags
public AuthenticationSchemeTag[] authenticationSchemes
public SensitiveTag[] getSensitiveTags()
public void setSensitiveTags(SensitiveTag[] sensitiveTags)
public AuthenticationSchemeTag[] getAuthenticationSchemes()
public void setAuthenticationSchemeTags(AuthenticationSchemeTag[] authenticationSchemes)
Copyright © 2023. All Rights Reserved.