public interface SecurityProfile
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
java.lang.String getName()
This string represents the business name of the security profile.
setName(String)