Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users.user.ConfigBuilder
Packages that use ConfigBuilder
Package
Description
-
Uses of ConfigBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users.user
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users.user that return ConfigBuilderModifier and TypeMethodDescriptionConfigBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Config> augmentation) Add an augmentation to this builder's product.ConfigBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Config>> augmentationType) Remove an augmentation from this builder's product.ConfigBuilder.setPassword(String value) Set the property corresponding toAaaAuthenticationUserConfig.getPassword()to the specified value.ConfigBuilder.setPasswordHashed(CryptPasswordType value) Set the property corresponding toAaaAuthenticationUserConfig.getPasswordHashed()to the specified value.ConfigBuilder.setRole(AaaAuthenticationUserConfig.Role value) Set the property corresponding toAaaAuthenticationUserConfig.getRole()to the specified value.Set the property corresponding toAaaAuthenticationUserConfig.getSshKey()to the specified value.ConfigBuilder.setUsername(String value) Set the property corresponding toAaaAuthenticationUserConfig.getUsername()to the specified value.