Interface AaaAuthenticationUserTop
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>,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 users
This 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;
}
}
}
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptiongetUsers()Return users, ornullif it is not present.Class<? extends AaaAuthenticationUserTop>@NonNull UsersReturn users, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends AaaAuthenticationUserTop> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.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.
-
nonnullUsers
@NonNull Users nonnullUsers()Return users, or an empty instance if it is not present.- Returns:
Usersusers, or an empty instance if it is not present.
-