Uses of Class
com.uc4.api.objects.LoginDefinition
Packages that use LoginDefinition
-
Uses of LoginDefinition in com.uc4.api.objects
Methods in com.uc4.api.objects that return LoginDefinitionModifier and TypeMethodDescriptionstatic LoginDefinitionLoginDefinition.createCaseSensitive(UC4HostName host, String hostType, String loginInfo) Creates a newLoginDefinitionwhosehostTypeis stored exactly as supplied, without uppercasing — for example"unix"stays"unix", not"UNIX".Methods in com.uc4.api.objects that return types with arguments of type LoginDefinitionModifier and TypeMethodDescriptionLogin.getLoginDefinitions()Login.iterator()Returns an iterator overLoginDefinition.Methods in com.uc4.api.objects with parameters of type LoginDefinitionModifier and TypeMethodDescriptionvoidLogin.addLoginDefinition(LoginDefinition definition) Adds a login definition.booleanLogin.removeLoginDefinition(LoginDefinition definition) Removes the specified login definition from this Login object.