Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top.Authentication
Packages that use Authentication
Package
Description
-
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 AuthenticationModifier and TypeMethodDescriptionAaaAuthenticationTop.getAuthentication()Return authentication, ornullif it is not present.@NonNull AuthenticationAaaAuthenticationTop.nonnullAuthentication()Return authentication, or an empty instance if 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 AuthenticationModifier and TypeMethodDescription<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 AuthenticationModifier and TypeMethodDescription@NonNull AuthenticationAuthenticationBuilder.build()A newAuthenticationinstance.static @NonNull AuthenticationAuthenticationBuilder.empty()Get empty instance of Authentication.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top that return types with arguments of type AuthenticationModifier and TypeMethodDescriptiondefault Class<Authentication>Authentication.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top with parameters of type AuthenticationModifier and TypeMethodDescriptionstatic 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 AuthenticationModifier and TypeMethodDescriptionAuthenticationBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Authentication> augmentation) Add an augmentation to this builder's product.AuthenticationBuilder.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 AuthenticationModifierConstructorDescriptionConstruct 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 AuthenticationModifier and TypeMethodDescriptionAaaBuilder.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 AuthenticationModifier and TypeMethodDescriptionAaaBuilder.setAuthentication(Authentication value) Set the property corresponding toAaaAuthenticationTop.getAuthentication()to the specified value.