Uses of Class
org.wildfly.security.auth.client.RuleNode
-
Packages that use RuleNode Package Description org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron. -
-
Uses of RuleNode in org.wildfly.security.auth.client
Fields in org.wildfly.security.auth.client declared as RuleNode Modifier and Type Field Description (package private) RuleNode<AuthenticationConfiguration>
AuthenticationContext. authRules
(package private) RuleNode<T>
RuleNode. next
(package private) RuleNode<SecurityFactory<SSLContext>>
AuthenticationContext. sslRules
Methods in org.wildfly.security.auth.client that return RuleNode Modifier and Type Method Description (package private) RuleNode<AuthenticationConfiguration>
AuthenticationContext. authRuleMatching(URI uri, String abstractType, String abstractTypeAuthority)
(package private) RuleNode<T>
RuleNode. getNext()
private static <T> RuleNode<T>
AuthenticationContext. replacing(RuleNode<T> node, MatchRule rule, T item, int idx)
(package private) RuleNode<T>
RuleNode. replacing(MatchRule rule, T configuration, int idx)
(package private) RuleNode<SecurityFactory<SSLContext>>
AuthenticationContext. sslRuleMatching(URI uri, String abstractType, String abstractTypeAuthority)
private static <T> RuleNode<T>
AuthenticationContext. with(RuleNode<T> node, MatchRule rule, T item)
private static <T> RuleNode<T>
AuthenticationContext. with(RuleNode<T> node, MatchRule rule, T item, int idx)
(package private) RuleNode<T>
RuleNode. with(MatchRule rule, T configuration)
(package private) RuleNode<T>
RuleNode. with(MatchRule rule, T configuration, int idx)
private static <T> RuleNode<T>
AuthenticationContext. withAll(RuleNode<T> node, RuleNode<T> otherNode)
private static <T> RuleNode<T>
AuthenticationContext. withAll(RuleNode<T> node, RuleNode<T> otherNode, int idx)
(package private) RuleNode<T>
RuleNode. withAll(RuleNode<T> other)
(package private) RuleNode<T>
RuleNode. withAll(RuleNode<T> authRules, int idx)
private static <T> RuleNode<T>
AuthenticationContext. without(RuleNode<T> node, int idx)
(package private) RuleNode<T>
RuleNode. without(int idx)
Methods in org.wildfly.security.auth.client that return types with arguments of type RuleNode Modifier and Type Method Description (package private) static org.wildfly.common.function.ExceptionUnaryOperator<RuleNode<AuthenticationConfiguration>,org.wildfly.client.config.ConfigXMLParseException>
ElytronXmlParser. parseAuthenticationRuleType(org.wildfly.client.config.ConfigurationXMLStreamReader reader, ElytronXmlParser.Version xmlVersion, Map<String,org.wildfly.common.function.ExceptionSupplier<AuthenticationConfiguration,org.wildfly.client.config.ConfigXMLParseException>> authenticationConfigurationsMap)
(package private) static <C> org.wildfly.common.function.ExceptionSupplier<RuleNode<C>,org.wildfly.client.config.ConfigXMLParseException>
ElytronXmlParser. parseRulesType(org.wildfly.client.config.ConfigurationXMLStreamReader reader, ElytronXmlParser.Version xmlVersion, Map<String,org.wildfly.common.function.ExceptionSupplier<C,org.wildfly.client.config.ConfigXMLParseException>> configurations, org.wildfly.common.function.ExceptionBiFunction<org.wildfly.client.config.ConfigurationXMLStreamReader,Map<String,org.wildfly.common.function.ExceptionSupplier<C,org.wildfly.client.config.ConfigXMLParseException>>,org.wildfly.common.function.ExceptionUnaryOperator<RuleNode<C>,org.wildfly.client.config.ConfigXMLParseException>,org.wildfly.client.config.ConfigXMLParseException> ruleParseFunction)
(package private) static org.wildfly.common.function.ExceptionUnaryOperator<RuleNode<SecurityFactory<SSLContext>>,org.wildfly.client.config.ConfigXMLParseException>
ElytronXmlParser. parseSslContextRuleType(org.wildfly.client.config.ConfigurationXMLStreamReader reader, ElytronXmlParser.Version xmlVersion, Map<String,org.wildfly.common.function.ExceptionSupplier<SecurityFactory<SSLContext>,org.wildfly.client.config.ConfigXMLParseException>> sslContextsMap)
Methods in org.wildfly.security.auth.client with parameters of type RuleNode Modifier and Type Method Description private static <T> RuleNode<T>
AuthenticationContext. replacing(RuleNode<T> node, MatchRule rule, T item, int idx)
private static <T> RuleNode<T>
AuthenticationContext. with(RuleNode<T> node, MatchRule rule, T item)
private static <T> RuleNode<T>
AuthenticationContext. with(RuleNode<T> node, MatchRule rule, T item, int idx)
private static <T> RuleNode<T>
AuthenticationContext. withAll(RuleNode<T> node, RuleNode<T> otherNode)
private static <T> RuleNode<T>
AuthenticationContext. withAll(RuleNode<T> node, RuleNode<T> otherNode, int idx)
(package private) RuleNode<T>
RuleNode. withAll(RuleNode<T> other)
(package private) RuleNode<T>
RuleNode. withAll(RuleNode<T> authRules, int idx)
private static <T> RuleNode<T>
AuthenticationContext. without(RuleNode<T> node, int idx)
Method parameters in org.wildfly.security.auth.client with type arguments of type RuleNode Modifier and Type Method Description (package private) static <C> org.wildfly.common.function.ExceptionSupplier<RuleNode<C>,org.wildfly.client.config.ConfigXMLParseException>
ElytronXmlParser. parseRulesType(org.wildfly.client.config.ConfigurationXMLStreamReader reader, ElytronXmlParser.Version xmlVersion, Map<String,org.wildfly.common.function.ExceptionSupplier<C,org.wildfly.client.config.ConfigXMLParseException>> configurations, org.wildfly.common.function.ExceptionBiFunction<org.wildfly.client.config.ConfigurationXMLStreamReader,Map<String,org.wildfly.common.function.ExceptionSupplier<C,org.wildfly.client.config.ConfigXMLParseException>>,org.wildfly.common.function.ExceptionUnaryOperator<RuleNode<C>,org.wildfly.client.config.ConfigXMLParseException>,org.wildfly.client.config.ConfigXMLParseException> ruleParseFunction)
Constructors in org.wildfly.security.auth.client with parameters of type RuleNode Constructor Description AuthenticationContext(RuleNode<AuthenticationConfiguration> authRules, RuleNode<SecurityFactory<SSLContext>> sslRules)
RuleNode(RuleNode<T> next, MatchRule rule, T configuration)
-