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 org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users.user -
-
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 ConfigBuilder Modifier and Type Method Description ConfigBuilderConfigBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Config> augmentation)Add an augmentation to this builder's product.ConfigBuilderConfigBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Config>> augmentationType)Remove an augmentation from this builder's product.ConfigBuilderConfigBuilder. setPassword(String value)Set the property corresponding toAaaAuthenticationUserConfig.getPassword()to the specified value.ConfigBuilderConfigBuilder. setPasswordHashed(CryptPasswordType value)Set the property corresponding toAaaAuthenticationUserConfig.getPasswordHashed()to the specified value.ConfigBuilderConfigBuilder. setRole(AaaAuthenticationUserConfig.Role value)Set the property corresponding toAaaAuthenticationUserConfig.getRole()to the specified value.ConfigBuilderConfigBuilder. setSshKey(String value)Set the property corresponding toAaaAuthenticationUserConfig.getSshKey()to the specified value.ConfigBuilderConfigBuilder. setUsername(String value)Set the property corresponding toAaaAuthenticationUserConfig.getUsername()to the specified value.
-