Uses of Class
sh.ory.hydra.model.PluginInterfaceType
-
Packages that use PluginInterfaceType Package Description sh.ory.hydra.model -
-
Uses of PluginInterfaceType in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return PluginInterfaceType Modifier and Type Method Description PluginInterfaceTypePluginInterfaceType. capability(String capability)PluginInterfaceTypePluginInterfaceType. prefix(String prefix)PluginInterfaceTypePluginInterfaceType. version(String version)Methods in sh.ory.hydra.model that return types with arguments of type PluginInterfaceType Modifier and Type Method Description List<PluginInterfaceType>PluginConfigInterface. getTypes()typesMethods in sh.ory.hydra.model with parameters of type PluginInterfaceType Modifier and Type Method Description PluginConfigInterfacePluginConfigInterface. addTypesItem(PluginInterfaceType typesItem)Method parameters in sh.ory.hydra.model with type arguments of type PluginInterfaceType Modifier and Type Method Description voidPluginConfigInterface. setTypes(List<PluginInterfaceType> types)PluginConfigInterfacePluginConfigInterface. types(List<PluginInterfaceType> types)
-