Interface AaaAuthenticationUserTop
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Authentication
@Generated("mdsal-binding-generator") public interface AaaAuthenticationUserTop extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level grouping for local usersThis class represents the following YANG schema fragment defined in module openconfig-aaa
grouping aaa-authentication-user-top { container users { list user { key username; leaf username { type leafref { path ../config/username; } } container config { uses aaa-authentication-user-config; } container state { config false; uses aaa-authentication-user-config; uses aaa-authentication-user-state; } } } }The schema path to identify an instance is openconfig-aaaaaa-authentication-user-top
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UsersgetUsers()Return users, ornullif it is not present.Class<? extends AaaAuthenticationUserTop>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends AaaAuthenticationUserTop> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getUsers
Users getUsers()
Return users, ornullif it is not present.Enclosing container list of local users- Returns:
Usersusers, ornullif it is not present.
-
-