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 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 TypeMethodDescriptionvoid
Login.addLoginDefinition
(LoginDefinition definition) Adds a login definition.boolean
Login.removeLoginDefinition
(LoginDefinition definition) Removes the specified login definition from this Login object.