Interface SystemAuthenticationControl.SessionPropertyValidation.MatchesSessionPropertyValidation
- All Superinterfaces:
SystemAuthenticationControl.SessionPropertyValidation
- Enclosing interface:
- SystemAuthenticationControl.SessionPropertyValidation
public static interface SystemAuthenticationControl.SessionPropertyValidation.MatchesSessionPropertyValidation
extends SystemAuthenticationControl.SessionPropertyValidation
Defines regular expression based validation for a trusted client
proposed session property.
Such validation defines a regular expression which supplied values must match against.
- Since:
- 6.5
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.pushtechnology.diffusion.client.features.control.clients.SystemAuthenticationControl.SessionPropertyValidation
SystemAuthenticationControl.SessionPropertyValidation.MatchesSessionPropertyValidation, SystemAuthenticationControl.SessionPropertyValidation.ValuesSessionPropertyValidation
-
Method Summary
-
Method Details
-
getRegex
String getRegex()Returns the regular expression.- Returns:
- the regular expression
-