Uses of Enum Class
org.moera.lib.node.NodeAuth
Packages that use NodeAuth
-
Uses of NodeAuth in org.moera.lib.node
Methods in org.moera.lib.node that return NodeAuthModifier and TypeMethodDescriptionstatic NodeAuth
Returns the enum constant of this class with the specified name.static NodeAuth[]
NodeAuth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.moera.lib.node with parameters of type NodeAuthModifier and TypeMethodDescriptionvoid
NodeApiClient.authMethod
(NodeAuth authMethod) Select authentication method for the following requests.