Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top.AuthenticationBuilder
-
Packages that use AuthenticationBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top -
-
Uses of AuthenticationBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top that return AuthenticationBuilder Modifier and Type Method Description AuthenticationBuilderAuthenticationBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Authentication> augmentation)Add an augmentation to this builder's product.AuthenticationBuilderAuthenticationBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Authentication>> augmentationType)Remove an augmentation from this builder's product.AuthenticationBuilderAuthenticationBuilder. setAdminUser(AdminUser value)Set the property corresponding toAaaAuthenticationAdminTop.getAdminUser()to the specified value.AuthenticationBuilderAuthenticationBuilder. setConfig(Config value)Set the property corresponding toAuthentication.getConfig()to the specified value.AuthenticationBuilderAuthenticationBuilder. setState(State value)Set the property corresponding toAuthentication.getState()to the specified value.AuthenticationBuilderAuthenticationBuilder. setUsers(Users value)Set the property corresponding toAaaAuthenticationUserTop.getUsers()to the specified value.
-