Uses of Class
io.swagger.codegen.v3.service.HostAccessControl
- 
Packages that use HostAccessControl Package Description io.swagger.codegen.v3.config io.swagger.codegen.v3.service  - 
- 
Uses of HostAccessControl in io.swagger.codegen.v3.config
Methods in io.swagger.codegen.v3.config that return types with arguments of type HostAccessControl Modifier and Type Method Description List<HostAccessControl>CodegenConfigurator. getAllowedAuthHosts()List<HostAccessControl>CodegenConfigurator. getDeniedAuthHosts()Method parameters in io.swagger.codegen.v3.config with type arguments of type HostAccessControl Modifier and Type Method Description voidCodegenConfigurator. setAllowedAuthHosts(List<HostAccessControl> allowedAuthHosts)voidCodegenConfigurator. setDeniedAuthHosts(List<HostAccessControl> deniedAuthHosts) - 
Uses of HostAccessControl in io.swagger.codegen.v3.service
Methods in io.swagger.codegen.v3.service that return types with arguments of type HostAccessControl Modifier and Type Method Description List<HostAccessControl>Options. getAllowedAuthHosts()List<HostAccessControl>Options. getDeniedAuthHosts()Method parameters in io.swagger.codegen.v3.service with type arguments of type HostAccessControl Modifier and Type Method Description OptionsOptions. allowedAuthHosts(List<HostAccessControl> allowedAuthHosts)OptionsOptions. deniedAuthHosts(List<HostAccessControl> deniedAuthHosts)voidOptions. setAllowedAuthHosts(List<HostAccessControl> allowedAuthHosts)voidOptions. setDeniedAuthHosts(List<HostAccessControl> deniedAuthHosts) 
 -