Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.types.rev181121.CryptPasswordType
-
-
Uses of CryptPasswordType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730 that return CryptPasswordType Modifier and Type Method Description CryptPasswordTypeAaaAdminConfig. getAdminPasswordHashed()Return adminPasswordHashed, ornullif it is not present.CryptPasswordTypeAaaAuthenticationUserConfig. getPasswordHashed()Return passwordHashed, ornullif it is not present.CryptPasswordTypeAaaRadiusServerConfig. getSecretKeyHashed()Return secretKeyHashed, ornullif it is not present.CryptPasswordTypeAaaTacacsServerConfig. getSecretKeyHashed()Return secretKeyHashed, ornullif it is not present.default @NonNull CryptPasswordTypeAaaAdminConfig. requireAdminPasswordHashed()Return adminPasswordHashed, guaranteed to be non-null.default @NonNull CryptPasswordTypeAaaAuthenticationUserConfig. requirePasswordHashed()Return passwordHashed, guaranteed to be non-null.default @NonNull CryptPasswordTypeAaaRadiusServerConfig. requireSecretKeyHashed()Return secretKeyHashed, guaranteed to be non-null.default @NonNull CryptPasswordTypeAaaTacacsServerConfig. requireSecretKeyHashed()Return secretKeyHashed, guaranteed to be non-null. -
Uses of CryptPasswordType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.admin.top.admin.user
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.admin.top.admin.user that return CryptPasswordType Modifier and Type Method Description CryptPasswordTypeConfigBuilder. getAdminPasswordHashed()Return current value associated with the property corresponding toAaaAdminConfig.getAdminPasswordHashed().CryptPasswordTypeStateBuilder. getAdminPasswordHashed()Return current value associated with the property corresponding toAaaAdminConfig.getAdminPasswordHashed().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.admin.top.admin.user with parameters of type CryptPasswordType Modifier and Type Method Description ConfigBuilderConfigBuilder. setAdminPasswordHashed(CryptPasswordType value)Set the property corresponding toAaaAdminConfig.getAdminPasswordHashed()to the specified value.StateBuilderStateBuilder. setAdminPasswordHashed(CryptPasswordType value)Set the property corresponding toAaaAdminConfig.getAdminPasswordHashed()to the specified value. -
Uses of CryptPasswordType 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 CryptPasswordType Modifier and Type Method Description CryptPasswordTypeConfigBuilder. getPasswordHashed()Return current value associated with the property corresponding toAaaAuthenticationUserConfig.getPasswordHashed().CryptPasswordTypeStateBuilder. getPasswordHashed()Return current value associated with the property corresponding toAaaAuthenticationUserConfig.getPasswordHashed().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users.user with parameters of type CryptPasswordType Modifier and Type Method Description ConfigBuilderConfigBuilder. setPasswordHashed(CryptPasswordType value)Set the property corresponding toAaaAuthenticationUserConfig.getPasswordHashed()to the specified value.StateBuilderStateBuilder. setPasswordHashed(CryptPasswordType value)Set the property corresponding toAaaAuthenticationUserConfig.getPasswordHashed()to the specified value. -
Uses of CryptPasswordType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top.radius
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top.radius that return CryptPasswordType Modifier and Type Method Description CryptPasswordTypeConfigBuilder. getSecretKeyHashed()Return current value associated with the property corresponding toAaaRadiusServerConfig.getSecretKeyHashed().CryptPasswordTypeStateBuilder. getSecretKeyHashed()Return current value associated with the property corresponding toAaaRadiusServerConfig.getSecretKeyHashed().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top.radius with parameters of type CryptPasswordType Modifier and Type Method Description ConfigBuilderConfigBuilder. setSecretKeyHashed(CryptPasswordType value)Set the property corresponding toAaaRadiusServerConfig.getSecretKeyHashed()to the specified value.StateBuilderStateBuilder. setSecretKeyHashed(CryptPasswordType value)Set the property corresponding toAaaRadiusServerConfig.getSecretKeyHashed()to the specified value. -
Uses of CryptPasswordType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.tacacs.server.top.tacacs
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.tacacs.server.top.tacacs that return CryptPasswordType Modifier and Type Method Description CryptPasswordTypeConfigBuilder. getSecretKeyHashed()Return current value associated with the property corresponding toAaaTacacsServerConfig.getSecretKeyHashed().CryptPasswordTypeStateBuilder. getSecretKeyHashed()Return current value associated with the property corresponding toAaaTacacsServerConfig.getSecretKeyHashed().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.tacacs.server.top.tacacs with parameters of type CryptPasswordType Modifier and Type Method Description ConfigBuilderConfigBuilder. setSecretKeyHashed(CryptPasswordType value)Set the property corresponding toAaaTacacsServerConfig.getSecretKeyHashed()to the specified value.StateBuilderStateBuilder. setSecretKeyHashed(CryptPasswordType value)Set the property corresponding toAaaTacacsServerConfig.getSecretKeyHashed()to the specified value. -
Uses of CryptPasswordType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.types.rev181121
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.types.rev181121 that return CryptPasswordType Modifier and Type Method Description static CryptPasswordTypeCryptPasswordType. getDefaultInstance(String defaultValue)Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.types.rev181121 with parameters of type CryptPasswordType Constructor Description CryptPasswordType(CryptPasswordType source)Creates a copy from Source Object.
-