Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.AaaAuthenticationConfig.AuthenticationMethod
Packages that use AaaAuthenticationConfig.AuthenticationMethod
Package
Description
-
Uses of AaaAuthenticationConfig.AuthenticationMethod 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 types with arguments of type AaaAuthenticationConfig.AuthenticationMethodModifier and TypeMethodDescription@Nullable List<AaaAuthenticationConfig.AuthenticationMethod>AaaAuthenticationConfig.getAuthenticationMethod()Return authenticationMethod, ornullif it is not present.default @NonNull List<AaaAuthenticationConfig.AuthenticationMethod>AaaAuthenticationConfig.requireAuthenticationMethod()Return authenticationMethod, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730 with parameters of type AaaAuthenticationConfig.AuthenticationMethodModifierConstructorDescriptionCreates a copy from Source Object. -
Uses of AaaAuthenticationConfig.AuthenticationMethod in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top.authentication
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top.authentication that return types with arguments of type AaaAuthenticationConfig.AuthenticationMethodModifier and TypeMethodDescriptionConfigBuilder.getAuthenticationMethod()Return current value associated with the property corresponding toAaaAuthenticationConfig.getAuthenticationMethod().StateBuilder.getAuthenticationMethod()Return current value associated with the property corresponding toAaaAuthenticationConfig.getAuthenticationMethod().Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top.authentication with type arguments of type AaaAuthenticationConfig.AuthenticationMethodModifier and TypeMethodDescriptionConfigBuilder.setAuthenticationMethod(List<AaaAuthenticationConfig.AuthenticationMethod> values) Set the property corresponding toAaaAuthenticationConfig.getAuthenticationMethod()to the specified value.StateBuilder.setAuthenticationMethod(List<AaaAuthenticationConfig.AuthenticationMethod> values) Set the property corresponding toAaaAuthenticationConfig.getAuthenticationMethod()to the specified value.