Uses of Class
de.quantummaid.httpmaid.chains.ChainName
-
-
Uses of ChainName in de.quantummaid.httpmaid
Fields in de.quantummaid.httpmaid declared as ChainName Modifier and Type Field Description static ChainNameHttpMaidChains. DETERMINE_HANDLERstatic ChainNameHttpMaidChains. ERRORstatic ChainNameHttpMaidChains. EXCEPTION_OCCURREDstatic ChainNameHttpMaidChains. INITstatic ChainNameHttpMaidChains. INVOKE_HANDLERstatic ChainNameHttpMaidChains. MAP_EXCEPTION_TO_RESPONSEstatic ChainNameHttpMaidChains. POST_INVOKEstatic ChainNameHttpMaidChains. POST_PROCESSstatic ChainNameHttpMaidChains. PRE_DETERMINE_HANDLERstatic ChainNameHttpMaidChains. PRE_PROCESSstatic ChainNameHttpMaidChains. PREPARE_EXCEPTION_RESPONSEstatic ChainNameHttpMaidChains. PREPARE_RESPONSEstatic ChainNameHttpMaidChains. PROCESS_BODYstatic ChainNameHttpMaidChains. PROCESS_BODY_STRINGstatic ChainNameHttpMaidChains. PROCESS_HEADERS -
Uses of ChainName in de.quantummaid.httpmaid.chains
Methods in de.quantummaid.httpmaid.chains that return ChainName Modifier and Type Method Description static ChainNameChainName. chainName(String name)ChainNameChain. getName()Methods in de.quantummaid.httpmaid.chains with parameters of type ChainName Modifier and Type Method Description voidChainExtender. appendProcessor(ChainName chainName, Processor processor)voidChainExtender. createChain(ChainName name, Action defaultAction, Action exceptionAction)voidChainExtender. prependProcessor(ChainName chainName, Processor processor)voidChainRegistry. putIntoChain(ChainName chainName, MetaData initialMetaData, Consumer<MetaData> consumer)voidChainExtender. route(ChainName name, Action action, Predicate<MetaData> matcher, String description)<T> voidChainExtender. routeIf(ChainName name, Action action, MetaDataKey<T> key, Predicate<T> predicate, String description)<T> voidChainExtender. routeIfEquals(ChainName name, Action action, MetaDataKey<T> key, T value)voidChainExtender. routeIfFlagIsSet(ChainName name, Action action, MetaDataKey<Boolean> flag)voidChainExtender. routeIfSet(ChainName name, Action action, MetaDataKey<?> key) -
Uses of ChainName in de.quantummaid.httpmaid.chains.builder
Methods in de.quantummaid.httpmaid.chains.builder that return ChainName Modifier and Type Method Description ChainNameChainBuilderEntry. chainName()Methods in de.quantummaid.httpmaid.chains.builder with parameters of type ChainName Modifier and Type Method Description ChainBuilderChainBuilder. append(ChainName chainName, Processor... processors)ChainBuilderChainBuilder. append(ChainName chainName, List<Processor> processors)static ChainBuilderEntryChainBuilderEntry. chainBuilderEntry(ChainName chainName, List<Processor> processors)ChainBuilderChainBuilder. withTheExceptionChain(ChainName exceptionChainName) -
Uses of ChainName in de.quantummaid.httpmaid.chains.rules
Methods in de.quantummaid.httpmaid.chains.rules that return types with arguments of type ChainName Modifier and Type Method Description Optional<ChainName>Action. target()Optional<ChainName>Consume. target()Optional<ChainName>Drop. target()Optional<ChainName>Jump. target()Methods in de.quantummaid.httpmaid.chains.rules with parameters of type ChainName Modifier and Type Method Description static JumpJump. jumpTo(ChainName targetChain) -
Uses of ChainName in de.quantummaid.httpmaid.security
Methods in de.quantummaid.httpmaid.security with parameters of type ChainName Modifier and Type Method Description SimpleSecurityConfiguratorSimpleSecurityConfigurator. inPhase(ChainName phase)static SecurityProcessorSecurityProcessor. securityProcessor(Processor processor, ChainName chainName, List<Filter> filters) -
Uses of ChainName in de.quantummaid.httpmaid.security.authentication
Methods in de.quantummaid.httpmaid.security.authentication with parameters of type ChainName Modifier and Type Method Description AuthenticatorConfiguratorAuthenticatorConfigurator. inPhase(ChainName phase) -
Uses of ChainName in de.quantummaid.httpmaid.security.authorization
Methods in de.quantummaid.httpmaid.security.authorization with parameters of type ChainName Modifier and Type Method Description AuthorizerConfiguratorAuthorizerConfigurator. inPhase(ChainName phase) -
Uses of ChainName in de.quantummaid.httpmaid.security.basicauth
Methods in de.quantummaid.httpmaid.security.basicauth with parameters of type ChainName Modifier and Type Method Description BasicAuthConfiguratorBasicAuthConfigurator. inPhase(ChainName phase) -
Uses of ChainName in de.quantummaid.httpmaid.security.config
Methods in de.quantummaid.httpmaid.security.config with parameters of type ChainName Modifier and Type Method Description TPhaseConfigurator. inPhase(ChainName phase) -
Uses of ChainName in de.quantummaid.httpmaid.security.filtering
Methods in de.quantummaid.httpmaid.security.filtering with parameters of type ChainName Modifier and Type Method Description FilterConfiguratorFilterConfigurator. inPhase(ChainName phase)
-