public static class PropagatingSecuritySettings.SecuritySetting extends Object
Constructor and Description |
---|
SecuritySetting(String attrName,
String colName,
AttributeValue av)
Constructs a security setting.
|
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Gets the attribute name.
|
String |
getColumnName()
Gets the column name.
|
AttributeValue |
getValue()
Gets the value of the security setting.
|
public SecuritySetting(String attrName, String colName, AttributeValue av)
attrName
- the Attribute namecolName
- the column nameav
- the value of the settingpublic String getAttributeName()
public String getColumnName()
public AttributeValue getValue()
Copyright © 2023. All rights reserved.