Uses of Class
com.soffid.iam.base.api.ServerPluginModule
Packages that use ServerPluginModule
-
Uses of ServerPluginModule in com.soffid.iam.base.api
Methods in com.soffid.iam.base.api that return types with arguments of type ServerPluginModuleMethod parameters in com.soffid.iam.base.api with type arguments of type ServerPluginModuleModifier and TypeMethodDescriptionvoidServerPlugin.setModules(Collection<ServerPluginModule> modules) Sets value for attribute modulesConstructors in com.soffid.iam.base.api with parameters of type ServerPluginModuleConstructor parameters in com.soffid.iam.base.api with type arguments of type ServerPluginModuleModifierConstructorDescriptionServerPlugin(Long id, String version, String name, boolean enabled, String author, Date deployed, Collection<ServerPluginModule> modules)