Package | Description |
---|---|
org.passay |
Modifier and Type | Method and Description |
---|---|
MatchBehavior |
WhitespaceRule.getMatchBehavior()
Returns the match behavior for this rule.
|
MatchBehavior |
IllegalCharacterRule.getMatchBehavior()
Returns the match behavior for this rule.
|
MatchBehavior |
NumberRangeRule.getMatchBehavior()
Returns the match behavior for this rule.
|
MatchBehavior |
AllowedCharacterRule.getMatchBehavior()
Returns the match behavior for this rule.
|
static MatchBehavior |
MatchBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchBehavior[] |
MatchBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AllowedCharacterRule(char[] c,
MatchBehavior behavior)
Create a new allowed character rule.
|
AllowedCharacterRule(char[] c,
MatchBehavior behavior,
boolean reportAll)
Create a new allowed character rule.
|
IllegalCharacterRule(char[] c,
MatchBehavior behavior)
Create a new illegal character rule.
|
IllegalCharacterRule(char[] c,
MatchBehavior behavior,
boolean reportAll)
Create a new illegal character rule.
|
NumberRangeRule(int lower,
int upper,
MatchBehavior behavior)
Creates a new number range rule.
|
NumberRangeRule(int lower,
int upper,
MatchBehavior behavior,
boolean reportAll)
Creates a new number range rule.
|
UsernameRule(boolean mb,
boolean ic,
MatchBehavior behavior)
Create a new username rule.
|
UsernameRule(MatchBehavior behavior)
Create a new username rule.
|
WhitespaceRule(char[] chars,
MatchBehavior behavior)
Creates a new whitespace rule.
|
WhitespaceRule(char[] chars,
MatchBehavior behavior,
boolean reportAll)
Creates a new whitespace rule.
|
WhitespaceRule(MatchBehavior behavior)
Creates a new whitespace rule.
|
WhitespaceRule(MatchBehavior behavior,
boolean reportAll)
Creates a new whitespace rule.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.