public interface Security
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Method and Description |
|---|---|
Authentication |
authentication()
Returns the attribute authentication.
|
void |
authentication(Authentication authentication)
Sets the attribute authentication.
|
Encryption |
encryption()
Returns the attribute encryption.
|
void |
encryption(Encryption encryption)
Sets the attribute encryption.
|
Authentication authentication()
Encryption encryption()
void authentication(Authentication authentication)
authentication - value of authenticationvoid encryption(Encryption encryption)
encryption - value of encryptionCopyright © 2018. All rights reserved.