Class AaaAuthenticationConfig.AuthenticationMethod
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.AaaAuthenticationConfig.AuthenticationMethod
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject,org.opendaylight.yangtools.yang.binding.UnionTypeObject
- Enclosing interface:
- AaaAuthenticationConfig
public static final class AaaAuthenticationConfig.AuthenticationMethod
extends Object
implements org.opendaylight.yangtools.yang.binding.UnionTypeObject, Serializable
This class represents the following YANG schema fragment defined in module openconfig-aaa
leaf-list authentication-method {
type union {
type identityref {
base AAA_METHOD_TYPE;
}
type string;
}
ordered-by user;
}
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationMethod(String _string) Creates a copy from Source Object.AuthenticationMethod(AAAMETHODTYPE _aAAMETHODTYPE) -
Method Summary
-
Constructor Details
-
AuthenticationMethod
-
AuthenticationMethod
-
AuthenticationMethod
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details