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 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;
           }
         }
       }
     }
     
    The schema path to identify an instance is openconfig-aaaaaa-authentication-user-top
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends AaaAuthenticationUserTop> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getUsers

        Users getUsers()
        Return users, or null if it is not present.
             
                 Enclosing container list of local users
             
         
        Returns:
        Users users, or null if it is not present.