Class IpRegexpAuthorizerTests
java.lang.Object
org.pac4j.http.authorization.authorizer.IpRegexpAuthorizerTests
This class tests the
IpRegexpAuthorizer.- Since:
- 1.8.1
- Author:
- Jerome Leleu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Constructor Details
-
IpRegexpAuthorizerTests
public IpRegexpAuthorizerTests()
-
-
Method Details
-
testNoPattern
public void testNoPattern() -
testValidateGoodIP
public void testValidateGoodIP() -
testValidateBadIP
public void testValidateBadIP()
-