Uses of Class
de.quantummaid.httpmaid.chains.DependencyRegistry
-
-
Uses of DependencyRegistry in de.quantummaid.httpmaid
Methods in de.quantummaid.httpmaid with parameters of type DependencyRegistry Modifier and Type Method Description voidCoreModule. configure(DependencyRegistry dependencyRegistry) -
Uses of DependencyRegistry in de.quantummaid.httpmaid.chains
Methods in de.quantummaid.httpmaid.chains with parameters of type DependencyRegistry Modifier and Type Method Description default voidChainModule. configure(DependencyRegistry dependencyRegistry)voidConfigurator. configure(DependencyRegistry dependencyRegistry) -
Uses of DependencyRegistry in de.quantummaid.httpmaid.cors
Methods in de.quantummaid.httpmaid.cors with parameters of type DependencyRegistry Modifier and Type Method Description voidCorsConfigurator. configure(DependencyRegistry dependencyRegistry) -
Uses of DependencyRegistry in de.quantummaid.httpmaid.marshalling
Methods in de.quantummaid.httpmaid.marshalling with parameters of type DependencyRegistry Modifier and Type Method Description default voidMarshallingModuleConfigurator. configure(DependencyRegistry dependencyRegistry) -
Uses of DependencyRegistry in de.quantummaid.httpmaid.security
Methods in de.quantummaid.httpmaid.security with parameters of type DependencyRegistry Modifier and Type Method Description voidSimpleSecurityConfigurator. configure(DependencyRegistry dependencyRegistry) -
Uses of DependencyRegistry in de.quantummaid.httpmaid.security.authentication
Methods in de.quantummaid.httpmaid.security.authentication with parameters of type DependencyRegistry Modifier and Type Method Description voidAuthenticatorConfigurator. configure(DependencyRegistry dependencyRegistry) -
Uses of DependencyRegistry in de.quantummaid.httpmaid.security.authorization
Methods in de.quantummaid.httpmaid.security.authorization with parameters of type DependencyRegistry Modifier and Type Method Description voidAuthorizerConfigurator. configure(DependencyRegistry dependencyRegistry) -
Uses of DependencyRegistry in de.quantummaid.httpmaid.security.basicauth
Methods in de.quantummaid.httpmaid.security.basicauth with parameters of type DependencyRegistry Modifier and Type Method Description voidBasicAuthConfigurator. configure(DependencyRegistry dependencyRegistry) -
Uses of DependencyRegistry in de.quantummaid.httpmaid.security.filtering
Methods in de.quantummaid.httpmaid.security.filtering with parameters of type DependencyRegistry Modifier and Type Method Description voidFilterConfigurator. configure(DependencyRegistry dependencyRegistry)
-