Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.AaaAuthenticationUserConfig.Role
Packages that use AaaAuthenticationUserConfig.Role
Package
Description
-
Uses of AaaAuthenticationUserConfig.Role 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 AaaAuthenticationUserConfig.RoleModifier and TypeMethodDescriptionAaaAuthenticationUserConfig.getRole()Return role, ornullif it is not present.default @NonNull AaaAuthenticationUserConfig.RoleAaaAuthenticationUserConfig.requireRole()Return role, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730 with parameters of type AaaAuthenticationUserConfig.RoleModifierConstructorDescriptionRole(AaaAuthenticationUserConfig.Role source) Creates a copy from Source Object. -
Uses of AaaAuthenticationUserConfig.Role 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 AaaAuthenticationUserConfig.RoleModifier and TypeMethodDescriptionConfigBuilder.getRole()Return current value associated with the property corresponding toAaaAuthenticationUserConfig.getRole().StateBuilder.getRole()Return current value associated with the property corresponding toAaaAuthenticationUserConfig.getRole().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users.user with parameters of type AaaAuthenticationUserConfig.RoleModifier and TypeMethodDescriptionConfigBuilder.setRole(AaaAuthenticationUserConfig.Role value) Set the property corresponding toAaaAuthenticationUserConfig.getRole()to the specified value.StateBuilder.setRole(AaaAuthenticationUserConfig.Role value) Set the property corresponding toAaaAuthenticationUserConfig.getRole()to the specified value.