Uses of Class
com.evolveum.midpoint.model.api.authentication.ModuleType
-
Packages that use ModuleType Package Description com.evolveum.midpoint.model.api.authentication -
-
Uses of ModuleType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return ModuleType Modifier and Type Method Description ModuleTypeModuleAuthentication. getType()static ModuleTypeModuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleType[]ModuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.model.api.authentication with parameters of type ModuleType Modifier and Type Method Description protected voidModuleAuthentication. setType(ModuleType type)
-