Package org.wildfly.security.auth.client
Class RuleNode<T>
- java.lang.Object
-
- org.wildfly.security.auth.client.RuleNode<T>
-
class RuleNode<T> extends Object
- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) TgetConfiguration()(package private) RuleNode<T>getNext()(package private) MatchRulegetRule()(package private) RuleNode<T>replacing(MatchRule rule, T configuration, int idx)(package private) RuleNode<T>with(MatchRule rule, T configuration)(package private) RuleNode<T>with(MatchRule rule, T configuration, int idx)(package private) RuleNode<T>withAll(RuleNode<T> other)(package private) RuleNode<T>withAll(RuleNode<T> authRules, int idx)(package private) RuleNode<T>without(int idx)
-