Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top.Authentication
-
-
Uses of Authentication 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 Authentication Modifier and Type Method Description AuthenticationAaaAuthenticationTop. getAuthentication()Return authentication, ornullif it is not present. -
Uses of Authentication in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top with type parameters of type Authentication Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Authentication>>
E$$AuthenticationBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top that return Authentication Modifier and Type Method Description @NonNull AuthenticationAuthenticationBuilder. build()A newAuthenticationinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top that return types with arguments of type Authentication Modifier and Type Method Description default Class<Authentication>Authentication. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top with parameters of type Authentication Modifier and Type Method Description static booleanAuthentication. bindingEquals(@NonNull Authentication thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intAuthentication. bindingHashCode(@NonNull Authentication obj)Default implementation ofObject.hashCode()contract for this interface.static StringAuthentication. bindingToString(@NonNull Authentication obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top with type arguments of type Authentication Modifier and Type Method Description AuthenticationBuilderAuthenticationBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Authentication> augmentation)Add an augmentation to this builder's product.AuthenticationBuilderAuthenticationBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Authentication>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top with parameters of type Authentication Constructor Description AuthenticationBuilder(Authentication base)Construct a builder initialized with state from specifiedAuthentication. -
Uses of Authentication in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.top that return Authentication Modifier and Type Method Description AuthenticationAaaBuilder. getAuthentication()Return current value associated with the property corresponding toAaaAuthenticationTop.getAuthentication().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.top with parameters of type Authentication Modifier and Type Method Description AaaBuilderAaaBuilder. setAuthentication(Authentication value)Set the property corresponding toAaaAuthenticationTop.getAuthentication()to the specified value.
-