Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.AaaAuthenticationConfig.AuthenticationMethod
-
-
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 AaaAuthenticationConfig.AuthenticationMethod Modifier and Type Method Description static AaaAuthenticationConfig.AuthenticationMethodAaaAuthenticationConfigAuthenticationMethodBuilder. getDefaultInstance(String defaultValue)Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730 that return types with arguments of type AaaAuthenticationConfig.AuthenticationMethod Modifier and Type Method Description @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.AuthenticationMethod Constructor Description AuthenticationMethod(AaaAuthenticationConfig.AuthenticationMethod source)Creates 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.AuthenticationMethod Modifier and Type Method Description List<AaaAuthenticationConfig.AuthenticationMethod>ConfigBuilder. getAuthenticationMethod()Return current value associated with the property corresponding toAaaAuthenticationConfig.getAuthenticationMethod().List<AaaAuthenticationConfig.AuthenticationMethod>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.AuthenticationMethod Modifier and Type Method Description ConfigBuilderConfigBuilder. setAuthenticationMethod(List<AaaAuthenticationConfig.AuthenticationMethod> values)Set the property corresponding toAaaAuthenticationConfig.getAuthenticationMethod()to the specified value.StateBuilderStateBuilder. setAuthenticationMethod(List<AaaAuthenticationConfig.AuthenticationMethod> values)Set the property corresponding toAaaAuthenticationConfig.getAuthenticationMethod()to the specified value.
-